Closed
Bug 575917
Opened 15 years ago
Closed 14 years ago
crashinject.exe gives me "Error 5 in CreateRemoteThread"
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla10
People
(Reporter: jruderman, Assigned: khuey)
References
Details
Attachments
(1 file)
808 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
TEST-UNEXPECTED-FAIL | automation.py | application timed out after 20 seconds with no output
Error 5 in CreateRemoteThread
Can't trigger Breakpad, just killing process
Using
* Windows 7
* MSVC++ 2008 Express Edition
* Firefox (opt) built locally from mozilla-central
http://mxr.mozilla.org/mozilla-central/source/build/win32/crashinject.cpp#116
Apparently error code 5 is "access denied".
Comment 1•15 years ago
|
||
Maybe we're not passing quite enough access rights to OpenProcess:
http://mxr.mozilla.org/mozilla-central/source/build/win32/crashinject.cpp#74
The MSDN page lists a couple that aren't there:
http://mxr.mozilla.org/mozilla-central/source/build/win32/crashinject.cpp#74
Comment 2•15 years ago
|
||
Assignee | ||
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Comment on attachment 560784 [details] [diff] [review]
Patch
Stupid overly-specific permissions!
Attachment #560784 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
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
•