This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: gdb 6.1.1 (PPC) crash (long)


>Hi
>
>I get a crash when trying to lookup a symbol with my cross compiled gdb. It's
>just this one symbol (so far), others I can lookup with no problems.
>Here's what happens:
>
>(gdb) ptype this
>type = class CMainTask : public CINOSTask {
>  public:
>    CMainTask & operator=(CMainTask const &);
>    virtual ~CMainTask(void);
>      2 [main] gdb 2100 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
>    329 [main] gdb 2100 open_stackdumpfile: Dumping stack trace to gdb.exe.stackdump

If anybody is interested in solving this, I can send a small debug-only file
(objcopy --only-keep-debug, ~250KB) and the sources and the processed
Assembler files (gcc -S). I still can't find how to solve this, debugging via
gdb is quite new to me.

As mentioned this also happens with the cygwin provided gdb. And I just
checked the "Real Thing" on Linux. gdb-6.0 as well as gdb-6.1-debian
crash on this.

Thanks

bye  Fabi



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