Re: gdb not working properly in Cygwin

2021-02-03 Thread Marco Atzeri via Cygwin
On 03.02.2021 22:40, Marco Atzeri wrote: On 22.01.2021 00:30, Ken Brown via Cygwin wrote: On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. I can replicate the issue if I run gdb from CMD while from Mintty or Cygwin.bat it works fine. It seems late

Re: gdb not working properly in Cygwin

2021-02-03 Thread Marco Atzeri via Cygwin
On 22.01.2021 00:30, Ken Brown via Cygwin wrote: On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. gdb starts however there is no gdb prompt, nothing is echoed and nothing is printed on the bash window except an empty blank line. From now you operate

Re: gdb not working properly in Cygwin

2021-01-21 Thread Ken Brown via Cygwin
On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. gdb starts however there is no gdb prompt, nothing is echoed and nothing is printed on the bash window except an empty blank line. From now you operate blindfolded. Debugging a simple application that p

Re: gdb not working properly in Cygwin

2021-01-21 Thread matthew patton via Cygwin
On Thursday, January 21, 2021, 05:29:27 PM EST, Tord Andreasson via Cygwin wrote: > I tried "strace -o /tmp/gdb.strace /usr/bin/gdb --version" and indeed there >are lines with 37 error messages in it. Since the trace file is large (2MB) $ Err_6.4.5.exe  0xC034 says:   STATUS_OBJECT_NAME_N

Re: gdb not working properly in Cygwin

2021-01-21 Thread Tord Andreasson via Cygwin
Hi, I encounter the same issue too. gdb starts however there is no gdb prompt, nothing is echoed and nothing is printed on the bash window except an empty blank line. From now you operate blindfolded. Debugging a simple application that prints "Hello World" on file demonstrates that gdb loads th

Re: gdb not working properly in Cygwin

2021-01-21 Thread Marco Atzeri via Cygwin
On 21.01.2021 20:02, Daniel, Barry K. via Cygwin wrote: I am trying to build and debug a linux application on a Windows 10 machine. I have installed Cygwin64 with GDB and the GCC compliers. When I open up a Cygwin64 terminal and type "gcc -version" or "g++ --version" I get the normal informati

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
On Monday, January 18, 2021 6:42 PM Ken Brown wrote: >On 1/18/2021 12:35 PM, Lemke, Michael SF/HZA-ZIC2 wrote: >> On Monday, January 18, 2021 5:53 PM Ken Brown wrote: >>> I was asking for the strace output. It might just show the same DLL loading >>> issues that Marco noticed, or it might show som

Re: gdb not working

2021-01-18 Thread Ken Brown via Cygwin
On 1/18/2021 12:35 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Monday, January 18, 2021 5:53 PM Ken Brown wrote: I was asking for the strace output. It might just show the same DLL loading issues that Marco noticed, or it might show something more. Ok, here are the first 100 lines, the whole th

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
On Monday, January 18, 2021 5:53 PM Ken Brown wrote: > >[Resending. Accidentally sent to OP instead of list.] {Happens here too. Reply All or Reply (in Outlook) both send to OP instead of list.] > >On 1/18/2021 8:08 AM, Lemke, Michael SF/HZA-ZIC2 wrote: >> On Friday, January 15, 2021 9:02 PM Ke

Re: gdb not working

2021-01-18 Thread Ken Brown via Cygwin
[Resending. Accidentally sent to OP instead of list.] On 1/18/2021 8:08 AM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 9:02 PM Ken Brown wrote: On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 4:45 PM Jon Turney wrote: On 15/01/2021 12:28

Re: gdb not working

