Re: crashes
Re: crashes
- Subject: Re: crashes
- From: John Stiles <email@hidden>
- Date: Thu, 21 Dec 2006 14:32:29 -0800
On Dec 21, 2006, at 2:28 PM, Andrew Farmer wrote:
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?
I will second this idea. This definitely sounds like a problem with
assuming what the working directory is.
_______________________________________________
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>) |
| >Re: crashes (From: Andrew Farmer <email@hidden>) |