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]

Re: 0xDEADBEEF LOCK in spl_any() ;)


"Trenton D. Adams" wrote:
> 
> Ok, the owner field tells me the ID of the thread.  What global
> variable, if any, do I look at to find a list of thread ids/names.  It's
> very difficult to find things when you haven't got a clue what they are
> called!  Even regular expressions can't find those! ;) LMAO.

Dereference the owner field. The thread name should be in there. And the
thread handle (i.e. of type cyg_handle_t) is the thread address, i.e. the
same value as the owner.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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