$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2005-12-23 07:04:25
Oliver.Kowalke_at_[hidden] 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