error report

2023-07-28 Thread Johnnie Broadway via Cygwin
bin/iperf3.exe -c 192.168.1.233 -P 1 -i 1 -p 5201 -f g -t 10      0 [main] iperf3 17636 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem tothe public mailing list cygwin@cygwin.com -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Config error

2023-07-20 Thread cygwinautoreply--- via Cygwin
ext copied in "c." to the cntlm.ini file below the >following line: > i. # > PassNTLMv2 D5826E9C665C37C80B53397D5C07BBCB >e. Save and Close the cntlm.ini file. >When I press enter at the end of this li

Config error

2023-07-20 Thread Mary Pleas via Cygwin
i. # PassNTLMv2 D5826E9C665C37C80B53397D5C07BBCB e. Save and Close the cntlm.ini file. When I press enter at the end of this line, cntlm -c cntlm.ini -I -M http://google.ro, it returns the following error. 4 [main] cntlm 5768 find_fast_cwd: WARNING: Couldn'

Re: [PATCH 1/2] Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.

2023-07-10 Thread Corinna Vinschen
On Jul 8 07:59, Takashi Yano wrote: > Hi Corinna, > > On Fri, 7 Jul 2023 11:46:15 +0200 > Corinna Vinschen wrote: > > On Jul 7 12:34, Takashi Yano wrote: > > > diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc > > > index 18e0f3097..2aae2fd65 100644 > > > ---

Re: [PATCH 1/2] Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.

2023-07-07 Thread Takashi Yano
Hi Corinna, On Fri, 7 Jul 2023 11:46:15 +0200 Corinna Vinschen wrote: > On Jul 7 12:34, Takashi Yano wrote: > > diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc > > index 18e0f3097..2aae2fd65 100644 > > --- a/winsup/cygwin/dtable.cc > > +++ b/winsup/cygwin/dtable.cc > > @@ -600,7

Re: [PATCH 1/2] Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.

2023-07-07 Thread Corinna Vinschen
Hi Takashi, On Jul 7 12:34, Takashi Yano wrote: > diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc > index 18e0f3097..2aae2fd65 100644 > --- a/winsup/cygwin/dtable.cc > +++ b/winsup/cygwin/dtable.cc > @@ -600,7 +600,13 @@ fh_alloc (path_conv& pc) > case FH_TTY: > if

[PATCH 1/2] Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.

2023-07-06 Thread Takashi Yano
As reported in https://cygwin.com/pipermail/cygwin/2023-June/253888.html, "Bad address" error occurs when stat() is called after the commit 3721a756b0d8 ("Cygwin: console: Make the console accessible from other terminals."). There are two problems in the current code. One

Re: scallywag error report

2023-06-28 Thread Jon Turney via Cygwin-apps
On 28/06/2023 11:56, Daisuke Fujimura via Cygwin-apps wrote: I am reporting a scallywag error during git push. remote: scallywag: invoked on repository git/cygwin-packages/libhtp, by maintainer Daisuke Fujimura remote: scallywag: timeout waiting for GitHub to assign a wfr_id remote: scallywag

scallywag error report

2023-06-28 Thread Daisuke Fujimura via Cygwin-apps
I am reporting a scallywag error during git push. remote: scallywag: invoked on repository git/cygwin-packages/libhtp, by maintainer Daisuke Fujimura remote: scallywag: timeout waiting for GitHub to assign a wfr_id remote: scallywag: PLEASE REPORT THIS! remote: scallywag: build 6661 queued

Re: Another confusing error from someone else's Cygwin setup

