Ethereal-dev: Re: [gram@xxxxxxxxxxxxxxx: Re: [Ethereal-dev] Re: Bug#169216: SIGABRT: ** ERROR

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: 15 Nov 2002 11:23:12 -0600
On Fri, 2002-11-15 at 10:55, Alex de Landgraaf wrote:
> Sure:
> 
> Program received signal SIGABRT, Aborted.
> 0x402e9c01 in kill () from /lib/libc.so.6
> (gdb) bt
> #0  0x402e9c01 in kill () from /lib/libc.so.6
> #1  0x402e9a12 in raise () from /lib/libc.so.6
> #2  0x402eac3e in abort () from /lib/libc.so.6
> #3  0x401b1c4e in g_logv () from /usr/lib/libglib-1.2.so.0
> #4  0x401b1d01 in g_log () from /usr/lib/libglib-1.2.so.0
> #5  0x08241e19 in tvb_new_real_data ()
> #6  0x08241ebb in tvb_new_real_data ()
> #7  0x08242809 in tvb_raw_offset ()
> #8  0x08242da6 in tvb_get_letohl ()
> #9  0x0823bade in proto_tree_add_debug_text ()
> #10 0x0823bce1 in proto_tree_add_item ()
> #11 0x08139a1c in dissect_ping_req ()
> 
> just say so if you need one with debugging symbols or a dump of the packets
> 

A capture file with the packets would be nice. dissect_ping_req() is
rather simple, as it calls proto_tree_add_item() only once, but
proto_tree_add_item() does not call proto_tree_add_debug_text(), so
that's puzzling. Yes, please send me the packet capture file so I can
try it here.

thanks,

--gilbert