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: Problem with running application


Satyanarayana D.V. wrote:
Hi All,
We are facing strange problem of "thread termination". Exactly at same place
the thread stops executing. Tried to increase the stack size, no results. We
are not able to figure out the exact reason for this behavior. Can someone
help us to resolve the issue.

Set a breakpoint just before where it stops and then single step? Possibly use stepi to step individual instructions. If it's because an interrupt happens you may want to enable kernel instrumentation (read the kernel docs).


You'll have to give more info about the code in question for more than that.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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