Bernhard Duebi wrote:
> I have a script that fetches the latest updates from cvs, compiles and
> runs gtk-gnutella. After a crash it generates a stack trace and sends
> this mail to me. This script runs 24h a day and generates about a few
> reports per day. This means the application is updated every few hours.
> If somebody is interested I can send the bug reports to the list. If you
> need more information, please tell me.

Feel free to forward the reports to the list. Maybe you could invoke gdb
with -q and filter '^(Reading|Loaded) symbols' to decrease the noise?

> ** ERROR **: file oob.c: line 460 (oob_pmsg_free):
> assertion failed: (r->ev_timeout == NULL)
> aborting...

Unfortunately, stacktraces are not always sufficient to locate and fix
a bug. In this case, I don't really have a clue what's wrong. It would
help to dereference ``r'' and see the value of r->ev_timeout to decide
whether that's a random memory corruption or really the source.

-- 
Christian

Attachment: pgpVbFbDUbXbO.pgp
Description: PGP signature

Reply via email to