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] Segmentation fault on startup of wireshark

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Sun, 19 Jul 2009 18:19:58 -0600
On Fri, Jul 17, 2009 at 09:28:34PM -0400, Rich Alderson wrote:

> I have just built the latest stable version of wireshark on Slackware 
> 12.2, after building all of the prerequisites.
> 
> When I run the program, I get the following error messages:

>     Segmentation fault
> 
> I'm sorry, but I'm not a Unix/C programmer, I'm a TOPS-20/Macro-20 
> programmer trying to do a job, and I don't get what wireshark is 
> trying to tell me.

Try running the GNU Debugger (gdb) and launch Wireshark from it and show 
us the back trace so we can get an idea of what is going on.  It's 
pretty simple:

>gdb wireshark
 <snip>
(gdb) run
 <receive segmentation fault message>
(gdb) bt 10


Steve