|
2017-10-10
, 12:34
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#113
|
The Following User Says Thank You to rinigus For This Useful Post: | ||
|
2017-10-10
, 12:40
|
Posts: 68 |
Thanked: 147 times |
Joined on Dec 2016
|
#114
|
bomo, thanks four reporting ! it's the latest version (red map with country borders only ), right ?
|
2017-10-10
, 19:17
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#115
|
I must say I am quite puzzled with the results. Its all working on OnePlus X SFOS 2.1.0.11 - no crashes.
PS: Zeta, sailfish_latest_armv7hl (armv8el) used to be before as well. As far as I understood, its default for the current SFOS target. Or am I wrong?
The OBS provides a number of uniquely named schedulers but these are not named appropriately for Mer and we use armv7el scheduler for armv6l, armv7l builds and armv8el scheduler for armv7hl.
The Following User Says Thank You to Zeta For This Useful Post: | ||
|
2017-10-10
, 19:44
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#116
|
Yes, me too. I hope it is only something wrong on my phone, but I doubt it. We'll see when another J1 user will test it.
Searching a little, I found that : https://wiki.merproject.org/wiki/ARM
So it looks like it is only a name, not something related to armv8.
|
2017-10-10
, 20:14
|
Posts: 33 |
Thanked: 29 times |
Joined on Aug 2008
@ Netherlands
|
#117
|
The Following User Says Thank You to wdehoog For This Useful Post: | ||
|
2017-10-10
, 21:01
|
Posts: 172 |
Thanked: 353 times |
Joined on Nov 2014
|
#118
|
Would be good if at least one J1 owner would confirm the crash with the current demo.
[nemo@Sailfish ~]$ mapbox-sfos [D] unknown:0 - Using Wayland-EGL Segmentation fault
|
2017-10-10
, 21:32
|
Posts: 56 |
Thanked: 146 times |
Joined on Sep 2013
@ Norway
|
#119
|
|
2017-10-11
, 04:57
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#120
|
The Following User Says Thank You to rinigus For This Useful Post: | ||
I must say I am quite puzzled with the results. Its all working on OnePlus X SFOS 2.1.0.11 - no crashes.
So, I would like to ask others to test and check whether it works on other hardware. Earlier we had as working:
Oneplus One, SFOS 2.1.1.24
Jolla C, SFOS 2.1.1.26
Sony X, SFOS 2.1.1.26
Jolla Tablet, SFOS 2.1.1.26
and crashing
Jolla 1, SFOS 2.1.0.11, n=3
Photon Q, 2.1.0.11
Would be good if at least one J1 owner would confirm the crash with the current demo.
Few things have changed when compared to the earlier test:
* I am linking libstdc++ statically, as I did for mapbox-gl-qml to ensure that I can distribute Mapbox GL QML type as a plugin. Earlier, a dynamic linking with libstdc++ was used and libstdc++ together with the libgcc_s were provided with the binary. I am not doing that anymore and maybe this causes the crash.
* QMapboxGL library is updated to qt-staging branch from qt-v1.1.0 to enable mangling of URLs when requested from online (corresponding PR https://github.com/mapbox/mapbox-gl-native/pull/10156 was just accepted upstream). Use of the latest qt branch was required to enable support of internal Mapbox GL scheduler that is used in constructing the corresponding callback. URL mangling is required when you want to use servers that ask for api keys, as the server setup by @otsaloma does. However, maybe there are some additional changes in the new branch that lead to the crash.
* there are probably several other changes that I did while developing the QML type, but nothing really pops up into my mind that would cause such behavior.
So, before I start reverting the changes, would be good to get some additional testing on the current version.
Edit: PS: Zeta, sailfish_latest_armv7hl (armv8el) used to be before as well. As far as I understood, its default for the current SFOS target. Or am I wrong?
Last edited by rinigus; 2017-10-10 at 07:34.