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: Using Asserts and Tracing


On Thu, Apr 28, 2005 at 11:09:15PM -0000, Ruchika Singh wrote:
> 
> 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)

Please use plain ASCII in future. 

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

Maybe because there has been an assertion failure? Try it with just
asserts.

        Andrew

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