debugging dyld messages?
debugging dyld messages?
- Subject: debugging dyld messages?
- From: James Tittle II <email@hidden>
- Date: Wed, 13 Oct 2004 15:53:06 -0400
...all of a sudden a library that I work on is not loading, and I'm not sure how to figure out why? The application is crashing in the following:
ret = NSLinkModule( image, filename,
NSLINKMODULE_OPTION_BINDNOW + NSLINKMODULE_OPTION_PRIVATE);
...and I get a "SIGTRAP" with the following thread trace:
#0 0x8fe01700 in __dyld_halt
#1 0x8fe0a5b0 in __dyld_check_and_report_undefineds
#2 0x8fe11690 in __dyld_link_in_need_modules
#3 0x8fe133cc in __dyld__dyld_link_module
#4 0x9003f4a8 in NSLinkModule
...I assume this means that it's not finding a symbol, but how can I figure out what symbol is missing?
thanx,
james
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden