Comment 7 for bug 219041

Revision history for this message
Michael Moore (stuporglue) wrote :

The output from the start-hildon script said that it couldn't load libmobilebasichome.so. I ran ldd on libmobilebasichome.so and found that it was missing libxul.so and libsqlite3.so. I found both of those libraries in the xulrunner directory and symlinked them to /usr/lib. After making sure that ldd didn't report any more missing libraries. I tried to run the start-hildon script again. Now hildon-desktop would just segfault.

I did a backtrace as per the wiki ( https://wiki.ubuntu.com/Backtrace ) but it seems to segfault in the middle of libmobilebasichome.so, which is part of the mobile-basic-flash package, and which doesn't have a debug version. Since there's no debug version, I'm not sure how helpful this backtrace is, but it's something.

Line #0 of the trace says : "#0 0xb4f63dde in XRE_NotifyProfile () from /usr/lib/libxul.so", so maybe it's a libxul problem.