saeng1 /ms/user/g/goliaa/ethereal-0.8.1 14# gdb ethereal /tmp/core
GNU gdb 4.17
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty"
for details.
This GDB was configured as "sparc-sun-solaris2.5.1"...
Core was generated by `/ms/user/g/goliaa/ethereal-0.8.1/ethereal'.
Program terminated with signal 10, Bus Error.
Reading symbols from /usr/lib/libdl.so.1...done.
Reading symbols from /usr/local/lib/libz.so...done.
Reading symbols from /ms/dist/fsf/PROJ/gtk/1.2.0/exec/lib/libgtk-1.2.so.0...done.
Reading symbols from /ms/dist/fsf/PROJ/gtk/1.2.0/exec/lib/libgdk-1.2.so.0...done.
Reading symbols from /ms/dist/fsf/PROJ/glib/1.2.0/exec/lib/libgmodule-1.2.so.0...done.
Reading symbols from /ms/dist/fsf/PROJ/glib/1.2.0/exec/lib/libglib-1.2.so.0...done.
Reading symbols from /usr/lib/libintl.so.1...
warning: Lowest section in /usr/lib/libintl.so.1 is .hash at 0x74
done.
Reading symbols from /usr/openwin/lib/libXext.so.0...done.
Reading symbols from /usr/openwin/lib/libX11.so.4...done.
Reading symbols from /usr/lib/libsocket.so.1...done.
Reading symbols from /usr/lib/libnsl.so.1...done.
Reading symbols from /usr/lib/libw.so.1...
warning: Lowest section in /usr/lib/libw.so.1 is .hash at 0x74
done.
Reading symbols from /usr/lib/libm.so.1...done.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/lib/libmp.so.2...done.
Reading symbols from /usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1...done.
Reading symbols from /usr/lib/nss_nis.so.1...done.
Reading symbols from /usr/lib/nss_files.so.1...done.
#0 0x82e60 in dissect_rx (pd=0x1ecab0 "\b", offset=42, fd=0x28ea00,
tree=0x0) at packet-rx.c:156
156
col_add_fstr(fd, COL_INFO,
(gdb) list
151
proto_tree_add_item(rx_tree, hf_rx_serviceid,
152
offset+26, 2, ntohs(rxh->serviceId));
153
}
154
155
if (check_col(fd, COL_INFO))
156
col_add_fstr(fd, COL_INFO,
157
"Type: %s "
158
"Seq: %lu "
159
"Call: %lu "
160
"Source Port: %s "
(gdb)
Any help is appreciated.
--
Anthony