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

[Bug 1000032] New: Recent changes to Cyg_Counter::tick() broke it


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000032

           Summary: Recent changes to Cyg_Counter::tick() broke it
           Product: eCos
           Version: CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: Kernel
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: Michael_Checky@Thermoking.com
         QAContact: ecos-bugs@sources.redhat.com


Running the eCos regression tests with CYGIMP_KERNEL_COUNTERS_SINGLE_LIST 
defined produced the following errors:

clock0.out:FAIL:<0x14 == called> Line: 219, File: /ecos-
c/cygwin/opt/ecoscvs/ecos/packages/kernel/current/tests/clock0.cxx
kclock0.out:FAIL:<0x14 == called> Line: 191, File: /ecos-
c/cygwin/opt/ecoscvs/ecos/packages/kernel/current/tests/kclock0.c

The error occurs when there are two alarms set to trigger at the same time.  
Analyzing the code suggests that the test 'next == alarm_list_ptr->get_head()' 
is always true.



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