Re: Cygwin GDB won't start or hangs at startup

2021-02-08 Thread Marco Atzeri via Cygwin
On 08.02.2021 16:33, matthew patton wrote: On Sun, Feb 7, 2021 at 4:13 PM Jon Turney  wrote: >> It seems that gdb wants to run 'iconv -l' to list the available encodings. >> >> It looks like perhaps an upstream bug that gdb outputs nothing when >> iconv can't be found (rather than using th

Re: Cygwin GDB won't start or hangs at startup

2021-02-08 Thread matthew patton via Cygwin
On Sun, Feb 7, 2021 at 4:13 PM Jon Turney  wrote: >> It seems that gdb wants to run 'iconv -l' to list the available encodings. >> >> It looks like perhaps an upstream bug that gdb outputs nothing when >> iconv can't be found (rather than using the default encoding?). > the lack of a backup solut

Re: Cygwin GDB won't start or hangs at startup

2021-02-08 Thread marco atzeri via Cygwin
On Sun, Feb 7, 2021 at 4:13 PM Jon Turney wrote: > > > It seems that gdb wants to run 'iconv -l' to list the available encodings. > > It looks like perhaps an upstream bug that gdb outputs nothing when > iconv can't be found (rather than using the default encoding?). the lack of a backup solutio

Re: Cygwin GDB won't start or hangs at startup

2021-02-07 Thread Jon Turney
On 05/02/2021 19:06, Marco Atzeri via Cygwin wrote: On 05.02.2021 17:39, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, February 5, 2021 4:18 PM Takashi Yano wrote: On Fri, 5 Feb 2021 10:07:46 +0100 Marco Atzeri wrote: On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: On 04.02.2021 13:13,

Re: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Marco Atzeri via Cygwin
On 05.02.2021 17:39, Lemke, Michael SF/HZA-ZIC2 wrote: On Friday, February 5, 2021 4:18 PM Takashi Yano wrote: On Fri, 5 Feb 2021 10:07:46 +0100 Marco Atzeri wrote: On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: I looked in

Re: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Marco Atzeri via Cygwin
On 05.02.2021 16:18, Takashi Yano via Cygwin wrote: On Fri, 5 Feb 2021 10:07:46 +0100 Marco Atzeri wrote: On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: it is like the file descriptor of outputs are misaligned, and I see two m

RE: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, February 5, 2021 4:18 PM Takashi Yano wrote: >On Fri, 5 Feb 2021 10:07:46 +0100 >Marco Atzeri wrote: >> On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: >> >> On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: >> >> > >> > Hi Marco, >> > it seems stacked and when blindly ty

Re: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Takashi Yano via Cygwin
On Fri, 5 Feb 2021 10:07:46 +0100 Marco Atzeri wrote: > On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: > >> On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: > > > > > Hi Marco, > > it seems stacked and when blindly typing "quit" it responds with exiting. > > So it seems like the ou

RE: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, February 5, 2021 3:08 PM Lemke, Michael SF/HZA-ZIC2 wrote: >On Friday, February 5, 2021 10:08 AM Marco Atzeri wrote: >>On 05.02.2021 08:55, Daniel RÃhrborn via Cygwin wrote: On 04.02.2021 13:13, Daniel RÃhrborn via Cygwin wrote: >> >>> >>> Hi Marco, >>> it seems stacked and when

RE: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Lemke, Michael SF/HZA-ZIC2
On Friday, February 5, 2021 10:08 AM Marco Atzeri wrote: >On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: >>> On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: > >> >> Hi Marco, >> it seems stacked and when blindly typing "quit" it responds with exiting. So >> it seems like the outp

Re: Cygwin GDB won't start or hangs at startup

2021-02-05 Thread Marco Atzeri via Cygwin
On 05.02.2021 08:55, Daniel Röhrborn via Cygwin wrote: On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: Hi Marco, it seems stacked and when blindly typing "quit" it responds with exiting. So it seems like the output is invisible. Tested it with Win7_32bit, GDB version 9.2-1 with Cygwin

Re: Re: Cygwin GDB won't start or hangs at startup

2021-02-04 Thread Daniel Röhrborn via Cygwin
>On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: >> I have this issue on three different PCs (Win7_32bit, 2x Win10_64bit) with >> the latest Cygwin installer. >> I installed Cygwin gcc/g++/gdb. Compiler works but gdb doesn't output >> anything when started. It seems to have blocked right a

Re: Cygwin GDB won't start or hangs at startup

2021-02-04 Thread Marco Atzeri via Cygwin
On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: I have this issue on three different PCs (Win7_32bit, 2x Win10_64bit) with the latest Cygwin installer. I installed Cygwin gcc/g++/gdb. Compiler works but gdb doesn't output anything when started. It seems to have blocked right after start.

RE: Cygwin GDB won't start or hangs at startup

2021-02-04 Thread Lemke, Michael SF/HZA-ZIC2
On Thursday, February 4, 2021 1:13 PM Daniel Röhrborn wrote: >I have this issue on three different PCs (Win7_32bit, 2x Win10_64bit) with the >latest Cygwin installer. >I installed Cygwin gcc/g++/gdb. Compiler works but gdb doesn't output anything >when started. It seems to have blocked right afte