X crashes with SIGPIPE

2020-04-17 Thread Henry Gebhardt via Cygwin
Hi, Cygwin/X crashes every few days for me. I managed to obtain a backtrace from the last crash (attached). Server log is also included. I have not, yet, managed to pin down the exact trigger for the crash. I am running two graphical programs under Windows 10 WSL2 Debian: tilix and evince. Thank

Re: What is wrong with the name excel?

2020-04-17 Thread Greywolf
On 4/17/2020 11:01, Eliot Moss wrote: > On 4/17/2020 1:24 PM, Erik Soderquist via Cygwin wrote: > What seems a little odd to me is this.  If I had invoked via: > >     excel.exe > > I would not be surprised the MS Excel would launch, because it is probably > earlier in the path.  But the OP said

Re: cygwin gfortran segfaulting on valid write statements

2020-04-17 Thread Brian Inglis
On 2020-04-17 17:33, Charles Russell wrote: > On 4/17/2020 2:46 PM, Brian Inglis wrote: > >> Try running under strace: >> >> $ strace -o prog.strace prog -options... args... >> >> or gdb: >> >> $ gdb prog >> (gdb) run -options... args... >> SEGV diagnostics >> (gdb) bt >> (

Re: What is wrong with the name excel?

2020-04-17 Thread Andrey Repin
Greetings, Gerlach van Beinum! > I made a program to read a csv file from Excel. I called it excel.c > and it made an executable excel.exe > If irun that executable with: > ./excel.exe > nothing happens, i.i. no output. > If I rename it to a.exe it runs OK. > What about this name excel?? > My C

Re: cygwin gfortran segfaulting on valid write statements

2020-04-17 Thread Charles Russell
On 4/17/2020 2:46 PM, Brian Inglis wrote: Try running under strace: $ strace -o prog.strace prog -options... args... or gdb: $ gdb prog (gdb) run -options... args... SEGV diagnostics (gdb) bt (gdb) q and attach or paste all output. The follow

Re: cygwin gfortran segfaulting on valid write statements

2020-04-17 Thread Charles Russell
On 4/17/2020 2:39 PM, Marco Atzeri via Cygwin wrote: in what type of statement have you the segfault ? I recently tried building and running some old fortran code using what I think is the current version of cygwin gfortran (--version reports 9.3.0) and was surprised to get a run-time error

Re: katomic and atomix will not run

2020-04-17 Thread Eliot Moss
On 4/17/2020 5:16 PM, Phoenix Soul via Cygwin wrote: I decided that I was going to get katomic and atomix for cygwin, and selected the most recent version listed. atomix refuses to run and says: Unable to init server: Could not connect to 127.0.0.1: Connection refused (atomix:1495): Gtk-WARNING

katomic and atomix will not run

2020-04-17 Thread Phoenix Soul via Cygwin
I decided that I was going to get katomic and atomix for cygwin, and selected the most recent version listed. atomix refuses to run and says: Unable to init server: Could not connect to 127.0.0.1: Connection refused (atomix:1495): Gtk-WARNING **: cannot open display: katomic says: QStandardPaths:

Re: cygwin gfortran segfaulting on valid write statements

2020-04-17 Thread Brian Inglis
On 2020-04-17 12:42, wors...@bellsouth.net wrote: > I'm getting segfaults in valid write statements Using current cygwin gfortran > (--version reports 9.3.0). This is with old code that runs on current debian > stable and was running on cygwin a few years ago. I have been unable to > construct a si

Re: cygwin gfortran segfaulting on valid write statements

2020-04-17 Thread Brian Inglis
On 2020-04-17 12:42, wors...@bellsouth.net wrote: > I'm getting segfaults in valid write statements Using current cygwin gfortran > (--version reports 9.3.0). This is with old code that runs on current debian > stable and was running on cygwin a few years ago. I have been unable to > construct a si

Re: cygwin gfortran segfaulting on valid write statements

2020-04-17 Thread Marco Atzeri via Cygwin
Am 17.04.2020 um 20:42 schrieb wors...@bellsouth.net: I'm getting segfaults in valid write statements Using current cygwin gfortran (--version reports 9.3.0). This is with old code that runs on current debian stable and was running on cygwin a few years ago. I have been unable to construct a si

Re: What is best means of occasional communication with this mailing list now that gmane is gone?

2020-04-17 Thread worsafe
On 4/17/2020 1:46 PM, wors...@bellsouth.net wrote: What is best means of occasional communication with this mailing list now that gmane is gone? Sorry, not a problem. "the gmane.org domain was no longer viable, and the NNTP server has now moved to news.gmane.io" -- Problem reports:

What is best means of occasional communication with this mailing list now that gmane is gone?

2020-04-17 Thread worsafe
What is best means of occasional communication with this mailing list now that gmane is gone? -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#un

Re: Two naive questions

2020-04-17 Thread Brian Inglis
On 2020-04-17 12:16, Andrey Repin wrote: > Greetings, Stephen Carrier! >> I remember having had the same confusion the first few times I initiated >> threads. > When you start a new thread, do not reply to existing threads. > It's that simple. Indeed - proper mail and news readers use References

cygwin gfortran segfaulting on valid write statements

2020-04-17 Thread worsafe
I'm getting segfaults in valid write statements Using current cygwin gfortran (--version reports 9.3.0). This is with old code that runs on current debian stable and was running on cygwin a few years ago. I have been unable to construct a simple example for a bug report. I would like to try do

Re: What is wrong with the name excel?

2020-04-17 Thread Eliot Moss
Something that does work is to define a bash function name excel. Within that you could invoke an executable called myexcel, etc. An alias probably works, too. Not sure about a symlink (and they come in different flavors). But these just paper over that weird special-ness. Windows is odd ..

Re: Two naive questions

2020-04-17 Thread Andrey Repin
Greetings, Stephen Carrier! > I remember having had the same confusion the first few times I initiated > threads. When you start a new thread, do not reply to existing threads. It's that simple. -- With best regards, Andrey Repin Friday, April 17, 2020 21:15:44 Sorry for my terrible english..

Re: git on mounted CIFS is it Git or Cygwin

2020-04-17 Thread Andrey Repin
Greetings, L A Walsh! > Here it is -- feel free to pass it along: > --- > lsacl > --- >> cat ~/bin/lsacl > #!/bin/bash > ## $Id: lsacl,v 1.5 2015-08-02 10:29:25-07 law Exp $ > # Version 2 -- try to work with getfacl on cygwin > # > shopt -s expand_aliases > alias int=declare\ -i sub=function

Re: What is wrong with the name excel?

2020-04-17 Thread Tony Richardson via Cygwin
On Fri, Apr 17, 2020 at 1:02 PM Eliot Moss wrote: > On 4/17/2020 1:24 PM, Erik Soderquist via Cygwin wrote: > > On Fri, Apr 17, 2020 at 7:11 AM Gerlach van Beinum wrote: > >> > >> I made a program to read a csv file from Excel. I called it excel.c > >> and it made an executable excel.exe > >> If

Re: What is wrong with the name excel?

2020-04-17 Thread Eliot Moss
On 4/17/2020 1:24 PM, Erik Soderquist via Cygwin wrote: On Fri, Apr 17, 2020 at 7:11 AM Gerlach van Beinum wrote: I made a program to read a csv file from Excel. I called it excel.c and it made an executable excel.exe If irun that executable with: ./excel.exe nothing happens, i.i. no output. I

Re: Two naive questions

2020-04-17 Thread Stephen Carrier
On Fri, Apr 17, 2020 at 07:10:51AM +0200, Marco Atzeri via Cygwin wrote: > Am 16.04.2020 um 22:21 schrieb Fergus Daly via Cygwin: > > I've been reading/writing to this list since 2001 or maybe earlier and have > > only just Subscribe'd. Mainly because I have been aware when contributing > > to a

Re: What is wrong with the name excel?

2020-04-17 Thread Csaba Ráduly via Cygwin
Hi Gerlach, On 17/04/2020 13:10, Gerlach van Beinum via Cygwin wrote: I made a program to read a csv file from Excel. I called it excel.c and it made an executable excel.exe If irun that executable with: ./excel.exe nothing happens, i.i. no output. Try running it under gdb. You should get a be

Re: Two naive questions

2020-04-17 Thread Brian Inglis
On 2020-04-17 05:17, Fergus Daly via Cygwin wrote: >>> usually it is just reply to the list on your mail program. > Yeah, I now see how it all works. Thank you. When Reply List doesn't work, pick Reply All and trim the To and Reply To addresses to just the list address, and maybe a CC to what may

Re: What is wrong with the name excel?

2020-04-17 Thread Erik Soderquist via Cygwin
On Fri, Apr 17, 2020 at 7:11 AM Gerlach van Beinum wrote: > > I made a program to read a csv file from Excel. I called it excel.c > and it made an executable excel.exe > If irun that executable with: > ./excel.exe > nothing happens, i.i. no output. > > If I rename it to a.exe it runs OK. > > What a

Re: setup-x86_64.exe --quiet-mode issues using Management Tools

2020-04-17 Thread Bill Stewart
On Fri, Apr 17, 2020 at 1:01 AM KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > This is the way that we are pushing the packages currently to > end users is through software managers with silent > installation. My point is that "silent" doesn't mean "no visible GUI." It generally means "the installer

Re: Rsync frequently hangs

2020-04-17 Thread Brent Epp
Hi Andrey, Thanks, I do have some security software running, but the rsync problem persists when it (the security software) is disabled. Thanks  - Brent Can you expand on this? On 2020-04-17 05:07, Andrey Repin wrote: Greetings, Brent Epp! I have a large collection of custom tooling that d

Sv: unlink does not remove named pipe

2020-04-17 Thread Kristian Ivarsson via Cygwin
> Greetings, Kristian Ivarsson via Cygwin! > > > If you're creating a lot's of named pipes in main process and in > > children and then using unlink, some of the named pipe files are not > > removed from the file system and no error is issued, i.e. unlink > > doesn't return -1 > > Open file will

Re: unlink does not remove named pipe

2020-04-17 Thread Ken Brown via Cygwin
Hi Kristian, On 4/17/2020 4:26 AM, Kristian Ivarsson via Cygwin wrote: If you're creating a lot's of named pipes in main process and in children and then using unlink, some of the named pipe files are not removed from the file system and no error is issued, i.e. unlink doesn't return -1 Thanks

Re: unlink does not remove named pipe

2020-04-17 Thread Andrey Repin
Greetings, Kristian Ivarsson via Cygwin! > If you're creating a lot's of named pipes in main process and in children > and then using unlink, some of the named pipe files are not removed from the > file system and no error is issued, i.e. unlink doesn't return -1 Open file will not be immediately

What is wrong with the name excel?

2020-04-17 Thread Gerlach van Beinum via Cygwin
I made a program to read a csv file from Excel. I called it excel.c and it made an executable excel.exe If irun that executable with: ./excel.exe nothing happens, i.i. no output. If I rename it to a.exe it runs OK. What about this name excel?? My Cygwin version is up-to-date. -- Gerlach van Be

Re: Rsync frequently hangs

2020-04-17 Thread Andrey Repin
Greetings, Brent Epp! > I have a large collection of custom tooling that depends on rsync.  It > used to work very well, but recently, rsync has become highly unstable.  > It frequently (dozens of times a day) hangs.  These are rsync executions > where the source and target are both on the same

Re: setup-x86_64.exe --quiet-mode issues using Management Tools

2020-04-17 Thread Andrey Repin
Greetings, Bill Stewart! > On Thu, Apr 16, 2020 at 2:25 AM KAVALAGIOS Panagiotis (EEAS-EXT) wrote: >> > From: Cygwin On Behalf Of Bill Stewart >> > On Wed, Apr 15, 2020 at 9:03 AM KAVALAGIOS Panagiotis (EEAS-EXT) wrote: >> > >> > > I have already requested a feature to totally remove any GUI from

unlink does not remove named pipe

2020-04-17 Thread Kristian Ivarsson via Cygwin
If you're creating a lot's of named pipes in main process and in children and then using unlink, some of the named pipe files are not removed from the file system and no error is issued, i.e. unlink doesn't return -1 Kristian -- Problem reports: https://cygwin.com/problems.html FAQ:

RE: setup-x86_64.exe --quiet-mode issues using Management Tools

2020-04-17 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> -Original Message- > From: Cygwin On Behalf Of Bill Stewart > > On Thu, Apr 16, 2020 at 2:25 AM KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > > > Because the package can be sent to your machine when you are working > > and we don't wish to disturb the users. Everything is performed in the