This is the mail archive of the ecos-bugs@sourceware.org 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]

[Bug 1000400] New: ASSERT enabled build fails at startup


https://bugzilla.ecoscentric.com/show_bug.cgi?id=1000400

           Summary: ASSERT enabled build fails at startup
           Product: eCos
           Version: CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: Kernel
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: beriksson@nordic.imaje.com
         QAContact: ecos-bugs@sources.redhat.com


My ASSERT enabled build failed at startup with:

  ASSERT FAIL: <FFFF>mutex.cxx[320]cyg_bool Cyg_Mutex::lock() Bad this pointer

This was due to locks used before threading was enabled thus
`Cyg_Thread::self()` returned 0 and the `if(  locked && owner == NULL )`-check
failed.

-- 
Configure bugmail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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