ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7562] Capture file that crashes wireshark in except.c

Date: Fri, 3 Aug 2012 07:16:42 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7562

Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff.morriss.ws@xxxxxxxxx

--- Comment #1 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-08-03 07:16:41 PDT ---
I get a different backtrace with this.  Note that it does NOT crash in the
current trunk; it appears that this is the same as the "don't use numbers with
BASE_NONE" stuff which was done in trunk (speaking of which, I think there's
still some followup needed for that).

~~~
#0  0x00000031a0a32f05 in raise () from /lib64/libc.so.6
#1  0x00000031a0a34a73 in abort () from /lib64/libc.so.6
#2  0x00007fda5868f6fc in hfinfo_int_format (hfinfo=0x4cb2) at proto.c:5940
#3  0x00007fda58691028 in fill_label_uint (fi=<value optimized out>,
label_str=0x7fff33571a50 "�\032�S�\177")
    at proto.c:5499
#4  0x00007fda586926fb in proto_item_fill_label (fi=0x7fda53dd1ae0,
label_str=0x7fff33571a50 "�\032�S�\177")
    at proto.c:5375
#5  0x000000000040f51e in proto_tree_print_node (node=0x7fda572ffda0,
data=0x7fff33572310) at print.c:186
#6  0x00007fda5868f1c5 in proto_tree_children_foreach (tree=<value optimized
out>, func=0x40f2d0 <proto_tree_print_node>, 
    data=0x7fff33572310) at proto.c:535
#7  0x000000000040f41a in proto_tree_print_node (node=0x7fda572ffd70,
data=0x7fff33572310) at print.c:240
#8  0x00007fda5868f1c5 in proto_tree_children_foreach (tree=<value optimized
out>, func=0x40f2d0 <proto_tree_print_node>, 
    data=0x7fff33572310) at proto.c:535
#9  0x000000000040f41a in proto_tree_print_node (node=0x7fda572ffd10,
data=0x7fff33572310) at print.c:240
#10 0x00007fda5868f1c5 in proto_tree_children_foreach (tree=<value optimized
out>, func=0x40f2d0 <proto_tree_print_node>, 
    data=0x7fff33572310) at proto.c:535
#11 0x000000000040f41a in proto_tree_print_node (node=0x7fda572ffce0,
data=0x7fff33572310) at print.c:240
#12 0x00007fda5868f1c5 in proto_tree_children_foreach (tree=<value optimized
out>, func=0x40f2d0 <proto_tree_print_node>, 
    data=0x7fff33572310) at proto.c:535
#13 0x000000000040f41a in proto_tree_print_node (node=0x7fda572ffb90,
data=0x7fff33572310) at print.c:240
#14 0x00007fda5868f1c5 in proto_tree_children_foreach (tree=<value optimized
out>, func=0x40f2d0 <proto_tree_print_node>, 
    data=0x7fff33572310) at proto.c:535
#15 0x000000000040f41a in proto_tree_print_node (node=0x7fda572ff890,
data=0x7fff33572310) at print.c:240
#16 0x00007fda5868f1c5 in proto_tree_children_foreach (tree=<value optimized
out>, func=0x40f2d0 <proto_tree_print_node>, 
    data=0x7fff33572310) at proto.c:535
#17 0x000000000040f41a in proto_tree_print_node (node=0x7fda572fe5a0,
data=0x7fff33572310) at print.c:240
#18 0x00007fda5868f1c5 in proto_tree_children_foreach (tree=<value optimized
out>, func=0x40f2d0 <proto_tree_print_node>, 
    data=0x7fff33572310) at proto.c:535
#19 0x000000000040d253 in proto_tree_print (print_args=<value optimized out>,
edt=<value optimized out>, 
    stream=<value optimized out>) at print.c:154
#20 0x00000000004168cf in print_packet (cf=0x642bc0, edt=0x7fff33572470) at
tshark.c:3432
#21 0x00000000004171a0 in process_packet (cf=0x642bc0, offset=<value optimized
out>, whdr=<value optimized out>, 
    pseudo_header=0x2478818, pd=<value optimized out>,
filtering_tap_listeners=<value optimized out>, 
    tap_flags=<value optimized out>) at tshark.c:3091
#22 0x000000000041a790 in load_cap_file (max_packet_count=0) at tshark.c:2867
#23 main (argc=<value optimized out>, argv=<value optimized out>) at
tshark.c:1759
~~~

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.