Re: sigwait() ignores non-thread-specific pending signals

2012-12-07 Thread Andreas Steenpaß
ocks under Cygwin while it exits normally under Linux. The last output under Cygwin is 'thread 2 waiting for SIGUSR2' while under Linux, one more line 'thread 2 received SIGUSR2' is printed out before the program exits. Regards, Andreas -- Problem reports:

Re: sigwait() ignores non-thread-specific pending signals

2012-12-10 Thread Andreas Steenpaß
18 i686 Cygwin $ ./test_case pid: 2640 // In another console, type(in this order!) $ kill -SIGUSR2 2640 $ kill -SIGUSR1 2640 // Then the program gives: Segmentation fault (core dumped) $ The program doesn't crash if I send SIGUSR1 first and then SIGUSR2. Regards, Andreas -- Problem reports:

sigpending() crashes

2012-12-17 Thread Andreas Steenpass
CYGWIN_NT-6.1-WOW64 zoppo 1.7.18s(0.263/5/3) 20121207 21:00:18 i686 Cygwin $ ./test_case pid: 2640 // In another console, type(in this order!) $ kill -SIGUSR2 2640 $ kill -SIGUSR1 2640 // Then the program gives: Segmentation fault (core dumped) $ The program doesn't crash if I send SIGUSR1 f

sigpending() crashes

2012-12-17 Thread Andreas Steenpass
CYGWIN_NT-6.1-WOW64 zoppo 1.7.18s(0.263/5/3) 20121207 21:00:18 i686 Cygwin $ ./test_case pid: 2640 // In another console, type (in this order!) $ kill -SIGUSR2 2640 $ kill -SIGUSR1 2640 // Then the program gives: Segmentation fault (core dumped) $ The program doesn't crash if I send SIGUSR1 f

Re: sigpending() crashes

2012-12-17 Thread Andreas Steenpass
rds, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

'make check' fails

2013-01-23 Thread Andreas Steenpass
.in' is missing. Does anybody have an idea how to fix this and to run the tests? Regards, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: 'make check' fails

2013-01-23 Thread Andreas Steenpass
case. I would suggest to update the Cygwin FAQ accordingly to prevent other people from running into the same issue. Best, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsub

SIGCHLD is not delivered

2013-03-28 Thread Andreas Steenpaß
CHLD which should be emitted when the child process exits is not caught. I use a recent snapshot: $ uname -a CYGWIN_NT-6.1-WOW64 zoppo 1.7.18s(0.263/5/3) 20130309 21:57:01 i686 Cygwin Best regards, Andreas test case: #include #include #include #include// compil

Re: SIGCHLD is not delivered

2013-03-29 Thread Andreas Steenpaß
Le 29/03/2013 14:29, Christopher Faylor a écrit : > On Thu, Mar 28, 2013 at 02:30:53PM +0100, Andreas Steenpa? wrote: >> I have noticed that sometimes SIGCHLD is not delivered when a child >> process exits. I can reproduce this behaviour reliably under the >> following, very

Re: SIGCHLD is not delivered

2013-03-30 Thread Andreas Steenpaß
CPU: 1 vCPU, RAM: 4 GB, with VMware tools CPU/MMU virtualization: automatic Best regards, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.

Re: SIGCHLD is not delivered

2013-04-05 Thread Andreas Steenpaß
The test case works with the newest snapshot (20130401). Thanks for the fix! Best regards, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com

Re: SIGCHLD is not delivered

2013-04-05 Thread Andreas Steenpaß
Le 05/04/2013 19:41, Christopher Faylor a écrit : > On Fri, Apr 05, 2013 at 07:30:42PM +0200, Andreas Steenpa? wrote: >> The test case works with the newest snapshot (20130401). Thanks for the fix! > Thanks for the feedback. > > I haven't advertised a fix yet because there

Re: SIGCHLD is not delivered

2013-04-05 Thread Andreas Steenpaß
Le 05/04/2013 21:32, Christopher Faylor a écrit : > On Fri, Apr 05, 2013 at 09:25:16PM +0200, Andreas Steenpa? wrote: >> Le 05/04/2013 19:41, Christopher Faylor a ?crit : >>> On Fri, Apr 05, 2013 at 07:30:42PM +0200, Andreas Steenpa? wrote: >>>> The test case

previously reported test case does not work in Cygwin 1.7.18

2013-04-25 Thread Andreas Steenpaß
received SIGUSR1 thread 1 waiting for SIGUSR2 Best regards, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

[64-bit] curl: fix -i option (include headers)

2013-08-11 Thread Andreas Winkelbauer
updated cygport file together with a patch to fix this bug (tested with cygport --32 and cygport --64). @Yaakov: Could you please test my patch and update the curl package? Best regards, Andreas NAME="curl" VERSION=7.29.0 RELEASE=1 CATEGORY="Net Web" SUMMARY="Multi-protoc

Re: [64-bit] curl: fix -i option (include headers)

