development vs deployment
development vs deployment
- Subject: development vs deployment
- From: "Jay Rimalrick" <email@hidden>
- Date: Tue, 30 Dec 2003 15:25:03 -0500
I have a project at the moment that is acting weird in my opinion.
When I:
Development Build - the program bounces a few times and then shuts down citing "myProgram has exited due to signal 10 (SIGBUS).
So I thought I would debug my init function to see where the memory problem is...
Development DeBug - the program bounces nonstop. The GDB reads "Program received signal: "EXC_BAD_ACCESS"". Furthermore the debugger thread #0 reads "__dyld_resolve_non_lazy_symbol_pointers_in_object_image"
However, when I try..
Deployment Build, the project builds and works fine
any suggestions? I lose alot of time waiting for the deployment build to check simple corrections. Please note that I clean my targets regularly ;-)
Thanks,
jay
________________________________________________________________
Sent via the WebMail system at 1st.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.