[Qt-interest] Deploying bundles in Mac Os X results in segmentation fault
fares.abdullah at sosco.com
fares.abdullah at sosco.com
Wed Apr 15 07:09:14 CEST 2009
Hi Vittorio,
This is just a guess: Maybe it's a different (incompatible) version of QT - is it picking up QT .so libraries that are a different version than what they were built with, and crashing because they are calling into the wrong offsets in the .so's? Perhaps the library precedence has to change so that your app picks up the QT libraries with the correct version first.
Cheers,
- Fares
SOSCO is a trading division of Nokia.
From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of ext Vittorio Giovara
Sent: Wednesday, April 15, 2009 6:35 AM
To: qt-interest at trolltech.com
Subject: [Qt-interest] Deploying bundles in Mac Os X results in segmentation fault
Hi all!
I have a little problem at deploying an application for the Macintosh systems.
I've followed the guides for deploying http://doc.trolltech.com/4.4/deployment-mac.html#macdeploy<http://www.qtforum.org/index.php?page=ExternalLink&url=http%3A%2F%2Fdoc.trolltech.com%2F4.4%2Fdeployment-mac.html%23macdeploy> for every framework i used, but when i launched the program it would just crash.
then i tried to launch the same bundle, with Qt in the Frameworks
directory, in a system where there was no Qt installed at: to much of
my surprise it worked, and worked really well!
a few other trials, confirmed this: if the application with the
frameworks is launched in a system that has the QT SDK installed, it
would just crash; otherwise it would work just fine.
do know what might be the cause?
thanks a lot for your help
bye
Vittorio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090415/bbc1739e/attachment.html
More information about the Qt-interest-old
mailing list