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]

Using Asserts and Tracing


Hi:

I am interested in studying the program flow in ecos. I enable asserts and
tracing in configuration however when I run my application, I see( what I
think is) an incomplete output.  (attached jpeg)

This output doesn not include the complete application result, which I get
when I run without asserts enabled.  My application had two threads, one of
which is a simple matrix multiplication. I do see the result of matrix
multiplication when run without asserts. What I perceive is that the asserts
output is until the Thread A is switched. Why don't I see output/traces after
that?

Where might I be going wrong. Please provide insights. I am interrested in
studying program flow before /after context switching.

Thanks
-R.   



Attachment: out
Description: Binary data

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

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