2013-08-12 Thread Andreas Winkelbauer
2.0 source code (with cygport --32 and cygport --64; .cygport file attached). I can confirm that the new version works fine. @Yaakov: Could you please upload updated packages for curl 7.32.0? Thank you and best regards, Andreas NAME="curl" VERSION=7.32.0 RELEASE=1 CATEGORY=&quo

Re: previously reported test case does not work in Cygwin 1.7.18

2013-08-30 Thread Andreas Steenpaß
regards, Andreas Le 25/04/2013 12:06, Andreas Steenpaß a écrit : > I have tried to run the following test case with the newest release: > > http://cygwin.com/ml/cygwin/2012-12/msg00076.html > > It used to work after it was fixed, but now it seems to be broken again. > Actually, it

Re: previously reported test case does not work in Cygwin 1.7.18

2013-09-05 Thread Andreas Steenpaß
Le 30/08/2013 23:32, Christopher Faylor a écrit : > On Fri, Aug 30, 2013 at 04:40:44PM +0200, Andreas Steenpa? wrote: >> I would like to bring the issue described below up again. I have just >> tested this with Cygwin 1.7.24, and it shows the same behaviour as >> before, so i

Trouble installing to UNC path and/or mapped network drive

2016-08-22 Thread Andreas Wettergren
be at least possible to install Cygwin this way? Any hints or suggestions would be much appreciated! Best regards Andreas Wettergren Translation Support Office: +46 31-360 98 30   |   Amesto Translations

RE: Trouble installing to UNC path and/or mapped network drive

2016-08-23 Thread Andreas Wettergren
m > Subject: Re: Trouble installing to UNC path and/or mapped network drive > > On Mon, Aug 22, 2016 at 5:57 AM, Andreas Wettergren wrote: > > The computer I’m using to launch the setup from is running Windows 7 > Professsional (64 - bit). > > I’m using setup-x86.exe versio

RE: Trouble installing to UNC path and/or mapped network drive

2016-08-23 Thread Andreas Wettergren
n.com > Subject: Re: Trouble installing to UNC path and/or mapped network drive > > Andreas Wettergren writes: > > I’m running this as a network user that has full read & write access > > to the target directory and subdirectories. This user is also a > > member of

RE: Trouble installing to UNC path and/or mapped network drive

2016-08-23 Thread Andreas Wettergren
> -Original Message- > From: Andrey Repin [mailto:anrdae...@yandex.ru] > Sent: Tuesday, August 23, 2016 12:01 PM > To: Andreas Wettergren ; > cygwin@cygwin.com > Subject: Re: Trouble installing to UNC path and/or mapped network drive > > Greetings, Andreas Wette

Re: Bug Report: Regression in Cygwin 2.11.0-1

2018-09-01 Thread Andreas Hauptmann
On Sat, 1 Sep 2018 01:24:49 + Bryan Phelps wrote: > I'll continue to look around for a more minimal repro, The normalization of paths with backslashes has changed. The following doesn't work any longer: cd /tmp stat "..\bin\file.exe" # or stat "..\\bin\\file.exe" This however s

cygwin stopped working

2018-02-11 Thread Andreas Schiffler
delete all but the most recent version.  The most recent version *should* reside in x:\cygwin\bin, where 'x' is the drive on which you have I do have another version of the cygwin dll file on the system (Plex installation) but that never caused any issues in the past. Thanks for

Re: cygwin stopped working

2018-02-11 Thread Andreas Schiffler
distribution.  Rebooting is also suggested if you are unable to find another cygwin DLL. On 2/11/2018 2:42 AM, Doug Henderson wrote: On 11 February 2018 at 01:18, Andreas Schiffler wrote: Terminal (bash) fails with: Error: Could not fork child process: Resource temporarily unavailable (-1).

Re: cygwin stopped working

2018-02-12 Thread Andreas Schiffler
k or do anything (see above). On 2/12/2018 8:49 AM, Jostein Berntsen wrote: On 11.02.18,17:16, Andreas Schiffler wrote: Thanks for the tip, but that didn't seem to have helped. The registry setting CYGWIN_NOWINPATH=1 did not seem to affect the environment as seen in bash. The variable see

Re: W10 Mandatory ASLR default

2018-02-13 Thread Andreas Schiffler
rsion 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel] "MitigationOptions"=hex:00,01,21,00,00,00,00,00,00,00,00,00,00,00,00,00 On 2/13/2018 11:17 PM, Thomas Wolff wrote: Am 14.02.2018 um 04:25 schrieb Brian Inglis: On 2018-02-12 21:58, Andreas Schiff

Re: W10 Mandatory ASLR default

2018-02-18 Thread Andreas Schiffler
I'd say add a check and post a warning would the best solution. A setup script shouldn't modify a users security setup, and even if the script were to reset the settings they wouldn't be active until after a reboot. On 2/15/2018 10:41 PM, Brian Inglis wrote: On 2018-02-14

