[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] _malloc_unlocked()



gdb ns core, then bt for backtrace will give the stack trace. Make sure you 
don't delete stuff wich have events scheduled for them, without cancelling them 
first.

otherwise, good luck...

Tarik.

>> Hello,
>
>I've got this error :
>
>"Program received signal SIGSEGV, Segmentation fault.
> 0xef4cb850 in _malloc_unlocked () "
>
>when I try to run my program. It occurs in the module Scheduler::run().
>Can anyone give me an idea what this error is all about and how do I go
>about
>solving it? Thanks
>
>Regards
>HS