This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb crashes my machine



gdb is hanging on NT with service pack5

following steps was made:

1. create a simple hello word program and compile it with debug option
    a.c
#####
    #include<stdio.h>
    main()
    {
       printf("Hello World\n");
    }
#####
2. start the debugger
   $ gdb a.exe
3. start execution with the run-button
   a cmd window was opened for a.exe
4. execute one step
5. close the running a.exe application, using the close button of the a.exe
cmd window or the task manager
   after some seconds the NT System ask for confirmation because the a.exe
application does not response
6. close the running; gdb using the close button of the "Source Window" or
task manager

at this point the windows of a.exe and gdb are frozen and a reset is
necessary.

Dominik Jänicke
SOFTEC Daten- und Kommunikationssysteme GmbH
Promenade 17
D-89073 Ulm
Tel: +49-(0)-731-96600-22
Fax: +49-(0)-731-96600-23
E-Mail: dominik.jaenicke@softec.de
Internet: http://www.softec.de



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]