public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* g++ build error, collect2, forked process died unexpectedly
@ 2013-02-22 19:53 KG
  2013-02-22 20:08 ` Ryan Johnson
  0 siblings, 1 reply; 5+ messages in thread
From: KG @ 2013-02-22 19:53 UTC (permalink / raw)
  To: cygwin

Hello All,

I recently installed Netbeans and Cygwin on my Windows 7 64-bit
laptop.  To test that everything was working fine I tried to build &
run one of the example projects in Netbeans but I always get the same
error messages.  Below is what gets reported in the output window...


"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory
`/cygdrive/c/Users/kgoodspe/Documents/NetBeansProjects/Welcome_2'
"/usr/bin/make"  -f nbproject/Makefile-Debug.mk
dist/Debug/Cygwin_4.x-Windows/welcome_2.exe
make[2]: Entering directory
`/cygdrive/c/Users/kgoodspe/Documents/NetBeansProjects/Welcome_2'
mkdir -p dist/Debug/Cygwin_4.x-Windows
g++     -o dist/Debug/Cygwin_4.x-Windows/welcome_2
build/Debug/Cygwin_4.x-Windows/welcome.o
      0 [main] collect2 4596 fork: child -1 - forked process 6224 died
unexpectedly, retry 0, exit code -1073741515, errno 11
1027780 [main] collect2 4596 fork: child -1 - forked process 2044 died
unexpectedly, retry 0, exit code -1073741515, errno 11
3051544 [main] collect2 4596 fork: child -1 - forked process 6616 died
unexpectedly, retry 0, exit code -1073741515, errno 11
7079618 [main] collect2 4596 fork: child -1 - forked process 6632 died
unexpectedly, retry 0, exit code -1073741515, errno 11
collect2: vfork: Resource temporarily unavailable
nbproject/Makefile-Debug.mk:62: recipe for target
`dist/Debug/Cygwin_4.x-Windows/welcome_2.exe' failed
make[2]: *** [dist/Debug/Cygwin_4.x-Windows/welcome_2.exe] Error 1
make[2]: Leaving directory
`/cygdrive/c/Users/kgoodspe/Documents/NetBeansProjects/Welcome_2'
nbproject/Makefile-Debug.mk:59: recipe for target `.build-conf' failed
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory
`/cygdrive/c/Users/kgoodspe/Documents/NetBeansProjects/Welcome_2'
nbproject/Makefile-impl.mk:39: recipe for target `.build-impl' failed
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 37s)


I found and read the FAQ,
http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures,
but this particular fork error isn't in the bulleted list and the only
program listed in the BLODA
(http://cygwin.com/faq-nochunks.html#faq.using.bloda) I have installed
is Windows Defender which as far as I know isn't running.  I may have
had Google desktop installed at one point, but not anymore.  I tried
running rebaseall and peflagsall and the error still persists.  Any
ideas what the issue could be?  Maybe some other program I have
installed is causing this error?

As a test I installed Netbeans and Cygwin in XP Mode and in there the
example project builds and runs just fine.

Thanks for any help you guys/gals can give.

- Kevin

--
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] 5+ messages in thread

* Re: g++ build error, collect2, forked process died unexpectedly
  2013-02-22 19:53 g++ build error, collect2, forked process died unexpectedly KG
@ 2013-02-22 20:08 ` Ryan Johnson
  2013-02-22 20:26   ` KG
  0 siblings, 1 reply; 5+ messages in thread
From: Ryan Johnson @ 2013-02-22 20:08 UTC (permalink / raw)
  To: cygwin

On 22/02/2013 2:52 PM, KG wrote:
> Hello All,
>
> I recently installed Netbeans and Cygwin on my Windows 7 64-bit
> laptop.  To test that everything was working fine I tried to build &
> run one of the example projects in Netbeans but I always get the same
> error messages.

> I have installed Windows Defender which as far as I know isn't running.
It lies. Windows Defender is BLODA even when it claims not to be 
running. Try uninstalling it (don't worry, Windows Update will be 
delighted to put it back if you change your mind).

Ryan


--
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] 5+ messages in thread

