On Thu, 13 Jan 2022 16:11:04 -0800
Mark Geisert wrote:
> Takashi Yano wrote:
> > On Wed, 12 Jan 2022 07:41:41 +0100
> > Marco Atzeri wrote:
> >> On 12.01.2022 07:27, Jay K wrote:
> >>> Ok, here is a small demonstration of the problem.
> >>>
> >>> #include
> >>> #include
> >>> #include
> >>>
> >>
Takashi Yano wrote:
On Wed, 12 Jan 2022 07:41:41 +0100
Marco Atzeri wrote:
On 12.01.2022 07:27, Jay K wrote:
Ok, here is a small demonstration of the problem.
#include
#include
#include
unsigned __stdcall thread(void* p)
{
unsigned i;
for (i = 0; i < 100; ++i)
system("./a.exe"
On Wed, 12 Jan 2022 07:41:41 +0100
Marco Atzeri wrote:
> On 12.01.2022 07:27, Jay K wrote:
> > Ok, here is a small demonstration of the problem.
> >
> > #include
> > #include
> > #include
> >
> > unsigned __stdcall thread(void* p)
> > {
> >unsigned i;
> >for (i = 0; i < 100; ++i)
> >
On 1/13/2022 1:40 AM, Jay K wrote:
I don't know why I didn't get the reply in email, but this is representative of
the real world code.
- Jay
From: Jay K
Sent: Wednesday, January 12, 2022 6:27 AM
To: cyg...@sourceware.org
Subject: Re: proc_waiter: error on read of child wai
I don't know why I didn't get the reply in email, but this is representative of
the real world code.
- Jay
From: Jay K
Sent: Wednesday, January 12, 2022 6:27 AM
To: cyg...@sourceware.org
Subject: Re: proc_waiter: error on read of child wait pipe 0x0, Win32 error 6
Ok, here
On 12.01.2022 07:27, Jay K wrote:
Ok, here is a small demonstration of the problem.
#include
#include
#include
unsigned __stdcall thread(void* p)
{
unsigned i;
for (i = 0; i < 100; ++i)
system("./a.exe");
return 0;
}
int main()
{
unsigned i;
HANDLE threads[100] = {0};
FILE* f =
m: Jay K
Sent: Wednesday, January 12, 2022 5:57 AM
To: cyg...@sourceware.org
Subject: Re: proc_waiter: error on read of child wait pipe 0x0, Win32 error 6
Um, I know this isn't (yet) diligent/scientific, but must system create this
thread?
#0 0x7ff811e09e47 in KERNEL32!Cr
Um, I know this isn't (yet) diligent/scientific, but must system create this
thread?
#0 0x7ff811e09e47 in KERNEL32!CreateThread () from
/cygdrive/c/WINDOWS/System32/KERNEL32.DLL
#1 0x0001800468eb in cygthread::create() () from /usr/bin/cygwin1.dll
#2 0x00018010645f in pinfo::wait(
On Nov 7 09:01, Denis Excoffier wrote:
> On Sat, Nov 05, 2011 at 09:49:08AM +0100, Corinna Vinschen wrote:
> >> On Nov 4 13:28, Denis Excoffier wrote:
> >> >
> >> > Hello,
> >> >
> >> > I have all the packages up to date, and also the last Cygwin snapshot:
> >> > [...]
> >>
> >> Fixed in CVS a
On Sat, Nov 05, 2011 at 09:49:08AM +0100, Corinna Vinschen wrote:
>> On Nov 4 13:28, Denis Excoffier wrote:
>> >
>> > Hello,
>> >
>> > I have all the packages up to date, and also the last Cygwin snapshot:
>> > [...]
>>
>> Fixed in CVS and the latest snapshot.
Does not seem so.
jupiter% cat /
On Nov 4 13:28, Denis Excoffier wrote:
>
> Hello,
>
> I have all the packages up to date, and also the last Cygwin snapshot:
> [...]
Fixed in CVS and the latest snapshot.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader cy
11 matches
Mail list logo