This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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: insight & ddd


On Fri, 29 Nov 2002, Ian Gilmour wrote:

You're either running Insight or DDD -- you cannot run both at the same 
time.

Insight, like DDD, is just a GUI on top of GDB. If you're seeing a crash 
in the command line, you'll need to ask over on gdb@sources.redhat.com.

> void cyg_assert_fail(char *, char *, cyg_uint32, char *);
> Segmentation fault

You'll need a backtrace to know for sure where things are going astray, 
but I would recommend narrowing the testcase down a little. It looks like 
"rbreak" is the culprit. Does command-line GDB behave the same way? 
(That's the Insight version of GDB with the "-nw" flag.) The gdb folks 
will want to know. (Also include info from 'gdb -v'.)

Keith



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