Ethereal-dev: [ethereal-dev] Re: [ethereal-users] A problem when I use it. -- another case
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: "Kim, Yong-Woon" <qkim@xxxxxxxxxxxxxx>
Date: Sat, 15 Jan 2000 12:22:40 +0900
Under the same environment, I did following procedures: 1. Capture and Start Interface: hme0 Count: 0 (infinite) Filter: <empty> File: <empty> Capture length: 65535 Enable name resolution is set 2. then I selected 'OK' Ethereal worked very well. But after several seconds, I selected 'Stop' in the monitoring window. Then I got "Bus Error". The stack trace file is attached. I hope it would help you for development. Regards,
[ root@host : /tmp 57 ] gdb ethereal core GNU gdb 4.18 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.7"... Core was generated by `ethereal'. Program terminated with signal 10, Bus Error. Reading symbols from /usr/lib/libdl.so.1...done. Reading symbols from /usr/local/lib/libgtk-1.2.so.0...done. Reading symbols from /usr/local/lib/libgdk-1.2.so.0...done. Reading symbols from /usr/local/lib/libgmodule-1.2.so.0...done. Reading symbols from /usr/local/lib/libglib-1.2.so.0...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 /opt/SUNWspro/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-60/lib/libc_psr.so.1...done. Reading symbols from /usr/local/lib/ethereal/plugins/0.8/gryphon.so...done. Reading symbols from /usr/lib/nss_nisplus.so.1...done. Reading symbols from /usr/lib/libdoor.so.1...done. #0 dissect_bgp_update (pd=0x1e6908 "", offset=94, fd=0x1e6979, tree=0x1c3ed4) at packet-bgp.c:324 324 len = ntohs(*(guint16 *)p); (gdb) backtrace #0 dissect_bgp_update (pd=0x1e6908 "", offset=94, fd=0x1e6979, tree=0x1c3ed4) at packet-bgp.c:324 #1 0x4d7c4 in dissect_bgp (pd=0x1e6908 "", offset=94, fd=0x1f8b68, tree=0x5e) at packet-bgp.c:1118 #2 0x97c68 in dissect_tcp (pd=0x1e6908 "", offset=94, fd=0x1f8b68, tree=0x1c3a24) at packet-tcp.c:554 #3 0x5e0e0 in dissect_ipv6 (pd=0x1e6908 "", offset=74, fd=0x1f8b68, tree=0x1c3a24) at packet-ipv6.c:382 #4 0x5bb18 in dissect_ip (pd=0x1e6908 "", offset=34, fd=0x1f8b68, tree=0x1c3a24) at packet-ip.c:966 #5 0x37890 in ethertype (etype=2048, offset=14, pd=0x1e6908 "", fd=0x1f8b68, tree=0x1c3a24, fh_tree=0x1e6908, item_id=258) at ethertype.c:88 #6 0x52d30 in dissect_eth (pd=0x1e6908 "", offset=14, fd=0x1f8b68, tree=0x1c3a24) at packet-eth.c:202 #7 0x3c440 in dissect_packet (pd=0x1e6908 "", fd=0x1f8b68, tree=0x1c3a24) at packet.c:1105 #8 0x38560 in add_packet_to_packet_list (fdata=0x1f8b68, cf=0x1633a4, buf=0x1e6908 "") at file.c:543 #9 0x38918 in wtap_dispatch_cb (user=0x1633a4 "", phdr=0x1, offset=11456, buf=0x1e6908 "") at file.c:697 #10 0xa7ef0 in wtap_loop (wth=0x19bb38, count=0, callback=0x38780 <wtap_dispatch_cb>, user=0x1633a4 "", err=0xffbece64) at wtap.c:253 #11 0x37e80 in read_cap_file (cf=0x1633a4) at file.c:304 #12 0x2c748 in do_capture (capfile_name=0x1b5a88 "/var/tmp/etherXXXXEeay.b") at capture.c:297 #13 0xc983c in capture_prep_ok_cb (ok_bt=0x1d13f8, parent_w=0x1ce960) at capture_dlg.c:382 #14 0xff24cb48 in gtk_marshal_NONE__NONE (object=0x1d1050, func=0xc93dc <capture_prep_ok_cb>, func_data=0x1ce960, args=0xffbede70) at gtkmarshal.c:312 #15 0xff28f0f0 in gtk_handlers_run (handlers=0x1d38a0, signal=0xffbeddd0, object=0x1d1050, params=0xffbede70, after=0) at gtksignal.c:1909 #16 0xff28df6c in gtk_signal_real_emit (object=0x1d1050, signal_id=93, params=0xffbede70) at gtksignal.c:1469 #17 0xff28afdc in gtk_signal_emit (object=0x1d1050, signal_id=93) at gtksignal.c:552 ---Type <return> to continue, or q <return> to quit--- #18 0xff1cba80 in gtk_button_clicked (button=0x1d1050) at gtkbutton.c:338 #19 0xff1cdd2c in gtk_real_button_released (button=0x1d1050) at gtkbutton.c:852 #20 0xff24cb48 in gtk_marshal_NONE__NONE (object=0x1d1050, func=0xff1cdc18 <gtk_real_button_released>, func_data=0x0, args=0xffbee3f0) at gtkmarshal.c:312 #21 0xff28dd9c in gtk_signal_real_emit (object=0x1d1050, signal_id=92, params=0xffbee3f0) at gtksignal.c:1432 #22 0xff28afdc in gtk_signal_emit (object=0x1d1050, signal_id=92) at gtksignal.c:552 #23 0xff1cb948 in gtk_button_released (button=0x1d1050) at gtkbutton.c:329 #24 0xff1cd2b0 in gtk_button_button_release (widget=0x1d1050, event=0x1ccba8) at gtkbutton.c:712 #25 0xff24c8d8 in gtk_marshal_BOOL__POINTER (object=0x1d1050, func=0xff1cd154 <gtk_button_button_release>, func_data=0x0, args=0xffbee970) at gtkmarshal.c:28 #26 0xff28dfb4 in gtk_signal_real_emit (object=0x1d1050, signal_id=21, params=0xffbee970) at gtksignal.c:1484 #27 0xff28afdc in gtk_signal_emit (object=0x1d1050, signal_id=21) at gtksignal.c:552 #28 0xff2d5f78 in gtk_widget_event (widget=0x1d1050, event=0x1ccba8) at gtkwidget.c:2843 #29 0xff24c86c in gtk_propagate_event (widget=0x1d1050, event=0x1ccba8) at gtkmain.c:1313 #30 0xff24b6dc in gtk_main_do_event (event=0x1ccba8) at gtkmain.c:770 #31 0xff14d2d4 in gdk_event_dispatch (source_data=0x1ccba8, current_time=0xffbeef40, user_data=0x0) at gdkevents.c:2129 #32 0xff0f705c in g_main_dispatch (current_time=0xffbeef40) at gmain.c:656 #33 0xff0f7874 in g_main_iterate (block=0, dispatch=1) at gmain.c:874 #34 0xff0f7a94 in g_main_run (loop=0x1bc918) at gmain.c:932 #35 0xff24ad3c in gtk_main () at gtkmain.c:476 #36 0xc1e24 in main (argc=1, argv=0xffbef164) at main.c:1544 (gdb) quit [ root@host : /tmp 58 ]
- Follow-Ups:
- Prev by Date: [ethereal-dev] Re: [ethereal-users] A problem when I use it.
- Next by Date: Re: [ethereal-dev] Re: [ethereal-users] A problem when I use it.
- Previous by thread: Re: [ethereal-dev] Re: [ethereal-users] A problem when I use it.
- Next by thread: Re: [ethereal-dev] Re: [ethereal-users] A problem when I use it. -- another case
- Index(es):