Closed
Bug 602449
Opened 14 years ago
Closed 14 years ago
Debug builds won't run
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: spammaaja, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier: -
The debug builds won't run, because according to the (non-English) error message they have invalid parallel definitions (rough translation). Windbg gives an error code: 0n14001. I have tried several different debug builds.
Are the files corrupted or is there a special trick needed to run them?
Reproducible: Always
Steps to Reproduce:
1. Download a debug build from the URL & unpack it
2. Attempt to run firefox.exe
Actual Results:
An error message is displayed.
Expected Results:
The program should run.
Comment 3•14 years ago
|
||
I don't think debug builds are supposed to work on machines that do not have Microsoft Visual Studio installed (as you need the debug version of the VC runtime DLLs for that). I think this bug is invalid...?
Also, if this is about missing debug dlls, distributing the dlls with the debug builds would fix this.
Comment 6•14 years ago
|
||
The VS license does not allow to distribute the debug runtime DLLs.
Comment 7•14 years ago
|
||
You need VS 2005 btw. Marking as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Component: General → Build Config
QA Contact: general → build-config
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•