Mail Archives: cygwin/1998/12/15/22:56:12
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".
- Raw text -