Persistently Disable Stacktraces

2018-04-23 Thread Andreas Pieber
ind any option how to set this limit globally and independently how and from where I call cygwin .exe files like rsync. Do you have any hints/ideas/solutions for me. Thank you very much and kind regards, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http:/

too many level of symbolic links

2022-02-17 Thread Andreas Heckel
rmal. I have been using cygwin a long time but this is the first time this happens. My machine and our servers got recently updated, so I can't really pinpoint the reason for this behaviour now. Any hints / advice how to resolve this? Cheers, Andreas -- Problem reports: https://cygwin

RE: too many level of symbolic links

2022-02-17 Thread Andreas Heckel
> Of Oskar Skog > Sent: Thursday, February 17, 2022 11:05 AM > Subject: Re: too many level of symbolic links > > On 2022-02-17 10:46, Andreas Heckel wrote: > > I have a network drive mapped like > > //hostname/share --> p: > > > > When trying to

RE: too many level of symbolic links

2022-02-17 Thread Andreas Heckel
> Of Corinna Vinschen > Sent: Thursday, February 17, 2022 1:00 PM > To: cygwin@cygwin.com > Subject: Re: too many level of symbolic links > > On Feb 17 11:41, Andreas Heckel wrote: > > > > > > > Of Oskar Skog > > > Sent: Thursday, February 17, 20

RE: where is cygintl-1.dll?

2003-12-01 Thread Dipl.Phys. Andreas K
ature? ... and started from scratch again. But this time with the (manually added) libintl1 - and everything went fine. So my suggestion: Please repair the "default" settings to also include that cygintl-1.dll / libintl1 thanks a lot! Andreas P.S.: I am not on the lis

AW: read() on serial port

2002-01-29 Thread Martin, Andreas {GW~Mannheim}
Hi, simply try to remove the backslash from your remark. charsin=read(f3,anmes,256); /* read message + cr */ -Ursprüngliche Nachricht- Von: ROLAND [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 29. Januar 2002 14:12 An: [EMAIL PROTECTED] Betreff: read() on serial port I just c

git submodule + gettext / envsubst

2023-06-23 Thread Andreas Heckel via Cygwin
bst (2160) child_copy: cygheap read copy failed, 0x8..0x80002A378, done 0, windows pid 2160, Win32 error 6 1016 [main] envsubst 1385 C:\msys64\usr\bin\envsubst.exe: *** fatal error - couldn't create signal pipe, Win32 error 5 Cheers, Andreas -- Problem reports: h

python-boto obsolete?

2021-03-29 Thread Andreas Heckel via Cygwin
p my system updated. Hence I am uncertain, how to interpret this sort of discrepancy. Cheers, Andreas -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Chances for llvm / clang update?

2021-04-22 Thread Andreas Heckel via Cygwin
only got clang and a few tools like clang-format to run under Cygwin. I apologise, but I really have no clue about building anything properly for Cygwin (yet). Cheers, Andreas -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Doc

RE: Chances for llvm / clang update?

2021-04-22 Thread Andreas Heckel via Cygwin
eing curious. But since I am interested, I will spent some time to look into it at some point. Although I feel not very confident achieving much with my limited knowledge. I will get back to you, once I have concrete questions I can articulate. Cheers, Andreas -- Problem reports:

RE: Chances for llvm / clang update?

2021-04-22 Thread Andreas Heckel via Cygwin
Thank you so much for your support. This really takes the edge off the first steps! I instantly started setting up a test environment and also trying to get familiar. It will still be a steep learning curve for me anyway, but you are very motivating. Cheers, Andreas -- Problem reports

Problem with PATH env when starting sshd with cygrunsrv

2002-03-11 Thread Ames Andreas (PN-SYS/A)
Hello, for the output of 'cygcheck -csv', see below. As you can see there is another, much older, cygwin1.dll in my path. If I use: 'cygrunsrv --install sshd --path /usr/sbin/sshd --env PATH="\"/bin:$PATH:/bin\"" --args -D' to install the sshd service (or no path spec at all), starting sshd f

Re: Compiling openldap 2.0.18...

2001-12-20 Thread Ames Andreas (PN-SYS/A)
re correctly compiled. Please note that there is a MSVC .dsp file in the 'build'-subdirectory. Perhaps it is usable, but I didn't try. HTH, andreas configure_openldap_2.0.18.patch Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#un

Re: OT: MS Visual C++ Makefiles

2002-02-08 Thread Ames Andreas (PN-SYS/A)
ut it works good enough (at least for me). If that is not what you need, please ignore me. cheers, andreas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.htm

cntlm error report 10904

2019-12-02 Thread FIXED-TERM Kraft Andreas (CC-AD/EPE5) via cygwin
gwin.com> every time I start up CNTLM. I hope this report will be helpful. Mit freundlichen Grüßen / Best regards Andreas Kraft CC-AD/EPE5 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.co

<    1   2