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 about mutex lock/unlock in ecos 1.3.1


Hi,

we have some problems when you use the mutex-lock: for instance, when we used 
the wait (in mutex.cxx in ecos 1.3.1), there are sometimes currentsched_lock == 
2 (whereas it must be 0 or 1!!): so just before to finish the wait, there is 
CYG_ASSERT(Scheduler::get_sched_lock() == 1, "...") !!

Is this a resolved problems in the new version of ecos? or have you any ideas 
to resolve our problems?

thanks for your answer

Cédric


-- 
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]