Closed Bug 573963 Opened 15 years ago Closed 12 years ago

Crash [@ js_NewObjectWithGivenProto] function in debug

Categories

(Core :: JavaScript Engine, defect)

1.9.2 Branch
x86
Windows XP
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dex_1988, Unassigned)

References

Details

(Keywords: crash)

Crash Data

User-Agent: Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.5.24 Version/10.54 Build Identifier: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/ if (clasp == &js_FunctionClass && !objectSize) { obj = (JSObject*) js_NewGCFunction(cx, GCX_OBJECT); #ifdef DEBUG memset((uint8 *) obj + sizeof(JSObject), JS_FREE_PATTERN, sizeof(JSFunction) - sizeof(JSObject)); #endif If js_NewGCFunction return NULL (Out of memory) then memset is crashed Reproducible: Always
dex: thanks, good catch. I will fix in the patch for bug 535416, about to land. /be
Status: UNCONFIRMED → NEW
Depends on: 535416
Ever confirmed: true
Severity: normal → critical
Keywords: crash
Summary: Crash js_NewObjectWithGivenProto function in debug → Crash [@ js_NewObjectWithGivenProto] function in debug
(In reply to comment #1) > I will fix in the patch for bug 535416, about to land. > > /be OK to close?
Crash Signature: [@ js_NewObjectWithGivenProto]
all remaining crashes are 3.1.x
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Version: unspecified → 1.9.2 Branch
You need to log in before you can comment on or make changes to this bug.