[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug fix?
On Tue, 16 Sep 1997, Andrew J Berkley wrote:
: I think I fixed RemoveID, but I'm not sure... Someone needs to put locks
: all around all of the message sending stuff so that we don't modify the
: list while we are sending messages... hrmph.
Uhm little question... Should the Messageing System work (that is, should
Mnemonic *not* crash) while fetching a second URL ?
For example:
-=-
[remco@oloon:~/Mnemonic/src/mnemonic-970916/src]$ ~/Mnemonic/scripts/run-mnemonic http://oloon/~remco/mnemonic/sample.html
FilterSTack: Asking for status messages for id 0
Woo -- got a request to handle this of http://oloon/~remco/mnemonic/sample.html
Woo -- got a request to handle this of http://oloon/~remco/mnemonic/sample.html
We can handle it!
Woo -- got a request to handle this of http://oloon/~remco/mnemonic/sample.html
Created a status message of id 0, ident 0, mess Looking up hostname oloon
ID is 0
Created a status message of id 0, ident 2, mess Connecting to hostname oloon
ID is 0
Created a status message of id 0, ident 6, mess Transferring data from oloon
ID is 0
Created a status message of id 0, ident 12, mess text/html
ID is 0
ID is 0
ID is 0
ID is 0
ID is 0
Created a status message of id 0, ident 10, mess Data transfer from oloon completed
ID is 0
Created a status message of id 0, ident 4, mess Connection closing forever
ID is 0
gtk_loose_realize
made it!
FilterSTack: Asking for status messages for id 0
Woo -- got a request to handle this of http://oloon/~remco/mnemonic/index.html
Woo -- got a request to handle this of http://oloon/~remco/mnemonic/index.html
We can handle it!
Woo -- got a request to handle this of http://oloon/~remco/mnemonic/index.html
Created a status message of id 0, ident 0, mess Looking up hostname oloon
ID is 0
** ERROR **: sigsegv caught
[remco@oloon:~/Mnemonic/src/mnemonic-970916/src]$
-=-
FYI - run_mnemonic is just a script to put correct LD_LIBRARY_PATH in the
environmnent.
Any idea's ?
Remco
.-----------------------------------------------------------------------------.
| Remco van de Meent | remco@mnemonic.org |
| Mnemonic Browser Project | http://www.mnemonic.org |
`-----------------------------------------------------------------------------'
- References:
- Bug fix?
- From: Andrew J Berkley <berkley@wam.umd.edu>