public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* mintty session with a particularly fork-unfriendly address space layout
@ 2013-02-16 17:06 Live user
  2013-02-17 16:05 ` Andrey Repin
  2013-02-17 16:26 ` Robert Pendell
  0 siblings, 2 replies; 6+ messages in thread
From: Live user @ 2013-02-16 17:06 UTC (permalink / raw)
  To: cygwin

Even starting several sessions at the same time, keeps happening

       0 [main] bash 10532 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x3D0000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 10556 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 10564 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: retry: Resource temporarily unavailable
      37 [main] bash 10584 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: retry: Resource temporarily unavailable
      23 [main] bash 10596 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: Resource temporarily unavailable
-bash-4.1$

      39 [main] bash 10848 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x3E0000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 10860 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x2E0000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 10900 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x3D0000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 10920 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x360000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 10968 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x3E0000)
-bash: fork: retry: Resource temporarily unavailable
      41 [main] bash 10984 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x2E0000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 10996 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x2E0000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 11040 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x3D0000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 11060 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x360000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 11256 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x2E0000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 4456 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x350000) != child(0x2E0000)
-bash: fork: retry: Resource temporarily unavailable

admin@LAPTOP ~
$

     137 [main] bash 10032 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 10620 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 3524 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: retry: Resource temporarily unavailable
      89 [main] bash 3344 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: retry: Resource temporarily unavailable
       0 [main] bash 2948 child_info_fork::abort: 
C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
parent(0x2E0000) != child(0x350000)
-bash: fork: Resource temporarily unavailable
-bash-4.1$

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mintty session with a particularly fork-unfriendly address space layout
  2013-02-16 17:06 mintty session with a particularly fork-unfriendly address space layout Live user
@ 2013-02-17 16:05 ` Andrey Repin
  2013-02-17 16:22   ` Earnie Boyd
  2013-02-17 16:26 ` Robert Pendell
  1 sibling, 1 reply; 6+ messages in thread
From: Andrey Repin @ 2013-02-17 16:05 UTC (permalink / raw)
  To: Live user, cygwin

Greetings, Live user!

> Even starting several sessions at the same time, keeps happening

>        0 [main] bash 10532 child_info_fork::abort: 
> C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
> parent(0x2E0000) != child(0x3D0000)
> -bash: fork: retry: Resource temporarily unavailable
>        0 [main] bash 10556 child_info_fork::abort: 
> C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: 
> parent(0x2E0000) != child(0x350000)
> -bash: fork: retry: Resource temporarily unavailable
>        0 [main] bash 10564 child_info_fork::abort: 

......

> --
> Problem reports:       http://cygwin.com/problems.html
This ^

> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



--
WBR,
Andrey Repin (anrdaemon@freemail.ru) 17.02.2013, <19:57>

Sorry for my terrible english...


--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mintty session with a particularly fork-unfriendly address space layout
  2013-02-17 16:05 ` Andrey Repin
@ 2013-02-17 16:22   ` Earnie Boyd
  2013-02-17 21:50     ` Andrey Repin
  0 siblings, 1 reply; 6+ messages in thread
From: Earnie Boyd @ 2013-02-17 16:22 UTC (permalink / raw)
  To: Andrey Repin

On Sun, Feb 17, 2013 at 10:57 AM, Andrey Repin wrote:
>> --
>> Problem reports:       http://cygwin.com/problems.html
> This ^

I nearly missed "This ^" and started thinking you missed some content.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mintty session with a particularly fork-unfriendly address space layout
  2013-02-16 17:06 mintty session with a particularly fork-unfriendly address space layout Live user
  2013-02-17 16:05 ` Andrey Repin
@ 2013-02-17 16:26 ` Robert Pendell
  2013-02-17 16:59   ` Christopher Faylor
  1 sibling, 1 reply; 6+ messages in thread
From: Robert Pendell @ 2013-02-17 16:26 UTC (permalink / raw)
  To: cygwin

On Sat, Feb 16, 2013 at 12:06 PM, Live user wrote:
> Even starting several sessions at the same time, keeps happening
>
>       0 [main] bash 10532 child_info_fork::abort:
> C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x2E0000)
> != child(0x3D0000)
> -bash: fork: retry: Resource temporarily unavailable

You may want to check for BLODA as well as doing the problem reports
bit as Andrey already mentioned.

BLODA FAQ: http://cygwin.com/faq/faq.using.html#faq.using.bloda
Problem reports:       http://cygwin.com/problems.html

Robert Pendell
A perfect world is one of chaos.

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mintty session with a particularly fork-unfriendly address space layout
  2013-02-17 16:26 ` Robert Pendell
@ 2013-02-17 16:59   ` Christopher Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2013-02-17 16:59 UTC (permalink / raw)
  To: cygwin

On Sun, Feb 17, 2013 at 11:25:56AM -0500, Robert Pendell wrote:
>On Sat, Feb 16, 2013 at 12:06 PM, Live user wrote:
>> Even starting several sessions at the same time, keeps happening
>>
>>       0 [main] bash 10532 child_info_fork::abort:
>> C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x2E0000)
>> != child(0x3D0000)
>> -bash: fork: retry: Resource temporarily unavailable
>
>You may want to check for BLODA as well as doing the problem reports
>bit as Andrey already mentioned.

http://cygwin.com/ml/cygwin/2013-02/msg00197.html

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: mintty session with a particularly fork-unfriendly address space layout
  2013-02-17 16:22   ` Earnie Boyd
@ 2013-02-17 21:50     ` Andrey Repin
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Repin @ 2013-02-17 21:50 UTC (permalink / raw)
  To: Earnie Boyd, cygwin

Greetings, Earnie Boyd!

> On Sun, Feb 17, 2013 at 10:57 AM, Andrey Repin wrote:
>>> --
>>> Problem reports:       http://cygwin.com/problems.html
>> This ^

> I nearly missed "This ^" and started thinking you missed some content.

Sorry. I guess I'm used to familiar highlights so much, that I'm forgetting
that some people may not possess the luxury of a good old mail program.


--
WBR,
Andrey Repin (anrdaemon@freemail.ru) 18.02.2013, <01:36>

Sorry for my terrible english...


--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-17 21:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-16 17:06 mintty session with a particularly fork-unfriendly address space layout Live user
2013-02-17 16:05 ` Andrey Repin
2013-02-17 16:22   ` Earnie Boyd
2013-02-17 21:50     ` Andrey Repin
2013-02-17 16:26 ` Robert Pendell
2013-02-17 16:59   ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).