Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6485] Buildbot crash output: fuzz-2011-10-25-30900.pcap

Date: Wed, 26 Oct 2011 08:15:08 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6485

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

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

--- Comment #2 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-10-26 08:15:07 PDT ---
(gdb) bt
#0  0x00000031a2255ec0 in g_slice_free_chain_with_offset () from
/lib64/libglib-2.0.so.0
#1  0x00007f5b4df8afb1 in frame_data_cleanup (fdata=0x7fffd2e10d90) at
../../epan/frame_data.c:296
#2  0x0000000000424e99 in process_packet (cf=<value optimized out>,
offset=<value optimized out>, 
    whdr=<value optimized out>, pseudo_header=0x3615b10, pd=0x1 <Address 0x1
out of bounds>, 
    filtering_tap_listeners=<value optimized out>, tap_flags=<value optimized
out>) at ../tshark.c:3024
#3  0x0000000000427aaf in load_cap_file (max_packet_count=0) at
../tshark.c:2788
#4  main (argc=<value optimized out>, argv=<value optimized out>) at
../tshark.c:1744
(gdb) print *fdata
No symbol "fdata" in current context.
(gdb) up
#1  0x00007f5b4df8afb1 in frame_data_cleanup (fdata=0x7fffd2e10d90) at
../../epan/frame_data.c:296
296        g_slist_free(fdata->pfd);
(gdb) print *fdata
$1 = {
  pfd = 0xffffffff, 
  num = 1, 
  pkt_len = 106, 
  cap_len = 106, 
  cum_bytes = 106, 
  file_off = 48, 


Not sure how fdata->pfd is getting set to -1.

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