-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navit 0.5.6-2 on XA2 whith SFOS 4.6.0.13 reliably segfaults #1268
Comments
Thank you for your issue, as I stated here, I didn't know where to start as I ran into the same problems. It would be nice to have a fix here, I try to restart my old phone to get navit running again. |
I think the workaround is already in my initial report:
|
Same here. I have a XA and a 10III with different 4.x releases. And IDK what I'll do in the future with the new licensing model… |
Just briefly tested the armv7hl version. The shipped config is not tweaked for Sailfish. Hence I changed it in a few places to enable qt5 UI and internal GPS. The config used for testing is attached. With this config it gets past reading the configuration and displays the map but now it crashes when computing a route. |
First of all many thanks to @metalstrolch for providing and maintaining the SFOS port of Navit.
The most recent version of Navit pulled from Openrepos keeps crashing after the latest SFOS update. Hence I built an unstripped version to obtain a stacktrace (code/line numbers are from branch trunk):
From a quick glance at the code I think some internals in libglib's list handling changed. As a quick test I copied libglib-2.0.so.0.7200.3 from sailfishos-platform-sdk:4.5.0.16 as /tmp/lib/libglib-2.0.so.0 and tried
which worked just fine and serves as workaround. Unfortunately I know nothing about libglib but I hope the info helps debugging if you find the time. If you need further information or someone to test changes, just let me know.
The text was updated successfully, but these errors were encountered: