Closed
Bug 999032
Opened 11 years ago
Closed 10 years ago
x64 Windows get bash.exe error #46
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wlach, Unassigned)
Details
[import from github]
actech:
Following the Windows install instructions from http://mozilla.github.com/mozregression/
Test box is XP 64-bit
Run from command prompt or Explore: start-l10n.bat
Output:
C:\mozilla-build>start-l10n.bat
"Mozilla tools directory: C:\mozilla-build\"
C:\mozilla-build\msys\bin\bash.exe: *** fork: can't reserve memory for stack 0x4
D0000 - 0x6D0000, Win32 error 0
0 [main] bash 3704 sync_with_child: child 3308(0x2D4) died before initiali
zation with status code 0x1
802 [main] bash 3704 sync_with_child: *** child state waiting for longjmp
bash: fork: Resource temporarily unavailable
bash-3.1$
Fix: call this instead:
C:\Windows\SysWOW64\cmd /c start-l10n.bat
Output:
C:\mozilla-build>C:\Windows\SysWOW64\cmd /c start-l10n.bat
"Mozilla tools directory: C:\mozilla-build\"
Administrator@TESTBOX ~
$
Comment 1•11 years ago
|
||
Isn't this more a mozilla build related issue?
Comment 2•11 years ago
|
||
Yes, sounds like it.
Component: mozregression → MozillaBuild
Product: Testing → mozilla.org
Version: unspecified → other
Comment 3•11 years ago
|
||
Does this reproduce on Vista+? I have no desire to support XP64 whatsoever.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•