Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

a.periz

macrumors newbie
Original poster
Jul 17, 2009
5
0
I made an Application that uses execv() function to execute Mail.app in this way:
Code:
execv("/Applications/Mail.app/Contents/MacOS/Mail", NULL);

I use xcode 3.2 in SnowLeopard 10.6.1 and it build the app without any problem, but when the app run and call the execv() it crashes and in the console appears:

Code:
Running…
sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Can't find dlopen function, so it is not possible to load shared libraries.)
warning: check_safe_call: could not restore current frame

warning: Couldn't find minimal symbol for "_sigtramp" - backtraces may be unreliable

I tried to build it in SnowLeopard with xcode 3.1 and it runs without any problem...

Can somebody help me?

Thank you!

Andrea
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.