This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Startup problem


Hi
 
I have an intermittent problem.  When starting up the eCos kernel the call to "cyg_hal_invoke_constructors" sometimes fails with a segmentation violation.
It seems to happening when the destructors are being called.
in thread.cxx
 
its in the routine "~cyg_thread_remove_from_list", it seem to be working it way back thru a linked list assigning 
prev = prev->list_next when it blows up prev is set to the contents of memory "0", location  a null ptr problem.
 
I know this is a quite vague description, and I may all wrong..
But does anyone have any ideas why this is happening ???
 
thanks
roman
 
 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]