
08-29-2010, 02:15 AM
|
Jaguar
|
|
Join Date: Jul 2010
Posts: 40
|
|
I have a problem where WindowServer, Safari, QuickTime, and other applications crash randomly. Before, I used to have crashes due to the sysenter trap in libSystem.b.dylib (divide by zero error) but after patching those libraries and using this kernel with patcher_opts=2, I now have this (the only difference is that there is no backtrace):
Code:
Process: WindowServer [81]
Path: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowServer
Identifier: WindowServer
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [1]
Date/Time: 2010-08-28 20:30:02.011 -0400
OS Version: Mac OS X 10.6.4 (10F569)
Report Version: 6
Exception Type: EXC_ARITHMETIC (SIGFPE)
Exception Codes: EXC_I386_DIV (divide by zero)
Crashed Thread: Unknown
Backtrace not available
Unknown thread crashed with X86 Thread State (32-bit):
eax: 0xfff7843a ebx: 0x4c79aa0a ecx: 0x3b9aca00 edx: 0xffffffff
edi: 0x00000000 esi: 0x0000efa9 ebp: 0xb019b388 esp: 0xb019b380
ss: 0x0000001f efl: 0x00010246 eip: 0xffff0315 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
cr2: 0xffe2aba0
Binary images description not available
These crashes, like the sysenter ones, always happen a few hours after booting up. Again, this happens in all applications.
Last edited by fumoboy007; 09-01-2010 at 05:12 AM.
|