View Single Post
Posts: 252 | Thanked: 252 times | Joined on Nov 2009
#13
Originally Posted by Joorin View Post
While getting home from work, I started thinking about linking issues. You can get really special behaviour if you link against one library and move the binary to another environment to run it.

Are you sure that you're using the same library to run the binary as you use to link it? I got random segfault just a week ago from linking against a newer version and then running the application in the target environment that had an older version installed.
Well, the scratchbox SDK is PR1.2, and my device is (of course) still PR1.1. I know libhildon has changed in PR1.2, but the Qt libraries should be the same (libqt4-maemo5).

Do you think libhildon could be causing this?