2021-01-18 Thread Ken Brown via Cygwin
On 1/18/2021 8:54 AM, Lemke, Michael SF/HZA-ZIC2 wrote: On Monday, January 18, 2021 2:23 PM Marco Atzeri wrote: On 18.01.2021 14:08, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 9:02 PM Ken Brown wrote: On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, Januar

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
On Monday, January 18, 2021 2:54 PM Lemke, Michael SF/HZA-ZIC2 wrote: >On Monday, January 18, 2021 2:23 PM Marco Atzeri wrote: >On 18.01.2021 14:08, Lemke, Michael SF/HZA-ZIC2 wrote: >> On Friday, January 15, 2021 9:02 PM Ken Brown wrote: >>> On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote:

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
On Monday, January 18, 2021 2:23 PM Marco Atzeri wrote: >On 18.01.2021 14:08, Lemke, Michael SF/HZA-ZIC2 wrote: >> On Friday, January 15, 2021 9:02 PM Ken Brown wrote: >>> On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 4:45 PM Jon Turney wrote: > On 15/

Re: gdb not working

2021-01-18 Thread Marco Atzeri via Cygwin
On 18.01.2021 14:08, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 9:02 PM Ken Brown wrote: On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 4:45 PM Jon Turney wrote: On 15/01/2021 12:28, Lemke, Michael wrote: I just installed a fresh copy of

RE: gdb not working

2021-01-18 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, January 15, 2021 9:02 PM Ken Brown wrote: >On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: >> On Friday, January 15, 2021 4:45 PM Jon Turney wrote: >>> On 15/01/2021 12:28, Lemke, Michael wrote: I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. Howe

Re: gdb not working

2021-01-15 Thread Ken Brown via Cygwin
On 1/15/2021 1:47 PM, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, January 15, 2021 4:45 PM Jon Turney wrote: On 15/01/2021 12:28, Lemke, Michael wrote: I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.

RE: gdb not working

2021-01-15 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, January 15, 2021 4:45 PM Jon Turney wrote: >On 15/01/2021 12:28, Lemke, Michael wrote: >> I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. >> However, gdb does not produce any output. >> >> Installing gdb versions 7.9.1-1 and 7.10.1-1 work, anything newer doesn't.

Re: gdb not working

2021-01-15 Thread Jon Turney
On 15/01/2021 12:28, Lemke, Michael SF/HZA-ZIC2 wrote: I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.1-1 and 7.10.1-1 work, anything newer doesn't. Any ideas why? [...] Install gdb 7.12.1-2 pc> gd

Re: gdb not working

2021-01-15 Thread Marco Atzeri via Cygwin
On 15.01.2021 13:28, Lemke, Michael SF/HZA-ZIC2 wrote: I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.1-1 and 7.10.1-1 work, anything newer doesn't. Any ideas why? Problem reports: https://cygw

gdb not working

2021-01-15 Thread Lemke, Michael SF/HZA-ZIC2
I just installed a fresh copy of Cygwin and gdb with setup-x86_64.exe. However, gdb does not produce any output. Installing gdb versions 7.9.1-1 and 7.10.1-1 work, anything newer doesn't. Any ideas why? pc> gdb -v GNU gdb (GDB) Cygwin 7.9.1-1 Copyright (C) 2015 Free Software Foundation, Inc. Lice

Re: gdb not working with $?=123

2007-04-10 Thread Luca Masini
Brian Dessent wrote: Try this: PATH="/usr/bin:$(cygpath -S)" gdb --help If gdb works with this minimal PATH then try selectively adding the other components back in and see when it fails. If the above still doesn't work then you may have to resort to strace to see why gdb can't initialize.

Re: gdb not working with $?=123

2007-04-10 Thread Brian Dessent
Luca Masini wrote: > > Brian Dessent wrote: > > > Please read the problem reporting guidelines at > > , specifically the part about cygcheck > > output. > > attached the output of "cygcheck -s -v -r > cygcheck.out" Thanks for the extra info. I can't find any

Re: gdb not working with $?=123

2007-04-10 Thread Brian Dessent
Luca Masini wrote: > gdb does not works. > When I run it nothing happens and $? is 123 > I just tried to re-install it and googled but with no luck until now. Please read the problem reporting guidelines at , specifically the part about cygcheck output. You haven

gdb not working with $?=123

2007-04-10 Thread Luca Masini
Hi, gdb does not works. When I run it nothing happens and $? is 123 I just tried to re-install it and googled but with no luck until now. Regards. Luca. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: