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]

Re: a few ecos test problems


failed:
except1
kexcept1


One of the reason the test spew FAILure messages about being able to invoke

exceptions is exceptions possibly not getting delivered. Check out the code

for deliver_exception in kernel/current/src/common/{thread,except}.cxx .


Other could be that your hardware doesn't raise exceptions for illegal memory acceses and division by zero (the things done in test to cause exception)


Better may be to follow/debug the path in code that deals with exception handling, starting from the hal.


-- regards sandeep ----------------------------------------------------------------------- Ashes to ashes,dust to dust, if the Lord won't have you, the Devil must. -----------------------------------------------------------------------


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