X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; q=dns; s=default; b=VTx
	hzCutIrB2p/X4UQROFWiG3ogzCufQ4oaL2zwpBlMJ6tQH/wcJtMOTZtj8vENZAM4
	5XU7es2G3xJZ+Z2zAXS9erZFYl1NbhdGnbJlESo7RDg+4LaoHkJqZNTZpzrbn6HT
	EjExarQq+luECnp1XkHtLwbQvGm14PHnkxdO97AY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:content-type:content-transfer-encoding; s=default; bh=dyuSsLf7y
	8H6uaes9EJfJXdzDys=; b=tClmSZzaDshJpx2VXOiNt5Ptv4PVtHGLgBwE5meSt
	1VO6x4odBnbc8vb+9BSS180sKYxzbcosXItF+9BznfKl9Ibm9wz85a5UYWTmLrEq
	Q89AgrUKfzBMe5eZn7KMQAPOtNM6FifbrX3Ve8sZ5oO5jPxjzWD7QFjlZKWmtrE2
	qM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2
X-HELO: blu0-omc1-s28.blu0.hotmail.com
X-TMN: [eZKKkd0pDyiYcxz8s+VY5lZRtOvVRzy5]
Message-ID: <BLU0-SMTP78B2CF505F549FF008FE3AC5E50@phx.gbl>
Date: Sat, 16 Nov 2013 16:00:11 -0800
From: Terry Cross <tcross77@hotmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: DBG Having internal problems on Win7
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: 7bit

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

