Re: crashes
Re: crashes
- Subject: Re: crashes
- From: Andrew Farmer <email@hidden>
- Date: Thu, 21 Dec 2006 14:28:17 -0800
On 21 Dec 06, at 14:20, Mathieu Desrosiers wrote:
I build an application that requires a Matlab Engine,
With Xcode2.4, if I hit "Build and Run" in Xcode or if I start the
application in a terminal with the command $ /Users/mathieu/Desktop/
transfer/build/Debug/transfert.app/Contents/MacOS/transfert, the
application works fine (I could even start the application by
double clicking /Users/mathieu/Desktop/transfer/build/Debug/
transfert.app/Contents/MacOS/transfert )
But If I double-click on the application or if I type $ open /Users/
mathieu/Desktop/transfer/build/Debug/transfert.app in a terminal,
the application crashes and matlab produces a core dump
Do you have any idea where I should look for a solution??
My first guess would be that your program is breaking if the working
directory or path isn't exactly what you expect it to be.
I don't know what your program is doing, or what the "Matlab Engine"
involves, so I'll just ask this: Do you have any paths coded into
your application? If so, can you paste the relevant code to the list?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >crashes (From: "Mathieu Desrosiers" <email@hidden>) |