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

Wireshark-dev: Re: [Wireshark-dev] Err when using a pipe

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 4 Mar 2012 13:27:19 -0800
On Mar 4, 2012, at 2:23 AM, vijay wrote:

> I digged in bit further and found where the SIGSEV is signaled. Its coming from the p_stats(). Here is what i got in gdb
> 
> [New Thread 0xb78acb70 (LWP 3668)]
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0xb78acb70 (LWP 3668)]
> 0x00f6f433 in pcap_stats () from /usr/lib/libpcap.so.0.8

Is this in Wireshark or in dumpcap?  The only code I can find in the top of the 1.6 branch that calls pcap_stats() is in dumpcap.

And what's the full stack trace?