gcc + gdb + breakpoint => SIGSEGV

2008-03-02 Thread Dave Ohlsson
Hi, I have a problem when trying to use gdb with a program compiled with gcc in Cygwin. I compile this program: int main(int argc, char** argv) { return 0; } with this command: gcc -g main.c and I get this file: 9757 Mar 1 21:27 a.exe I then start gd

[ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-10

2008-03-02 Thread Corinna Vinschen
I've uploaded another test version of the Cygwin DLL and its utilities, version 1.5.25-10. The main purpose of this update is to allow Cygwin to run correctly on Windows 2008 Server. A change in the exception handling in Windows 2008 Server requires to change the exception handling in the Cygwin

Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-10

2008-03-02 Thread Troy Bull
On Sun, Mar 2, 2008 at 6:49 AM, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > I've uploaded another test version of the Cygwin DLL and its utilities, > version 1.5.25-10. What mirror should i point my setup.exe at to get the latest updates? Right now my mirror says aht -9 is the newest.. As I r

Re: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-10

2008-03-02 Thread Larry Hall (Cygwin)
Troy Bull wrote: On Sun, Mar 2, 2008 at 6:49 AM, Corinna Vinschen <[EMAIL PROTECTED]> wrote: I've uploaded another test version of the Cygwin DLL and its utilities, version 1.5.25-10. What mirror should i point my setup.exe at to get the latest updates? Right now my mirror says aht -9 is the

RE: [ANNOUNCEMENT] Updated: [experimental] cygwin-1.5.25-10

2008-03-02 Thread Karl M
Hi All... I just tried 1.5.25-10 on a fairly vanilla XP with ssh/sshd installed. ssh localhost hangs. Reverting to current restores normal operation. If it is not readilly reproducible, I will dig further. Thanks, ...Karl > Date: Sun, 2 Mar 2008 16:50:21 -0500 > From: [EMAIL PROTECTED]

Re: gcc + gdb + breakpoint => SIGSEGV

2008-03-02 Thread Ray Hurst
I had the same issue a couple of weeks ago. I never figured it out. I ended up updating the compiler to v4.2.3 then I updated gdb to v6.7.1. Everything started working. You might try just updating gdb and see what happens. The issue was only with cygwin. The same versions you have below ran un