From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: pb with GBD (B20.1) 15 Dec 1998 22:56:12 -0800 Message-ID: References: <199812141159 DOT MAA19050 AT baal DOT inria DOT fr> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Christine Pourcelot Cc: gnu-win32 AT cygnus DOT com On Mon, 14 Dec 1998, Christine Pourcelot wrote: > > Program received signal SIGSEGV, Segmentation fault. > 0x406163 in command_interpret (ptv=0x443ae4, line=0xa03171c "") at rcrv.c:107 > (gdb) > > Am I doing something wrong ? > Please, help ! > Ah, a bug in your program perhaps? The debugger is telling you that your program caused a Segmentation Violation (SEGV), usually caused by twiddling with memory locations that's not yours to twiddle. You have the source, and you have the debugger that tells you where it's crashing. Up to you to decide where to go from there. Regards, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".