Re: cygwin + gdb problems

2002-10-24 Thread Christopher Faylor
On Thu, Oct 24, 2002 at 01:40:59PM -0700, Jennie Mai Nguyen wrote: >Hi, > Thanks for all the input. I've tried rebooting, and changing the path >so that there are no spaces. However, it still gives me the same error. > >If I continue, then it runs "Hello World" and exits normally: Correct. As o

RE: cygwin + gdb problems

2002-10-24 Thread Jennie Mai Nguyen
Hi, Thanks for all the input. I've tried rebooting, and changing the path so that there are no spaces. However, it still gives me the same error. If I continue, then it runs "Hello World" and exits normally: This GDB was configured as "i686-pc-cygwin"... (gdb) break main Breakpoint 1 at 0x4010

Re: cygwin + gdb problems

2002-10-24 Thread Christopher Faylor
On Thu, Oct 24, 2002 at 07:03:28AM -0700, Joshua Daniel Franklin wrote: >Jennie, > >In case rebooting didn't fix it... > >> Starting program: /home/Jennie Nguyen/a.exe >^ >I believe gdb may have problems with spaces in the path to the >filename. Try moving to /tmp or

Re: cygwin + gdb problems

2002-10-24 Thread Joshua Daniel Franklin
Jennie, In case rebooting didn't fix it... > Starting program: /home/Jennie Nguyen/a.exe ^ I believe gdb may have problems with spaces in the path to the filename. Try moving to /tmp or editing /etc/passwd to remove the space from your /home directory. _

Re: cygwin + gdb problems

2002-10-23 Thread CBFalconer
[posted and mailed] Jennie Mai Nguyen wrote: > > I am having problems with running gdb in cygwin. I have exactly > the same problem as in this message and followed the directions: > > http://sources.redhat.com/ml/cygwin/2002-08/msg00508.html > > However, I couldn't find any double instances of c

Re: cygwin + gdb problems

2002-10-23 Thread Igor Pechtchanski
Jennie, IIRC, the end result of that discussion was that this segfault had something to do with threading and should be ignored. If you continue the program from that point, it will be caught and processed. Igor On Wed, 23 Oct 2002, Jennie Mai Nguyen wrote: > Hi, > > I am having probl

RE: cygwin + gdb problems

2002-10-23 Thread [EMAIL PROTECTED]
EMAIL PROTECTED] Date: Wed, 23 Oct 2002 18:12:21 -0700 To: [EMAIL PROTECTED] Subject: cygwin + gdb problems Hi, I am having problems with running gdb in cygwin. I have exactly the same problem as in this message and followed the directions: http://sources.redhat.com/ml/cygwin/2002-08/msg00508

cygwin + gdb problems

2002-10-23 Thread Jennie Mai Nguyen
Hi, I am having problems with running gdb in cygwin. I have exactly the same problem as in this message and followed the directions: http://sources.redhat.com/ml/cygwin/2002-08/msg00508.html However, I couldn't find any double instances of cygwin.dll ( I only have a cygwin1.dll). Please hel