Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: "Krzysztof Duleba" Subject: Re: New call: Please test latest snapshot Date: Fri, 20 May 2005 02:28:41 +0200 Lines: 53 Message-ID: References: <20050517212147 DOT GM18174 AT calimero DOT vinschen DOT de> <428C7DA1 DOT 3070407 AT familiehaase DOT de> <428D0D92 DOT 4000004 AT familiehaase DOT de> <20050519224952 DOT GJ13760 AT trixie DOT casa DOT cgf DOT cx> <428D2249 DOT 9080000 AT familiehaase DOT de> <428D2392 DOT 2080905 AT familiehaase DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Gerrit P. Haase wrote: > > Ah, and the funny thing, it works well when running under gdb: > > This GDB was configured as "i686-pc-cygwin"... > (gdb) run -svr > Starting program: /usr/bin/cygcheck.exe -svr > warning: LDR: Automatic DLL Relocation in cygcheck.exe > > warning: LDR: Dll GDI32.dll base 78010000 relocated due to collision > with C:\WINNT\system32\msvcrt.dll > > > Cygwin Configuration Diagnostics > Current System Time: Fri May 20 01:36:13 2005 > > [...] > > Program exited normally. > (gdb) Well, that's the funny thing about Cygwin's gdb. $ cat ab.cpp #include int main(){ abort(); } $ ./ab Aborted (core dumped) $ gdb ab.exe GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"... (gdb) run Starting program: /home/Krzysiek/ab.exe Program exited normally. (gdb) Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/