In message <8mc3ce$lsk$[EMAIL PROTECTED]> "François Robert" 
<[EMAIL PROTECTED]> writes:
> Program received signal SIGSEGV, Segmentation fault.
> 0xbff76ede in _size_of_stack_reserve__ ()
> (gdb) step
> Single stepping until exit from function _size_of_stack_reserve__,
> which has no line number information.
> 
> 
I think the SIGSEGV is a problem that can be successfully fixed up by the
system (maybe a routine in one of the system libraries hitting a guard-page
at the bottom of the stack), but the debugger gets a chance to look at it
before any exception handlers.. If the program runs correctly then it probably
wasn't important. 

Reply via email to