[SailfishDevel] QML creates a Segfault

2014-05-13 Thread Matthias Barmeier
Hi, when trying to download data in a WorkerScript thread I got this: bash: line 1: 1459 Segmentation fault QT_NO_JOURNALD_LOG=1 DISPLAY=:0.0 /usr/bin/CalDav Can somebody explain if I can avoid this or what the reason is ? Thanks. Ciao Matze

Re: [SailfishDevel] QML creates a Segfault

2014-05-13 Thread Andrey Kozhevnikov
Unknown script doing unknown work and producing unknown error. At least for me all working as expected :D 13.05.2014 17:00, Matthias Barmeier ?: Hi, when trying to download data in a WorkerScript thread I got this: bash: line 1: 1459 Segmentation fault QT_NO_JOURNALD_LOG=1 DISPLAY=:0.0

Re: [SailfishDevel] QML creates a Segfault

2014-05-13 Thread Juha Kallioinen
On 13.05.2014 14:00, Matthias Barmeier wrote: Hi, when trying to download data in a WorkerScript thread I got this: bash: line 1: 1459 Segmentation fault QT_NO_JOURNALD_LOG=1 DISPLAY=:0.0 /usr/bin/CalDav Can somebody explain if I can avoid this or what the reason is ? That script part

[SailfishDevel] Not receiving broadcasted UDP replies (Jolla, Python)

2014-05-13 Thread Niels Christian Ørgaard
Hi, (uh, first post to this mailing list - exciting!) I am trying to write a small app for my Jolla phone (and hopefully for others' too, later), using QML, PyOtherSide and some 3rd-party python-based network code. The app is supposed to control LIFX lightbulbs via wifi. The network code works

Re: [SailfishDevel] QML creates a Segfault

2014-05-13 Thread Matthias Barmeier
hehe, yes. I was a bit confused about the segfault. I thought that QML runs in a container that could give me some more information. I will avoid the workerscript without ist works OK just a bit uncomforatable. Thanks. Am 13.05.2014 13:12, schrieb Andrey Kozhevnikov: Unknown script doing

Re: [SailfishDevel] QML creates a Segfault

2014-05-13 Thread Matthias Barmeier
OK, its just a bit weird that the same program works without a WorkerScript. The WorkerScript is just to make the gui more repsonsive it has no relevance to the function. Thanks. Am 13.05.2014 13:31, schrieb Juha Kallioinen: On 13.05.2014 14:00, Matthias Barmeier wrote: Hi, when trying to

Re: [SailfishDevel] QML creates a Segfault

2014-05-13 Thread Jonni Rainisto
http://qt-project.org/doc/qt-5/qml-qtquick-workerscript.html#restrictions Maybe you just didn't notice the restrictions part (ie script cannot access properties, methods or other attributes of the qml item etc). Hard to say without seeing your workerscript implementation. re, Jonni

Re: [SailfishDevel] Not receiving broadcasted UDP replies (Jolla, Python)

2014-05-13 Thread Niels Christian Ørgaard
Uki, got some feedback from IRC (SOLVED - somewhat) Changing McastBcastFilter to either 0 (allow all) or 1 (filter MCAST) allows the phone to receive BCAST messages, but this is by default set to 3 (Filter MCAST+BCAST), and will drain power is left at a lower level. iwpriv wlan0 setMCBCFilter 1

[SailfishDevel] Where did devel-su come from and what's its purpose?

2014-05-13 Thread Mehdi El Gueddari
Hi, I'm been googling long and hard but haven't been able to find much information about the 'devel-su' command, beyond the fact that it's the command to use on Sailfish to switch to the root user. I also couldn't find the source code for it anywhere. If there is someone with more insider

Re: [SailfishDevel] QML creates a Segfault

2014-05-13 Thread Matthias Barmeier
haven't noticed the restrictions, but I give a listmodel to the WorkerScript and send a text back. No Operations on that, bat the listmodel is tied to listview. Maybe this creates the problem. Am 13.05.2014 14:13, schrieb Jonni Rainisto:

Re: [SailfishDevel] Where did devel-su come from and what's its purpose?

2014-05-13 Thread Bernd Wachter
Mehdi El Gueddari me...@tickmeet.com writes: I'm been googling long and hard but haven't been able to find much information about the 'devel-su' command, beyond the fact that it's the command to use on Sailfish to switch to the root user. I also couldn't find the source code for it anywhere.

Re: [SailfishDevel] Where did devel-su come from and what's its purpose?

2014-05-13 Thread Ove Kåven
On 13. mai 2014 15:14, Mehdi El Gueddari wrote: Back in the Meego days, 'devel-su' would let you switch to, quite literally, a developer super user account, which had more privileges than a normal user but wasn't quite root (or at least it seems that way from the few user complaints I could