Closed
Bug 298867
Opened 20 years ago
Closed 19 years ago
OOM Crash [@ __memcpy + 0x38]
Categories
(Camino Graveyard :: OS Integration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: timeless, Assigned: mikepinkerton)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
41.83 KB,
text/plain
|
Details |
Darwin doppler.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu
-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
build is from june 11 2005
2005-06-26 12:49:01.885 Camino[20357] JS error: [JavaScript Error: "Error in parsing value for
property 'top'. Declaration dropped." {file: "http://radio.about.com/od/radiostuntshoaxes/a/
aa062505a.htm" line: 0}]
*** malloc: vm_allocate(size=1069056) failed (error code=3)
*** malloc[20357]: error: Can't allocate region
Jun 26 12:49:19 doppler crashdump: Started writing crash report to: /Users/timeless/Library/Logs/
CrashReporter/Camino.crash.log
*** malloc: vm_allocate(size=1069056) failed (error code=3)
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
timeless 20357 59.8 -17.8 2222960 372968 ?? RN 11Jun05 2680:15.95 /Applications/Browsers/
Camino 7.app/Contents/MacOS/Camin
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000001
Thread 0 Crashed:
0 <<00000000>> 0xffff87d8 __memcpy + 0x38
1 com.apple.CoreFoundation 0x901eed04 copyBlocks + 0xa4
2 com.apple.CoreFoundation 0x901c641c __CFStringChangeSizeMultiple + 0x43c
3 com.apple.CoreFoundation 0x901ccf38 __CFStringAppendBytes + 0x308
4 com.apple.Foundation 0x90a79f5c _NSDefaultLogCString + 0x128
5 com.apple.Foundation 0x90a8b3f0 NSLogv + 0xbc
6 com.apple.Foundation 0x90aa56f8 NSLog + 0x1c
7 org.mozilla.navigator 0x0004adec nsConsoleListener::Observe(nsIConsoleMessage*) + 0xa8
8 libxpcom_core.dylib 0x00f4c468 _XPTC_InvokeByIndex + 0xd8
9 libxpcom_core.dylib 0x00f3b978 EventHandler(PLEvent*) + 0x38
10 libxpcom_core.dylib 0x00f35050 PL_HandleEvent + 0x24
11 libxpcom_core.dylib 0x00f34f74 PL_ProcessPendingEvents + 0x80
12 com.apple.CoreFoundation 0x901c3c88 __CFRunLoopDoSources0 + 0x1fc
13 com.apple.CoreFoundation 0x901c1540 __CFRunLoopRun + 0x1b0
14 com.apple.CoreFoundation 0x901c5e6c CFRunLoopRunSpecific + 0x148
15 com.apple.HIToolbox 0x9b380f60 RunCurrentEventLoopInMode + 0xac
16 com.apple.HIToolbox 0x9b3876c8 ReceiveNextEventCommon + 0x17c
17 com.apple.HIToolbox 0x9b3a96a0 BlockUntilNextEventMatchingListInMode + 0x60
18 com.apple.AppKit 0x9ab906dc _DPSNextEvent + 0x180
19 com.apple.AppKit 0x9aba715c -[NSApplication nextEventMatchingMask:untilDate:inMode:
dequeue:] + 0x74
20 com.apple.AppKit 0x9abbb4dc -[NSApplication run] + 0x21c
21 com.apple.AppKit 0x9ac77bec NSApplicationMain + 0x1d0
22 org.mozilla.navigator 0x0000aa54 _start + 0x17c
23 org.mozilla.navigator 0x0000a8d4 start + 0x30
Comment 3•19 years ago
|
||
Are you sure we're not dumping a string containing formatting arguments (like %@) or something weird like that? Need a reproducible testcase.
Severity: critical → normal
Updated•19 years ago
|
Attachment #187371 -
Attachment mime type: application/octet-stream → text/plain
Comment 4•19 years ago
|
||
No evidence that this is a Camino bug.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Updated•13 years ago
|
Crash Signature: [@ __memcpy + 0x38]
You need to log in
before you can comment on or make changes to this bug.
Description
•