Bernhard Duebi wrote:
> > 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.
 
> Can you please tell me how ? I don't know gdb and the man page is not
> very helpful if you are not a programmer.

In gdb type

frame 7
print *r
print r->ev_timeout

-- 
Christian

Attachment: pgpIJ0dGBgdDS.pgp
Description: PGP signature

Reply via email to