
23 Dec
2005
23 Dec
'05
12:04 p.m.
Oliver.Kowalke@infineon.com wrote:
Program received signal SIGSEGV, Segmentation fault si_code: 0 - SEGV_UNKNOWN - Unknown Error. 0xc0017cd8 in <unknown_procedure> () (gdb) backtrace #0 0xc0017cd8 in <unknown_procedure> () warning: Attempting to unwind past bad PC 0xc0017cd8 #1 0xc0027400 in <unknown_procedure> () #2 0xc0027400 in <unknown_procedure> () Error accessing memory address 0x3e7: Bad address.
Unless the error occurred directly within main(), this looks like stack corruption to me. But there shouldn't be any buffers on the stack, right? Sebastian Redl