This is the mail archive of the gdb@sourceware.org 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: New mingw32 support problems


> From: "Pierre Muller" <muller@ics.u-strasbg.fr>
> Date: Thu, 18 Oct 2007 09:34:50 +0200
> 
> During symbol reading, struct/union type gets multiply defined: struct type.
> Breakpoint 1 at 0x40bc07: file ../../src/gdb/utils.c, line 817.
> Breakpoint 2 at 0x41932f: file ../../src/gdb/cli/cli-cmds.c, line 199.

No clue about this one.

> gdb: unknown target exception 0xc0000008 at 0x7c90eb74
> 
> Program received signal ?, Unknown signal.

I think this is because GDB does not support Windows exception codes,
see the various STATUS_* constants in winbase.h.  0xc0000008 is
invalid handle.

> Using cygwin gdb as level 1 I get
> better information for the backtrace:
> gdb: unknown target exception 0xc0000008 at 0x7c90eb74

So it looks like Cygwin also doesn't support these exceptions?


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