Jump to content

AnV XNU Kernel V1.4


Andy Vandijck
 Share

AnV Kernel reliable  

211 members have voted

  1. 1. Does the kernel work fine for you?

    • Yes
      133
    • Reasonable
      47
    • No
      31
  2. 2. Did the installer work fine for you?

    • Yes
      146
    • No, fixed it manually
      40
    • No
      25
  3. 3. Which cpu do you use?

    • Intel with HPET and SSE3
      83
    • Intel with SSE3
      37
    • Older Intel
      22
    • AMD with SSE3
      66
    • Older AMD
      3


383 posts in this topic

Recommended Posts

here is one without the tiger-anv stuff macmodels, etc

What is this file included with the kernel:

/patch/voodoo_based-1228.12.14.diff

 

??

 

When I just replace mach_kernel and install 10.5.7 system/seatbelt kexts my system wont boot.

 

Do I need to do something with the DIFF file mentioned above?

 

My System:

-AMD Opteron 180

-Leopard 10.5.7

-Chameleon 2.0 RC1

-AnV 1.4 used previously

 

 

Btw here are 10.5.7 System and seatbelt kexts:

http://rapidshare.com/files/251235693/Sys_...KEXT_10_5_7.zip

 

Thank you for your efforts.

Link to comment
Share on other sites

  • 2 weeks later...

Hi, Andy,

I am trying to use Xcode to debug an iphone app under AnV 1.4 with Leopard 10.5.7. In Xcode, I can only run the application. However, when i trying to setup a breakpoint to debug the program, i get the following error message

 

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

[session started at 2009-07-12 23:31:34 -0500.]

GNU gdb 6.3.50-20050815 (Apple version gdb-966) (Tue Mar 10 02:43:13 UTC 2009)

Copyright 2004 Free Software Foundation, Inc.

GDB is free software, covered by the GNU General Public License, and you are

welcome to change it and/or distribute copies of it under certain conditions.

Type "show copying" to see the conditions.

There is absolutely no warranty for GDB. Type "show warranty" for details.

This GDB was configured as "i386-apple-darwin".sharedlibrary apply-load-rules all

Attaching to process 609.

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_init.o)" - no debug information available for "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/tools/xnu-1228.9.59/libsyscall/mach/mach_init.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(taskUser.o)" - no debug information available for "taskUser.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_msg.o)" - no debug information available for "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/tools/xnu-1228.9.59/libsyscall/mach/mach_msg.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_portUser.o)" - no debug information available for "mach_portUser.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(semaphore.o)" - no debug information available for "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/tools/xnu-1228.9.59/libsyscall/mach/semaphore.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_init_ports.o)" - no debug information available for "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/tools/xnu-1228.9.59/libsyscall/mach/mach_init_ports.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_hostUser.o)" - no debug information available for "mach_hostUser.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(vm_mapUser.o)" - no debug information available for "vm_mapUser.c".

 

gdb-i386-apple-darwin(611,0x778720) malloc: *** mmap(size=2098008064) failed (error code=12)

*** error: can't allocate region

*** set a breakpoint in malloc_error_break to debug

gdb stack crawl at point of internal error:

