Re: [Mingw-w64-public] Need help debugging...

2010-03-16 Thread Doug Semler
It would help to know how redc.s is built (directly compiled from the assembler it looks like...), and how the file is linked... if it is hand assembly, did you remember run as with the -g option so that source information is saved in the object? If it is linked in a dll, did you try to load the

Re: [Mingw-w64-public] Need help debugging...

2010-03-16 Thread NightStrike
On Tue, Mar 16, 2010 at 7:18 AM, David Cleaver wrote: > Any suggestions on how I should proceed?  I don't know how to use gdb very > well. >  If anyone has any tips or tricks on how to trouble shoot this problem I'd > appreciate it very much.  Thanks for your time. Email the asm file to this lis

Re: [Mingw-w64-public] Need help debugging...

2010-03-16 Thread Ozkan Sezer
On Tue, Mar 16, 2010 at 2:18 PM, David Cleaver wrote: > > Ozkan Sezer wrote: >> AFAIK, you may not tell the difference, and I'm afraid >> that the 20100123 version you just tried may not have >> been compiled against expat either. FWIW, I will compile >> gdb against expat in my next personal build

Re: [Mingw-w64-public] Need help debugging...

2010-03-16 Thread David Cleaver
Ozkan Sezer wrote: > AFAIK, you may not tell the difference, and I'm afraid > that the 20100123 version you just tried may not have > been compiled against expat either. FWIW, I will compile > gdb against expat in my next personal builds. ... and > even made a version just now, see if this works f

Re: [Mingw-w64-public] Need help debugging...

2010-03-16 Thread Ozkan Sezer
On Tue, Mar 16, 2010 at 5:15 AM, David Cleaver wrote: > > Kai Tietz wrote: >> Hello David, >> >> The problem you've shown is reasoned by using a gdb built without >> libexpat. You can download a more current version from our SF file >> sections (see Tools), which is build with libexpat. If gdb isn

Re: [Mingw-w64-public] Need help debugging...

2010-03-15 Thread David Cleaver
Kai Tietz wrote: > Hello David, > > The problem you've shown is reasoned by using a gdb built without > libexpat. You can download a more current version from our SF file > sections (see Tools), which is build with libexpat. If gdb isn't built > by it, debugging information from DLLs won't be loa

Re: [Mingw-w64-public] Need help debugging...

2010-03-15 Thread Doug Semler
On Mon, Mar 15, 2010 at 4:47 AM, Kai Tietz wrote: > Hello David, > > The problem you've shown is reasoned by using a gdb built without > libexpat. You can download a more current version from our SF file > sections (see Tools), which is build with libexpat. If gdb isn't built > by it, debugging in

Re: [Mingw-w64-public] Need help debugging...

2010-03-15 Thread Kai Tietz
Hello David, The problem you've shown is reasoned by using a gdb built without libexpat. You can download a more current version from our SF file sections (see Tools), which is build with libexpat. If gdb isn't built by it, debugging information from DLLs won't be loaded. Hope this solves your is

Re: [Mingw-w64-public] Need help debugging...

2010-03-15 Thread James K Beard
64 Subject: [Mingw-w64-public] Need help debugging... Hello all, This may be the wrong list to ask this, but I'm not sure where else to ask. I'm working on a project that I can compile just fine, but when I run the program it crashes silently. This isn't my project, it is a project t

[Mingw-w64-public] Need help debugging...

2010-03-14 Thread David Cleaver
Hello all, This may be the wrong list to ask this, but I'm not sure where else to ask. I'm working on a project that I can compile just fine, but when I run the program it crashes silently. This isn't my project, it is a project that I've come across and would like to help out on. This pro