Closed
Bug 576840
Opened 15 years ago
Closed 15 years ago
Malloc mmap failed
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
7.23 KB,
text/plain
|
Details |
default xml namespace = /x/;
y = x = <x><y/></x>;
window = x;
for each(let b in [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]) {
window.x::wrappedJSObject = new Function;
}
causes js opt shell on TM tip changeset 9749ef55a16b to show the following message in Mac OS X 10.6.4:
js-opt-32-tm-darwin(93970) malloc: *** mmap(size=536870912) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
typein:6: out of memory
Setting s-s because I have no idea what's going on.
Comment 1•15 years ago
|
||
>Setting s-s because I have no idea what's going on.
You are just trying to allocate too much memory as it looks like.
| Reporter | ||
Comment 2•15 years ago
|
||
Updated•15 years ago
|
Group: core-security
| Reporter | ||
Comment 3•15 years ago
|
||
WFM on TM changeset caaf823602d6
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
Updated•15 years ago
|
blocking2.0: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•