
04-19-2010, 05:56 PM
|
Jaguar
|
|
Join Date: Jul 2009
Posts: 47
|
|
32-bits applications: quit unexpectedly
@ blackknight :
thanks for the new patched kernel
1. in 32-bits mode (using flag: arch=i386) : all kexts & applications run OK
2. in 64-bits mode (using flag: -force64) :
+ both 32 & 64-bits kexts run OK
+ only 64-bits applications run OK
- all 32-bits application crash & quit unexpectedly with these errors :
Code:
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 dyld 0x8fe2b7af _sysenter_trap + 3
1 dyld 0x8fe2d5da mach_init + 47
2 dyld 0x8fe01766 dyldbootstrap::start(macho_header const*, int, char const**, long) + 448
3 dyld 0x8fe01057 _dyld_start + 39
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0xffffffe4 ebx: 0x8fe2d49c ecx: 0xbffffabc edx: 0x8fe2dce2
edi: 0x00000000 esi: 0x00000000 ebp: 0xbffffb08 esp: 0xbffffabc
ss: 0x0000001f efl: 0x00010286 eip: 0x8fe2b7af cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000000
cr2: 0x8fe2b7ac
Binary Images:
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
|