Re: Further debugging kernel panics.
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Well I think I know what it is, but can't get the symbols to load. Any ideas? Matt On Sep 25, 2004, at 9:03 PM, Matt Jaffa wrote: Hi, Any help would be appreciated, Thanks, Matt This email sent to matt@knowligent.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... When I load my kext, and do kextstat, the addresses begin there, so that is must be where it is crashing within my NKE, but I try to load my kext's symbol file generated by kextload -s, and do backtrace(bt) and still it shows the ??, I am getting this backtrace after loading the 10.3.5 symbol file, and loading in my NKE symbol file, but two lines are still undefined, any ideas on what could be causing the panic?? Is it references way out of space memory address, because there is a huge difference between the unknown and the known symbols. Sorry not very good at debugging. Don't know where to get more info on this, and what these 2 unknown lines could be. (gdb) backtrace #0 0x201d80a8 in ?? () #1 0x201d7f9c in ?? () #2 0x00116178 in ip_output (m0=0x1ce75a00, opt=0x130e004, ro=0xcdf3b00, flags=215956208, imo=0x13f12c8) at /SourceCache/xnu/xnu-517.7.21/bsd/netinet/ip_output.c:959 #3 0x0011d284 in tcp_output (tp=0xcdf39e0) at /SourceCache/xnu/xnu-517.7.21/bsd/netinet/tcp_output.c:1053 #4 0x0011f48c in tcp_timers (tp=0x130e004, timer=32896) at /SourceCache/xnu/xnu-517.7.21/bsd/netinet/tcp_timer.c:510 #5 0x0011f098 in tcp_slowtimo () at /SourceCache/xnu/xnu-517.7.21/bsd/netinet/tcp_timer.c:279 #6 0x0022c160 in pfslowtimo (arg=0x2) at /SourceCache/xnu/xnu-517.7.21/bsd/kern/uipc_domain.c:434 #7 0x0003559c in _call_thread_continue () at /SourceCache/xnu/xnu-517.7.21/osfmk/kern/thread_call.c:1029 (gdb) _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/ matt%40knowligent.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Matt Jaffa