[ 0 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (align_down+0x0) [0x122300]

[ 1 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (xstrvprintf+0x0) [0x123394]

[ 2 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (xmalloc+0x28) [0x1235b7]

[ 3 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (dyld_info_read_raw_data+0x50) [0x1659d7]

[ 4 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (dyld_info_read+0x1bc) [0x168a80]

[ 5 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (macosx_dyld_update+0xbf) [0x168cc4]

[ 6 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (macosx_solib_add+0x36b) [0x169ff4]

[ 7 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (macosx_child_attach+0x478) [0x17dd39]

[ 8 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (attach_command+0x5d) [0x64eed]

[ 9 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (mi_cmd_target_attach+0x4c) [0x15de9]

[ 10 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (captured_mi_execute_command+0x16d) [0x17453]

[ 11 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (catch_exception+0x41) [0x7a9c2]

[ 12 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (mi_execute_command+0xa9) [0x16f8f]

/SourceCache/gdb/gdb-966/src/gdb/utils.c:1144: internal-error: virtual memory exhausted: can't allocate 2098005248 bytes.

A problem internal to GDB has been detected,

further debugging may prove unreliable.

 

The Debugger has exited with status 1.The Debugger has exited with status 1.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

 

 

My machine:

AMD Phantom 9550

MB: M3N78 VM

GC: gForce 9300

 

 

Can you help me to figure out the problem?

 

Thanks a lot.

 

Regards

Link to comment
Share on other sites

I get exactly the same problem. Any help would be greatly appreciated. I upgrade from 10.5.5 and before the upgrade Xcode and the iPhoneSDK worked perfectly.

 

 

My machine is:

 

Intel Pentium D 3.2Ghz

2Gb RAM

Intel 955 XBK

nVidia 7950 GT

 

 

 

 

Hi, Andy,

I am trying to use Xcode to debug an iphone app under AnV 1.4 with Leopard 10.5.7. In Xcode, I can only run the application. However, when i trying to setup a breakpoint to debug the program, i get the following error message

 

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

[session started at 2009-07-12 23:31:34 -0500.]

GNU gdb 6.3.50-20050815 (Apple version gdb-966) (Tue Mar 10 02:43:13 UTC 2009)

Copyright 2004 Free Software Foundation, Inc.

GDB is free software, covered by the GNU General Public License, and you are

welcome to change it and/or distribute copies of it under certain conditions.

Type "show copying" to see the conditions.

There is absolutely no warranty for GDB. Type "show warranty" for details.

This GDB was configured as "i386-apple-darwin".sharedlibrary apply-load-rules all

Attaching to process 609.

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_init.o)" - no debug information available for "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/tools/xnu-1228.9.59/libsyscall/mach/mach_init.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(taskUser.o)" - no debug information available for "taskUser.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_msg.o)" - no debug information available for "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/tools/xnu-1228.9.59/libsyscall/mach/mach_msg.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_portUser.o)" - no debug information available for "mach_portUser.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(semaphore.o)" - no debug information available for "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/tools/xnu-1228.9.59/libsyscall/mach/semaphore.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_init_ports.o)" - no debug information available for "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/tools/xnu-1228.9.59/libsyscall/mach/mach_init_ports.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(mach_hostUser.o)" - no debug information available for "mach_hostUser.c".

 

warning: Could not find object file "/Users/andyvand/Downloads/Kernels/voodoobuild-0.3.1/dyld-97.1/libc.a(vm_mapUser.o)" - no debug information available for "vm_mapUser.c".

 

gdb-i386-apple-darwin(611,0x778720) malloc: *** mmap(size=2098008064) failed (error code=12)

*** error: can't allocate region

*** set a breakpoint in malloc_error_break to debug

gdb stack crawl at point of internal error:

[ 0 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (align_down+0x0) [0x122300]

[ 1 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (xstrvprintf+0x0) [0x123394]

[ 2 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (xmalloc+0x28) [0x1235b7]

[ 3 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (dyld_info_read_raw_data+0x50) [0x1659d7]

[ 4 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (dyld_info_read+0x1bc) [0x168a80]

[ 5 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (macosx_dyld_update+0xbf) [0x168cc4]

[ 6 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (macosx_solib_add+0x36b) [0x169ff4]

[ 7 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (macosx_child_attach+0x478) [0x17dd39]

[ 8 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (attach_command+0x5d) [0x64eed]

[ 9 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (mi_cmd_target_attach+0x4c) [0x15de9]

[ 10 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (captured_mi_execute_command+0x16d) [0x17453]

[ 11 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (catch_exception+0x41) [0x7a9c2]

[ 12 ] /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/libexec/gdb/gdb-i386-apple-darwin (mi_execute_command+0xa9) [0x16f8f]

/SourceCache/gdb/gdb-966/src/gdb/utils.c:1144: internal-error: virtual memory exhausted: can't allocate 2098005248 bytes.

A problem internal to GDB has been detected,

further debugging may prove unreliable.

 

The Debugger has exited with status 1.The Debugger has exited with status 1.

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

 

 

My machine:

AMD Phantom 9550

MB: M3N78 VM

GC: gForce 9300

 

 

Can you help me to figure out the problem?

 

Thanks a lot.

 

Regards

Link to comment
Share on other sites

Hello.

I get a kernel panic when loading GeForce.kext (screenshot attached).

iPC 10.5.6

Pentium 4 EMT64 (vanilla kernel hangs at boot)

MSI 945P Neo Platinum

MSI GeForce 6600 LE 256MB

Never got this card to work with QE/CI, this is the first time I get an error log.

Any help on this?

Thanks.

SSL14530.JPG

Link to comment
Share on other sites

  • 10 years later...
 Share

×
×
  • Create New...