* Re: g++ build error, collect2, forked process died unexpectedly
  2013-02-22 20:08 ` Ryan Johnson
@ 2013-02-22 20:26   ` KG
  2013-02-22 21:15     ` Ryan Johnson
  0 siblings, 1 reply; 5+ messages in thread
From: KG @ 2013-02-22 20:26 UTC (permalink / raw)
  To: cygwin

From what I can determine, Defender is a built-in part of Windows and
cannot be un-installed.  It doesn't appear in the 'Programs and
Features' list of programs to un-install.  I'm able to use my Start
menu to search for and find Defender but when I try to open it I get a
message saying Defender is turned off.  See the link below for info on
this.  Other websites say the same thing.

http://www.howtogeek.com/howto/15788/how-to-uninstall-disable-and-remove-windows-defender.-also-how-turn-it-off/

Regards,
Kevin


On Fri, Feb 22, 2013 at 3:08 PM, Ryan Johnson
<ryan.johnson@cs.utoronto.ca> wrote:
> On 22/02/2013 2:52 PM, KG wrote:
>>
>> Hello All,
>>
>> I recently installed Netbeans and Cygwin on my Windows 7 64-bit
>> laptop.  To test that everything was working fine I tried to build &
>> run one of the example projects in Netbeans but I always get the same
>> error messages.
>
>
>> I have installed Windows Defender which as far as I know isn't running.
>
> It lies. Windows Defender is BLODA even when it claims not to be running.
> Try uninstalling it (don't worry, Windows Update will be delighted to put it
> back if you change your mind).
>
> Ryan
>
>
> --
> 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
>

--
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] 5+ messages in thread

* Re: g++ build error, collect2, forked process died unexpectedly
  2013-02-22 20:26   ` KG
@ 2013-02-22 21:15     ` Ryan Johnson
  2013-02-22 21:47       ` KG
  0 siblings, 1 reply; 5+ messages in thread
From: Ryan Johnson @ 2013-02-22 21:15 UTC (permalink / raw)
  To: cygwin

TOFU...

On 22/02/2013 3:26 PM, KG wrote:
> >From what I can determine, Defender is a built-in part of Windows and
> cannot be un-installed.  It doesn't appear in the 'Programs and
> Features' list of programs to un-install.  I'm able to use my Start
> menu to search for and find Defender but when I try to open it I get a
> message saying Defender is turned off.
You're right... you'll have to forgive my ailing memory, it's been a 
long time since WD last afflicted my machine ;)

When I open WD on my machine, it says: "A problem has caused this 
program's service to stop."

This might, possibly maybe, be related to me disabling the Windows 
Defender service from the "Services" panel after it refused to turn 
itself off when asked politely.

Just be careful, once or twice Windows has re-enabled the service 
without asking first, and fork errors come back with a vengeance.

Ryan


--
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] 5+ messages in thread

* Re: g++ build error, collect2, forked process died unexpectedly
  2013-02-22 21:15     ` Ryan Johnson
@ 2013-02-22 21:47       ` KG
  0 siblings, 0 replies; 5+ messages in thread
From: KG @ 2013-02-22 21:47 UTC (permalink / raw)
  To: cygwin

I tried disabling Windows Defender in 'services.msc' and restarting my
computer but still no luck.  I'm guessing there's some other
unknown/unlisted BLODA installed on my computer, but I'll be darned if
I can figure out which one it is.  I'll try it on a different windows
7 computer to see if I can get it to work there.

- Kevin



On Fri, Feb 22, 2013 at 4:15 PM, Ryan Johnson
<ryan.johnson@cs.utoronto.ca> wrote:
> TOFU...
>
>
> On 22/02/2013 3:26 PM, KG wrote:
>>
>> >From what I can determine, Defender is a built-in part of Windows and
>> cannot be un-installed.  It doesn't appear in the 'Programs and
>> Features' list of programs to un-install.  I'm able to use my Start
>> menu to search for and find Defender but when I try to open it I get a
>> message saying Defender is turned off.
>
> You're right... you'll have to forgive my ailing memory, it's been a long
> time since WD last afflicted my machine ;)
>
> When I open WD on my machine, it says: "A problem has caused this program's
> service to stop."
>
> This might, possibly maybe, be related to me disabling the Windows Defender
> service from the "Services" panel after it refused to turn itself off when
> asked politely.
>
> Just be careful, once or twice Windows has re-enabled the service without
> asking first, and fork errors come back with a vengeance.
>
>
> Ryan
>
>
> --
> 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
>

--
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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-22 19:53 g++ build error, collect2, forked process died unexpectedly KG
2013-02-22 20:08 ` Ryan Johnson
2013-02-22 20:26   ` KG
2013-02-22 21:15     ` Ryan Johnson
2013-02-22 21:47       ` KG

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