This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: pb with GBD (B20.1)


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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]