Bernhard Duebi wrote: > is this the verbosity level you like ? Well, I see that "No symbol table*" could be discarded as well.
> I will change my script to print out the value of r->ev_timeout > #7 0x081a61a8 in atom_free (type=1, key=0x867fe04) at atoms.c:471 > td = (table_desc_t *) 0x822e578 > found = 0 > value = 0x406d733c > x = 0xbffff118 > a = (atom_t *) 0x10 Here, "td" and "a" should be dereferenced. Obviously, "a" isn't initialized at this point yet. Unfortunately, I know of no way to tell gdb dereferencing every variable automagically. So you'd have to look for lines that matche ".* = [^*]*\*" and dereference the variable. Anyhow this and the other bug report imply that there's something wrong in lib/cq.c. -- Christian
pgpQsG3guAuib.pgp
Description: PGP signature
