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]

problem with cyg_thread_release


hi,

there is a problem with cyg_thread_release():

Scenario: thread A is waiting to get a mutex in cyg_fp_free() in
file ./io/fileio/current/src/fd.cxx. Now thread A is released. 

FILEIO_MUTEX_LOCK returns with false, which is not handled and
further FILEIO_MUTEX_UNLOCK operates on a mutex, which the
thread does not own -> assertion.

regards, Christoph
-- 

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


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