2023-06-27 Thread David Karr via Cygwin
> > ... > > > He was getting a weird error on line 3, just saying this: > > - > > ...: line 3: syntax error near unexpected token `$'{\r'' > > ...: line 3: `main() { > > --- > > If you run bash with the "-o igncr&q

Re: Another confusing error from someone else's Cygwin setup

2023-06-26 Thread Mike Gran via Cygwin
fferent problem. ... > He was getting a weird error on line 3, just saying this: > - > ...: line 3: syntax error near unexpected token `$'{\r'' > ...: line 3: `main() { > --- If you run bash with the "-o igncr" option, it will igno

Re: Another confusing error from someone else's Cygwin setup

2023-06-26 Thread Dan Harkless via Cygwin
On 6/26/2023 4:58 PM, Dan Harkless via Cygwin wrote: On 6/26/2023 4:35 PM, David Karr via Cygwin wrote: > > He was getting a weird error on line 3, just saying this: > > - > > ...: line 3: syntax error near unexpected token `$'{\r'' >

Re: Another confusing error from someone else's Cygwin setup

2023-06-26 Thread Dan Harkless via Cygwin
On 6/26/2023 4:35 PM, David Karr via Cygwin wrote: > He was getting a weird error on line 3, just saying this: > - > ...: line 3: syntax error near unexpected token `$'{\r'' > ...: line 3: `main() { > --- Apologies, I don't remember yo

Another confusing error from someone else's Cygwin setup

2023-06-26 Thread David Karr via Cygwin
I'm seeing a problem with someone else's Cygwin setup, sort of similar to a problem I asked about a couple of weeks ago, in that it's a problem with the same user, but seemingly a completely different problem. He is using a Bash script that I wrote, and he gets a seemingly nonsensical error

Re: Cygwin test 3.5.0 tar symlinks error messages and failure status

2023-06-24 Thread David Allsopp via Cygwin
Achim Gratz wrote: > Brian Inglis writes: > > Problem writing tar (with Cygwin default sys) symlinks before target > > created under Cygwin 3.5.0 - error messages are issued and tar exits > > with failure status! > […] > > The only likely culprit betwe

Cygwin test 3.5.0 tar symlinks error messages and failure status

2023-06-21 Thread Daniel Abrahamsson via Cygwin
target > > created under Cygwin 3.5.0 - error messages are issued and tar exits > > with failure status! > […] > > The only likely culprit between 3.4.6 and that commit seems to be > > commit 2023-04-18 fa84aa4dd2fb43eaf7fcdfb040aef854f2f19d01 Cygwin: fix > > errno v

Re: Cygwin test 3.5.0 tar symlinks error messages and failure status

2023-05-27 Thread Achim Gratz via Cygwin
Brian Inglis via Cygwin writes: > Problem writing tar (with Cygwin default sys) symlinks before target > created under Cygwin 3.5.0 - error messages are issued and tar exits > with failure status! […] > The only likely culprit between 3.4.6 and that commit seems to be > co

Cygwin test 3.5.0 tar symlinks error messages and failure status

2023-05-27 Thread Brian Inglis via Cygwin
Problem writing tar (with Cygwin default sys) symlinks before target created under Cygwin 3.5.0 - error messages are issued and tar exits with failure status! Also failed with the same issues under my own dev build based off origin/main commit 2023-05-01

dd: error reading '/proc/sys/Device/HarddiskVolumeShadowCopy9': No space left on device

2023-05-25 Thread Opty via Cygwin
Hello, I'm trying to create a volume shadow copy image using $ dd if=/proc/sys/Device/HarddiskVolumeShadowCopy9 of=/dev/null bs=4096 status=progress but it ends prematurely with 116923437056 bytes (117 GB, 109 GiB) copied, 65 s, 1.8 GB/s dd: error reading '/proc/sys/Device

git-send-email --confirm=always error after perl upgrade

2023-05-09 Thread Brian Inglis via Cygwin
folks, Just updated everything including perl and now git send-email fails with error without prompting or requesting input for sendemail.confirm = always - address headers have been sanitized and perl indents have been reduced: $ git send-email --to=patches 0001-fhandler-proc.cc

Re: reporting error

2023-04-11 Thread cygwinautoreply--- via Cygwin
>pwd 2444 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

reporting error

2023-04-11 Thread Mphatso Tawakali via Cygwin
pwd 2444 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer -- 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

Re: Fwd: Error running setup-x86_64.exe: syntax error in setup.zst

2023-04-07 Thread Brian Inglis via Cygwin-apps
get this error message: https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst line 30182: syntax error, unexpected $undefined, expecting COMMA or NL https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst line 30182: unrecognized line 30183 (do you have the latest setup?) https

Re: Error running setup-x86_64.exe: syntax error in setup.zst

2023-04-07 Thread Keith Thompson via Cygwin
On Fri, Apr 7, 2023 at 2:40 AM Jon Turney wrote: > > On 07/04/2023 02:44, Keith Thompson via Cygwin wrote: > > Running setup-x86_64.exe on a Windows 10 laptop, I get this error message: > > > > https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst line > > 3

Re: Error running setup-x86_64.exe: syntax error in setup.zst

2023-04-07 Thread Jon Turney via Cygwin
On 07/04/2023 02:44, Keith Thompson via Cygwin wrote: Running setup-x86_64.exe on a Windows 10 laptop, I get this error message: https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst line 30182: syntax error, unexpected $undefined, expecting COMMA or NL https://mirrors.kernel.org

Fwd: Error running setup-x86_64.exe: syntax error in setup.zst

2023-04-07 Thread Daisuke Fujimura via Cygwin-apps
=0961ac54da1a03e8c747281f8359449636dd0db7;hpb=522ffd2cf1f6fb831f14b239058d5f589a176917 -- Forwarded message - From: Keith Thompson via Cygwin Date: Fri, Apr 7, 2023 at 10:45 AM Subject: Error running setup-x86_64.exe: syntax error in setup.zst To: Cc: Keith Thompson Running setup-x86_64.exe on a Windows 10 laptop

Re: Error running setup-x86_64.exe: syntax error in setup.zst

2023-04-07 Thread Fergus Daly via Cygwin
>> I'm concerned that the bad setup.zst might propagate to other mirrors. Yes, identical error arising at https://cygwin.mirror.uk.sargasso.net/x86_64/setup.zst and elsewhere. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documen

Error running setup-x86_64.exe: syntax error in setup.zst

2023-04-06 Thread Keith Thompson via Cygwin
Running setup-x86_64.exe on a Windows 10 laptop, I get this error message: https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst line 30182: syntax error, unexpected $undefined, expecting COMMA or NL https://mirrors.kernel.org/sourceware/cygwin/x86_64/setup.zst line 30182: unrecognized

Re: Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread Brian Inglis via Cygwin
B/lib/db2api.lib" on 64-bit Cygwin. Is this a Cygwin or native target binary? *ERROR:* /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: *internal error:* aborting at /mnt/share/cygpkgs/binutils/binutils.x86_64/src/binutils-2.40/ld/ldlang.c:527 in compare_section /u

Re: Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread Brian Inglis via Cygwin
s a Cygwin or native target binary? *ERROR:* /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: *internal error:* aborting at /mnt/share/cygpkgs/binutils/binutils.x86_64/src/binutils-2.40/ld/ldlang.c:527 in compare_section /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cyg

Re: Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread Andrey Repin via Cygwin
his a Cygwin or native target binary? > *ERROR:* > /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: > *internal > error:* aborting at > /mnt/share/cygpkgs/binutils/binutils.x86_64/src/binutils-2.40/ld/ldlang.c:527 > in compare_section > /usr/lib/gcc/x86_64-pc

Getting Error while connect to DB2 from Cygwin 64-bit

2023-04-04 Thread rajesh kesavan via Cygwin
Hi, I'm getting below errors while trying to connect IBM DB2 from 64-bit Cygwin. Please find the below mentioned details. 1)Trying to compile the program using DB2_LIBRARY="C:/Program Files/IBM/SQLLIB/lib/db2api.lib" on 64-bit Cygwin. *ERROR:* /usr/lib/gcc/x86_64-pc-cygwin/11/../../..

Re: 'tac' trying to use "/tmp"; Error: not found

2023-04-03 Thread Brian Inglis via Cygwin
On 2023-04-02 21:22, marco atzeri wrote: On Sun, Apr 2, 2023 at 9:43 PM Prof. Luis G. Uribe C. wrote: *| 'tac' utility dies with a not found "/tmp" error. |* It is preferable to copy the exact command(s) and output into your problem report. Presumably the input is a pipe or no

Re: 'tac' trying to use "/tmp"; Error: not found

2023-04-02 Thread marco atzeri via Cygwin
On Sun, Apr 2, 2023 at 9:43 PM Prof. Luis G. Uribe C. via Cygwin wrote: > > *Bogotá, Sunday April 2nd, 2023* > > *REF: 'tac' trying to use "/tmp"; Error: not found* > *___* > *| 'tac' utility dies w

'tac' trying to use "/tmp"; Error: not found

2023-04-02 Thread Prof. Luis G. Uribe C. via Cygwin
*Bogotá, Sunday April 2nd, 2023* *REF: 'tac' trying to use "/tmp"; Error: not found* *___* *| 'tac' utility dies with a not found "/tmp" error. |* *¯¯¯* I didn't see t

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-14 Thread Corinna Vinschen via Cygwin
On Mar 14 09:30, Yeo Kai Wei via Cygwin wrote: > Hi Corinna, > > I can't update to 3.5+, I tried reinstalling using the Cygwin setup > > Using "uname -a", my current version is 3.4.6-1.x86_64. > > I assume 3.5 hasn't been released officially. > > May I know where to get the test release? In

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Brian Inglis via Cygwin
On 2023-03-13 21:44, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: Please pay close attention to how the command was shown to you, including the use of the whitespace: $ LC_MONETARY="en_ZM.utf-8" locale -ck LC_MONETARY In the terminal, when I use $LC_MONETARY = "en_ZM.utf-8"

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
Please pay close attention to how the command was shown to you, including the use of the whitespace: > >$ LC_MONETARY="en_ZM.utf-8" locale -ck LC_MONETARY > In the terminal, when I use $LC_MONETARY = "en_ZM.utf-8" locale -ck > LC_MONETARY > Cygwin replies "-bash: LC_MONETARY: command not

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Yeo Kai Wei via Cygwin
Hi Corinna, I can't update to 3.5+, I tried reinstalling using the Cygwin setup Using "uname -a", my current version is 3.4.6-1.x86_64. I assume 3.5 hasn't been released officially. May I know where to get the test release? In the terminal, when I use $LC_MONETARY = "en_ZM.utf-8" locale -ck

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Corinna Vinschen via Cygwin
On Mar 13 08:40, Yeo Kai Wei via Cygwin wrote: > Hi All, > > May I ask if there's a bug with Cygwin and Windows currency? The en_ZM locale isn't yet supported by Cygwin. This will change with Cygwin 3.5.0. You can install the latest Cygwin test release 3.5.0-0.231.g93f70d7849b8 and retry.

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-12 Thread Brian Inglis via Cygwin
-8 Currency symbol: $ International currency symbol: NZD <---- ERROR The correct answer should be "Region: en_ZM.utf-8 Currency symbol: K International currency symbol: ZMK" ZMW Zambia kwacha Install Cygwin package units and see /usr/share/units/cur

[ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-12 Thread Yeo Kai Wei via Cygwin
: £ International currency symbol: GBP Region: en_US.utf-8 Currency symbol: $ International currency symbol: USD Region: en_NZ.utf-8 Currency symbol: $ International currency symbol: NZD Region: en_ZM.utf-8 Currency symbol: $ International currency symbol: NZD <---- ERROR The correct answer sho

Re: [ERROR] msgget() "Function not implemented" Error : Cygwin

2023-03-05 Thread Yeo Kai Wei via Cygwin
How To Deal With the msgget() Issue and "Function not implemented" and Cygwin Server 1. Download the "*cygrunsrv*" binaries using "setup-x86_64.exe". Search for it at the DLL page. Download 1.64-1. Now you have Cygwin Server. This is usually not mentioned. 2. Run Cygwin as administrator.

Re: [ERROR] msgget() "Function not implmented" Error : Cygwin

2023-03-01 Thread Ken Brown via Cygwin
ice failed.  Please check the error messages you got.  They might give a clue why it failed. A good start is either you don't have administrator privileges or a missing cygrunsrv binary.  Please check for both." May I ask what I should do next? Did you check for the cygrunsrv binary? If

Re: [ERROR] msgget() "Function not implmented" Error : Cygwin

2023-03-01 Thread Yeo Kai Wei via Cygwin
rmission denied Warning: The following function requires administrator privileges! Do you want to install cygserver as service? (Say "no" if it's already installed as service) (yes/no) yes /usr/bin/cygserver-config: line 181: cygrunsrv: command not found Installation of cygserver as serv

Re: [ERROR] msgget() "Function not implmented" Error : Cygwin

2023-02-28 Thread Corinna Vinschen via Cygwin
On Feb 28 18:13, Yeo Kai Wei via Cygwin wrote: > Hi Cygwin, > > May I ask if there will be an implementation of msgget() on Cygwin for > Windows? There is, for ages. However, you have to run cygserver for that to work: https://cygwin.com/cygwin-ug-net/using-cygserver.html If cygserver isn't

[ERROR] msgget() "Function not implmented" Error : Cygwin

2023-02-28 Thread Yeo Kai Wei via Cygwin
Hi Cygwin, May I ask if there will be an implementation of msgget() on Cygwin for Windows? $ gcc -o sender sender.c $ ./sender key is 62720123 qid is -1 couldn't get queue id: Function not implemented I googled the above error and it seems like this issue was raised in 2017. It was meant

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-17 Thread Takashi Yano via Cygwin
On Fri, 17 Feb 2023 12:56:06 +0800 Yeo Kai Wei wrote: > Hi All, > > Thanks for the help. > > It works now. > > So, the 2 things that were required > > 1. Adding the '/' in front of the semaphore name so that Cygwin can > recognise it > > #define SemaphoreName "/mysemaphore" > > 2. Changing

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-16 Thread Yeo Kai Wei via Cygwin
en( SemaphoreName,//name O_CREAT, //create semaphore AccessPerms, //protection permissions 0); //Initial value //ERROR

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-16 Thread Corinna Vinschen via Cygwin
AccessPerms, //protection permissions > 0); //Initial value > > //ERROR > if(semptr == (void*) -1) ^^ This. Why do you test for -1? If you read t

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-16 Thread Takashi Yano via Cygwin
On Thu, 16 Feb 2023 12:04:01 +0800 Yeo Kai Wei wrote: > Hi All, > > Could I request for some help on some code? > > I ran into an error with semaphores with some book code using Cygwin on > Windows. > > The code will throw an error with sem_post(). > > I com

[QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-15 Thread Yeo Kai Wei via Cygwin
Hi All, Could I request for some help on some code? I ran into an error with semaphores with some book code using Cygwin on Windows. The code will throw an error with sem_post(). I compiled it with gcc -o memwriter memwriter.c -lrt -lpthread $ ./memwriter Shared memory address

Re: cygrunsrv -L error

2023-02-06 Thread Corinna Vinschen via Cygwin
On Feb 5 09:15, Doug Henderson via Cygwin wrote: > Hi, > > I tried to run "cygrunsrc -L" in both a regular and elevated shell. In both > cases I received the same error messages. I do not believe I have any > cygwin services configured. > > $ cy

Re: Error: child_copy: cygheap read copy failed.

2023-01-20 Thread Corinna Vinschen via Cygwin
On Jan 20 22:30, Takashi Yano via Cygwin wrote: > On Fri, 20 Jan 2023 13:26:20 +0100 > Corinna Vinschen wrote: > > On Jan 20 21:18, Takashi Yano via Cygwin wrote: > > > On Fri, 20 Jan 2023 12:30:29 +0100 > > > Corinna Vinschen wrote: > > > > Also, your ffplay executable isn't high-entropy-VA

Re: Error: child_copy: cygheap read copy failed.

2023-01-20 Thread Takashi Yano via Cygwin
On Fri, 20 Jan 2023 13:26:20 +0100 Corinna Vinschen wrote: > On Jan 20 21:18, Takashi Yano via Cygwin wrote: > > On Fri, 20 Jan 2023 12:30:29 +0100 > > Corinna Vinschen wrote: > > > Also, your ffplay executable isn't high-entropy-VA enabled, by any > > > chance? > > > > I'm sorry, but the

Re: Error: child_copy: cygheap read copy failed.

2023-01-20 Thread Corinna Vinschen via Cygwin
On Jan 20 21:18, Takashi Yano via Cygwin wrote: > On Fri, 20 Jan 2023 12:30:29 +0100 > Corinna Vinschen wrote: > > Also, your ffplay executable isn't high-entropy-VA enabled, by any > > chance? > > I'm sorry, but the high-entropy-va is ebabled. > > $ peflags -v /usr/bin/ff{mpeg,probe,play} >

Re: Error: child_copy: cygheap read copy failed.

2023-01-20 Thread Corinna Vinschen via Cygwin
On Jan 20 21:18, Takashi Yano via Cygwin wrote: > On Fri, 20 Jan 2023 12:30:29 +0100 > Corinna Vinschen wrote: > > Also, your ffplay executable isn't high-entropy-VA enabled, by any > > chance? > > I'm sorry, but the high-entropy-va is ebabled. > > $ peflags -v /usr/bin/ff{mpeg,probe,play} >

Re: Error: child_copy: cygheap read copy failed.

2023-01-20 Thread Takashi Yano via Cygwin
On Fri, 20 Jan 2023 12:30:29 +0100 Corinna Vinschen wrote: > Also, your ffplay executable isn't high-entropy-VA enabled, by any > chance? I'm sorry, but the high-entropy-va is ebabled. $ peflags -v /usr/bin/ff{mpeg,probe,play} /usr/bin/ffmpeg:

Re: Error: child_copy: cygheap read copy failed.

2023-01-20 Thread Corinna Vinschen via Cygwin
On Jan 20 12:56, Takashi Yano via Cygwin wrote: > Hi Corinna, > > I am now working on porting ffmpeg for cygwin, and noticed that > the following error sometimes happens. > > $ while true; do ffplay 2>&1 |grep cygheap; done > 0 [main] ffplay (10172) child_co

Error: child_copy: cygheap read copy failed.

2023-01-19 Thread Takashi Yano via Cygwin
Hi Corinna, I am now working on porting ffmpeg for cygwin, and noticed that the following error sometimes happens. $ while true; do ffplay 2>&1 |grep cygheap; done 0 [main] ffplay (10172) child_copy: cygheap read copy failed, 0x0..0x800028FB8, done 0, windows pid 10172, Win32 er

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-16 Thread Achim Gratz via Cygwin
Corinna Vinschen via Cygwin writes: > Achim, I still wonder if vmstat shouldn't also work on Linux if the > kernel hasn't been built with CONFIG_SMP. Does the vmstat code fail > to take that into account? The only thing that seems affected is "core id" and that should actually be initialitzed as

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-16 Thread Corinna Vinschen via Cygwin
t; > > When executing vmstat it returns the following error: > > > > > > "Unable to create system stat structure” > > > [...] > While that's obviously wrong, it's not the problem. It turns out that > vmstat from procps-ng 4.0.2 stumbles over the fact, t

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-16 Thread Corinna Vinschen via Cygwin
On Jan 16 11:19, Corinna Vinschen via Cygwin wrote: > On Jan 15 22:04, System Administrator via Cygwin wrote: > > Hello, > > > > I am trying to migrate my framework to Windows 11 running Cygwin. > > When executing vmstat it returns the following error: > >

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-16 Thread ASSI via Cygwin
Corinna Vinschen via Cygwin writes: > I ran vmstat from procps-ng-4.0.2-1 under GDB and found that this > vmstat tries to dynamically load libnuma.so or libnuma.1.so, both > of which are naturally not available on Cygwin. So I guess vmstat > from procps-ng-4.x still needs another patch. Oh,

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-16 Thread Corinna Vinschen via Cygwin
On Jan 15 22:04, System Administrator via Cygwin wrote: > Hello, > > I am trying to migrate my framework to Windows 11 running Cygwin. > When executing vmstat it returns the following error: > > "Unable to create system stat structure” > > Using the very same packag

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-16 Thread System Administrator via Cygwin
o migrate my framework to Windows 11 running Cygwin. >>> When executing vmstat it returns the following error: "Unable to create system stat structure” Using the very same packages (install files) on Windows 10, produces the proper vmstat results (i.e. no error). I’ve tried W11

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-16 Thread Brian Inglis via Cygwin
vmstat it returns the following error: "Unable to create system stat structure” Using the very same packages (install files) on Windows 10, produces the proper vmstat results (i.e. no error). I’ve tried W11 pro and Enterprise - same difference (none.) Windows 11 is running in a VMware VM. W11 is t

Re: Bash 1876 error occured

2023-01-16 Thread Brian Inglis via Cygwin
On 2023-01-15 14:24, Nouman Shahid via Cygwin wrote: Bash 1876 error occured That's neither a command line or an actual error message that tells anyone anything about what your problem was, what command caused it, and what versions of bash, Cygwin, and Windows you are running. Ideally

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-15 Thread System Administrator via Cygwin
Hello, please find attached the cygcheck output - apologies for the oversight. It does NOT make a difference whether the bash, run from MinTTY (desktop shortcut), is run “As Administrator” or as regular user, the error occurs in both scenarios. Running it from PowerShell (both Admin and reg

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-15 Thread Adam Dinwoodie via Cygwin
On Sun, 15 Jan 2023 at 22:05, System Administrator via Cygwin wrote: > > Hello, > > I am trying to migrate my framework to Windows 11 running Cygwin. > When executing vmstat it returns the following error: > > "Unable to create system stat structure” > > Using the v

vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-15 Thread System Administrator via Cygwin
Hello, I am trying to migrate my framework to Windows 11 running Cygwin. When executing vmstat it returns the following error: "Unable to create system stat structure” Using the very same packages (install files) on Windows 10, produces the proper vmstat results (i.e. no error). I’ve trie

Size reduction of Cygwin DLL (was Re: Cygwin 3.4.3-1 update cygheap read copy failed Win32 error 299)

2023-01-02 Thread Jon Turney via Cygwin
On 17/12/2022 23:15, Brian Inglis via Cygwin wrote: Just upgraded all packages including Cygwin last night and get occasional: [...] Noticed current release is much smaller than previous and my local DLL: $ TZ=UTC ls -glort /bin/cygwin1*.dll -rwxr-xr-x 1 3588124 Sep  5 11:17

Cygwin 3.4.3-1 update cygheap read copy failed Win32 error 299

2022-12-17 Thread Brian Inglis via Cygwin
Just upgraded all packages including Cygwin last night and get occasional: 0 [main] cygcheck (16308) child_copy: cygheap read copy failed, 0x0..0x800022F90, done 0, windows pid 16308, Win32 error 299 1 [main] grep (5852) child_copy: cygheap read copy failed, 0x0..0x800717038, done 0, windows

Re: Regarding EFBIG error while opening a file using catopen() function

2022-12-12 Thread Corinna Vinschen via Cygwin
main (int argc, char **argv) { off_t o = strtoll (argv[1], NULL, 0); if (o > __SIZE_MAX__) puts ("too big"); } EOF $ gcc -g -o x x.c On 32 bit: $ ./x 0 $ ./x 1 $ ./x 0x $ ./x 0x1 too big On 64 bit: $ ./x 0 $ ./x 1 $ ./x 0x $ ./x 0x10000 $ ./x 0xff

Regarding EFBIG error while opening a file using catopen() function

2022-12-11 Thread Kavita Gore via Cygwin
Hi all, I'm getting errno 27[EFBIG] file too large while opening catalogue with catopen() function in the cygwin-32bit version. Trying to open a .cat file but catopen() returns a file too large [EFBIG] error. this is the code snippet I was working with: #define FILENAMETEMP.CAT

Re: [PATCH] SERIAL: Fix a copy-paste error in DTR setup

2022-11-29 Thread Corinna Vinschen
On Nov 29 10:11, Carlo B. wrote: > Hello, > In commit 2dab880c963ce0204c3513d664f610b587a3e6a6 I did a mistake > when I copied the new fhandler_serial::switch_modem_lines() from my > modified 3.3.6 branch to the current master and I left a copy paste > error that I corrected la

[PATCH] SERIAL: Fix a copy-paste error in DTR setup

2022-11-29 Thread Carlo B.
Hello, In commit 2dab880c963ce0204c3513d664f610b587a3e6a6 I did a mistake when I copied the new fhandler_serial::switch_modem_lines() from my modified 3.3.6 branch to the current master and I left a copy paste error that I corrected later. This patch fixes that error. Sorry for the trouble

Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-11-21 Thread Corinna Vinschen
On Nov 18 09:23, Johannes Schindelin wrote: > Hi Corinna, > > On Mon, 24 Oct 2022, Corinna Vinschen wrote: > > > However, two points: > > > > - I'm wondering if the patch (both of yours) doesn't actually just cover > > a problem in child_info_spawn::worker(). Different runpath values, > >

Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-11-19 Thread Jeremy Drake via Cygwin-patches
On Fri, 18 Nov 2022, Johannes Schindelin wrote: > Hi Corinna, > > On Mon, 24 Oct 2022, Corinna Vinschen wrote: > > > However, two points: > > > > - I'm wondering if the patch (both of yours) doesn't actually just cover > > a problem in child_info_spawn::worker(). Different runpath values, > >

Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-11-18 Thread Johannes Schindelin
Hi Corinna, On Mon, 24 Oct 2022, Corinna Vinschen wrote: > However, two points: > > - I'm wondering if the patch (both of yours) doesn't actually just cover > a problem in child_info_spawn::worker(). Different runpath values, > depending on the app path being "cmd" or "cmd.exe"? That

Re: RE: [EXTERNAL] [BULK] Re: Internal Server Error running perl script in browser

2022-11-17 Thread René Berber
On 11/17/2022 12:57 PM, Michael Lascuola via Cygwin wrote: Thanks for the response! Forgive me, as I am SQL Server DBA. Is there another way I should check this? $ perl -v This is perl 5, version 32, subversion 1 (v5.32.1) built for x86_64-cygwin-threads-multi (with 7 registered patches,

RE: [EXTERNAL] [BULK] Re: Internal Server Error running perl script in browser

2022-11-17 Thread Michael Lascuola via Cygwin
If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. $ which perl /usr/local/bin/perl -Original Message- From: Cygwin On Behalf Of René Berber Sent: Thursday, November 17, 2022 11:52 AM To: cygwin@cygwin.com Subject: [EXTERNAL] [BULK] Re: I

Re: Internal Server Error running perl script in browser

2022-11-17 Thread René Berber
On 11/17/2022 10:22 AM, Michael Lascuola via Cygwin wrote: Good day! I have an issue where I receive "Internal Server Error" when running perl scripts in the browser. Here's an example script that works OK when running from the Cygwin Terminal: #!/usr/local/bin/perl That is

Internal Server Error running perl script in browser

2022-11-17 Thread Michael Lascuola via Cygwin
Good day! I have an issue where I receive "Internal Server Error" when running perl scripts in the browser. Here's an example script that works OK when running from the Cygwin Terminal: #!/usr/local/bin/perl use DBI; my @ary = DBI->available_drivers(); print @ary; print "

Error after updating gettext, missing libunistring5.

2022-11-11 Thread Carlo B.
Hello, After Setup.exe updated gettext in my CYGWIN installation, I got this error when building a software: C:/cygwin64/bin/msgfmt.exe: error while loading shared libraries: cygunistring-5.dll: cannot open shared object file: No such file or directory After manually installing libunistring5

Resource unavailable error

2022-11-04 Thread Ramya D CSE KIOT
program but i got an error when i give *startxwin * in the cygwin prompt. the error is* "startxwin: Resource temporarily unavailable. Another X server instance is running at DISPLAY:0"*. How to rectify this error. THANK YOU. WARM REGARDS, RAMYA D -- Problem reports: https://

Re: Resource unavailable error

2022-11-04 Thread Ramya D CSE KIOT
indows 7 32-bit system. I have followed the > > instructions to install. after installing cygwin I tried to install ns2 > in > > the cygwin command prompt. I received the error as *gcc* not found. > Again i > > tried to install but i couldnt fint the gcc package in the list. ho

Re: Resource unavailable error

2022-11-04 Thread marco atzeri
ried to install ns2 in > the cygwin command prompt. I received the error as *gcc* not found. Again i > tried to install but i couldnt fint the gcc package in the list. how to > rectify it? set in Select Packages window the View as full and search for gcc-core select the last version to be

Resource unavailable error

2022-11-03 Thread Ramya D CSE KIOT
Dear sir/madam, I have installed cygwin 3.3 from the cygwin.com (given install from internet option) for windows 7 32-bit system. I have followed the instructions to install. after installing cygwin I tried to install ns2 in the cygwin command prompt. I received the error as *gcc

Re: SAMOVA error question

2022-10-31 Thread cygwinautoreply
>Hello, >My name is Ella Adams, I have been trying to run a SAMOVA on a dataset I >have. I have successfully ran SAMOVA2 on a smaller test file with a few of >my samples, but after I wrote the larger file (total of 434 samples), it >keeps giving my the following error:

SAMOVA error question

2022-10-31 Thread Ella Adams - NOAA Affiliate via Cygwin
Hello, My name is Ella Adams, I have been trying to run a SAMOVA on a dataset I have. I have successfully ran SAMOVA2 on a smaller test file with a few of my samples, but after I wrote the larger file (total of 434 samples), it keeps giving my the following error: 2 [main] arlecore35_first

Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-10-24 Thread Corinna Vinschen
On Oct 23 22:42, Johannes Schindelin wrote: > On Sat, 22 Oct 2022, Takashi Yano wrote: > > On Sat, 22 Oct 2022 07:58:37 +0200 > > Johannes Schindelin wrote: > > > On October 22, 2022 7:34:20 AM GMT+02:00, Takashi Yano > > > wrote: > > > >- If the command executed is 'cmd.exe /c [...]', runpath

Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-10-23 Thread Johannes Schindelin
Hi Takashi, On Sat, 22 Oct 2022, Takashi Yano wrote: > On Sat, 22 Oct 2022 07:58:37 +0200 > Johannes Schindelin wrote: > > On October 22, 2022 7:34:20 AM GMT+02:00, Takashi Yano > > wrote: > > >- If the command executed is 'cmd.exe /c [...]', runpath in spawn.cc > > > will be NULL. In this

Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-10-22 Thread Takashi Yano
On Sat, 22 Oct 2022 07:58:37 +0200 Johannes Schindelin wrote: > On October 22, 2022 7:34:20 AM GMT+02:00, Takashi Yano > wrote: > >- If the command executed is 'cmd.exe /c [...]', runpath in spawn.cc > > will be NULL. In this case, is_console_app(runpath) check causes > > access violation.

Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-10-21 Thread Johannes Schindelin
On October 22, 2022 7:34:20 AM GMT+02:00, Takashi Yano wrote: >- If the command executed is 'cmd.exe /c [...]', runpath in spawn.cc > will be NULL. In this case, is_console_app(runpath) check causes > access violation. This case also the command executed is obviously > console app.,

[PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-10-21 Thread Takashi Yano
- If the command executed is 'cmd.exe /c [...]', runpath in spawn.cc will be NULL. In this case, is_console_app(runpath) check causes access violation. This case also the command executed is obviously console app., therefore, treat it as console app to fix this issue. Addresses:

Re: Error when building autoconf2.1, broken package?

2022-09-30 Thread Jon Turney
On 10/08/2022 11:35, Carlo B. wrote: Il giorno mer 3 ago 2022 alle ore 21:52 Jon Turney ha scritto: On 22/07/2022 15:44, Carlo B. wrote: it works, thank you very much. I also added AUTOCONF_VERSION=2.13 directly into the cygport script, before calling cygconf and it also worked fine without

Re: Error line 30, E 117...

2022-09-08 Thread Václav Haisman
On 07. 09. 22 0:31, Kevin M. Wilson via Cygwin wrote: > Question if Cygwin isn't 'installed' by Windows 10, then how is it installed, > and how can it be uninstalled?? > > > Good sense makes one slow to anger, and it is his glory tooverlook an offense. > > Proverbs 19:11 > > See the FAQ

Error line 30, E 117...

2022-09-06 Thread Kevin M. Wilson via Cygwin
Question if Cygwin isn't 'installed' by Windows 10, then how is it installed, and how can it be uninstalled?? Good sense makes one slow to anger, and it is his glory tooverlook an offense. Proverbs 19:11 -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: ca-certificates postinstall permission denied error

2022-08-29 Thread Markus Hansmair
will not apply)? [...] I applied this patch and can confirm that the error message has gone. I ran the script as follows: 1. Started cmd.exe 2. set PATH=C:\\bin;%PATH% 3. C:\\bin\bash.exe --norc --noprofile "/etc/postinstall/ca-certificates.sh" Step 3 is one line and

<    1   2   3   4   5   6   7   8   9   10   >