View Single Post
 
Old 04-20-2010, 01:58 AM
m28ew m28ew is offline
Jaguar
 
Join Date: Jul 2009
Posts: 47
32-bits applications: quit unexpectedly

Quote:
Originally Posted by scififan68 View Post
Pcj xnu v1.1 is out (Darwin 10.3.0) and it has the same features as v1.0.
http://www.mediafire.com/?y3jj2ht2wfn

thanks for the new patched kernel

but...

on my AMD Phenom II x4 965,
all 32-bits applications which were run with this kernel in the 64-bits mode,
got crashed & quit unexpectedly with the same errors as the BlackKnight/AnV/Qoopz' kernel :

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: 0xbffffa9c  edx: 0x8fe2dce2
  edi: 0x00000000  esi: 0x00000000  ebp: 0xbffffae8  esp: 0xbffffa9c
   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
Reply With Quote