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 restarting after Cc-Cc on i386 target


Philippe Moutarlier <philippe@alliantnetworks.com> writes:

> Each time I am stopping the execution under GDB using ctrl-c ctrl-c, the
> target stops responding and cannot continue. Re-issuing a break command
> leads to the following message :
> 
> "Interrupted while waiting for the program"
> 
> Is it a specific bug in my application that I should be suspicious about
> or a problem in my ecos configuration ?
> 

This looks like the target is not responding to ^C at all. The message
comes from GDB and indicates that it has given up waiting for the
target to respond. The fact that you have to do two ^C's is
indiciative of this. The most likely explanation is that the
application had crashed with interrupts disabled.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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