DBG Having internal problems on Win7

Terry Cross tcross77@hotmail.com
Sun Nov 17 00:01:00 GMT 2013


I am attempting to develop a program in C. Visual Studio encounters 
errors in Microsoft's own libraries with the version I am using, so that 
looks like the long path to project success.

So this is a fresh install of 64-bit Cygwin on a 64-bit Win7 platform.  
Using the Cygwin bash terminal, I have the following experience when I 
attempt to use DBG on a program I have freshly compiled with GCC:

*$ gdb a.exe
GNU gdb (GDB) 7.6.50.20130728-cvs (cygwin-special)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
..
Reading symbols from /cygdrive/c/MinGW/msys/1.0/home/Mark 
DeCoursey/a.exe...done.
(gdb) b 361
Breakpoint 1 at 0x40237d: file JCPlus.c, line 361.
(gdb) r "And I say to myself, what a wonderful life."
Starting program: /cygdrive/c/MinGW/msys/1.0/home/Mark DeCoursey/a.exe 
"And I say to myself, what a wonderful life."
[New Thread 10348.0x2c24]
dll path too long
warning: `/cygdrive/c/Windows/system32/ntdll.dll': Shared library 
architecture i386:x86-64 is not compatible with target architecture i386.
warning: `/cygdrive/c/Windows/SYSTEM32/wow64.dll': Shared library 
architecture i386:x86-64 is not compatible with target architecture i386.
warning: `/cygdrive/c/Windows/SYSTEM32/wow64win.dll': Shared library 
architecture i386:x86-64 is not compatible with target architecture i386.
warning: `/cygdrive/c/Windows/SYSTEM32/wow64cpu.dll': Shared library 
architecture i386:x86-64 is not compatible with target architecture i386.
dll path too long
dll path too long
dll path too long
dll path too long
gdb: unknown target exception 0x4000001f at 0x40237d

Program received signal ?, Unknown signal.
0x0008dbf8 in ?? ()
(gdb)
*
Has anyone else experienced this problem?  Does this information offer 
any clue that I am making an error?

Thanks for any ideas.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list