[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2012-02-18 Thread Florian Boucault
** Changed in: unity-2d Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To mana

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2012-02-13 Thread Unity Merger
** Changed in: unity-2d Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To mana

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2012-01-13 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-2d - 5.2.0-0ubuntu1 --- unity-2d (5.2.0-0ubuntu1) precise; urgency=low [ Didier Roche ] * New upstream release: - Select quicklist items with just one right click (LP: #688830) - Launcher - Dragging and dropping a running application

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2012-01-12 Thread Didier Roche
** Changed in: unity-2d Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To mana

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-19 Thread Gerry Boland
** Changed in: unity-2d Milestone: 4.14 => 5.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To manage notifications a

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-17 Thread Bob The Builder
** Changed in: unity-2d Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To manag

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-16 Thread Olivier Tilloy
Thanks for the feedback Haggai. Yes, it is quite likely that this fix, if approved, will be backported to Oneiric with an SRU. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-p

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-16 Thread Haggai Eran
I can confirm the workaround. Thanks! Is there a chance this workaround will be backported to oneiric? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSE

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-16 Thread Olivier Tilloy
** Changed in: unity-2d Milestone: None => 4.14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To manage notifications

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/unity-2d/crash-rtl -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To manage notifications abou

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-16 Thread Olivier Tilloy
I have managed to isolate the bug and to write a simple QML test case that reproduces it. I filed https://bugreports.qt.nokia.com/browse/QTBUG-22776 to track the issue. This will hopefully be fixed soon in Qt. In the meantime I think our best option is to delay resetting the loader’s source by 1

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-09 Thread Olivier Tilloy
I have narrowed down the root cause to setting the source of the pageLoader to "" in the dashView.onActiveChanged handler (dash.qml, line 58). If I comment out this instruction the crash doesn’t happen. Same if I delay it by one millisecond using a timer. There is obviously a race condition at p

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-09 Thread Olivier Tilloy
I have removed the other components (unity-2d-panel and unity-2d-launcher) from the equation by making sure they are not running and commenting out the code that forces the launcher to be visible when the dash is shown. I can still reproduce the issue reliably. -- You received this bug notifica

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-08 Thread Olivier Tilloy
I can also reproduce independently from the locale used (tested with en_GB.utf-8 and fr_FR.utf-8) if I make the call to QApplication::setLayoutDirection(Qt::RightToLeft) not conditional (in src/libunity-2d-private/unity2dapplication.cpp). -- You received this bug notification because you are a me

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-08 Thread Olivier Tilloy
I can reliably reproduce the crash when running unity-2d-places with LANGUAGE=he_IL.utf8. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptV

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-08 Thread Gerry Boland
** Changed in: unity-2d Assignee: Gerry Boland (gerboland) => Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScript

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-08 Thread Gerry Boland
You're right. I managed to reproduce more than 2 different stack traces clicking on a Grid Icon in RTL dash. I added this one for reference. It does appear from the backtrace that I'm dragging & dropping an icon in this case, not just clicking. Yet in both cases, I don't see why. -- You received

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-07 Thread Haggai Eran
For some reason your backtrace is different than the one in the bug report, and the one I had. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QSc

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-07 Thread Gerry Boland
Crash backtrace ** Attachment added: "Crash backtrace" https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/836498/+attachment/2588493/+files/crash-bt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-07 Thread Gerry Boland
Removing that line isn't a great fix, as it makes the Dash hide when you click on an icon to run an application. Otherwise you have to wait for the new application to take focus before the Dash goes away. I can reproduce this with Hebrew locale. Am digging now. -- You received this bug notificat

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-07 Thread Gerry Boland
Very good, thank you the help! I'll investigate to see what consequence removing that line will have. But crashing QML shouldn't be possible, so I'm sure the Qt guys will be interested in this. ** Changed in: unity-2d Assignee: (unassigned) => Gerry Boland (gerboland) -- You received this

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-07 Thread Haggai Eran
Yes, the crash occurs when I click on an item in the grid. I can reproduce it by clicking the "More Apps" button and then clicking on one of the applications. I came to this conclusion by adding prints to the onClicked handler, and seeing that it crashed before the handler is complete. It didn't c

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-07 Thread Gerry Boland
> I've noticed that I can prevent places from crashing by removing the line: > > dashView.active = false > In the onClicked handler of TileVertical.qml. Interesting! How did you come to this conclusion? Was the crash occurring when you clicked on an item in the grid of icons? -- You received thi

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-06 Thread Haggai Eran
Hi, I've noticed that I can prevent places from crashing by removing the line: > dashView.active = false In the onClicked handler of TileVertical.qml. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-11-05 Thread Haggai Eran
This happens to me when running under a Hebrew locale on 4.12.0-0ubuntu1. I've attached detailed apport traces to bug #886710, which launchpad detected as a duplicate of this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-09-20 Thread Florian Boucault
Happened last on 2011-09-16 Unity 2D 4.8.0-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To manage notifications

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-09-16 Thread Florian Boucault
** Changed in: unity-2d (Ubuntu) Importance: Medium => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To manage

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-09-16 Thread Florian Boucault
** Changed in: unity-2d Milestone: 4.10 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To manage notifications

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-09-16 Thread Florian Boucault
** Changed in: unity-2d Status: Incomplete => Confirmed ** Changed in: unity-2d (Ubuntu) Status: Incomplete => Confirmed ** Changed in: unity-2d Milestone: None => 4.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-08-31 Thread Florian Boucault
** Also affects: unity-2d Importance: Undecided Status: New ** Changed in: unity-2d Importance: Undecided => Critical ** Changed in: unity-2d Status: New => Incomplete ** Changed in: unity-2d (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notificat

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-08-30 Thread Robert Roth
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross privi

[Bug 836498] Re: unity-2d-places crashed with SIGSEGV in QScriptValue::call()

2011-08-30 Thread Launchpad Bug Tracker
** Changed in: unity-2d (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836498 Title: unity-2d-places crashed with SIGSEGV in QScriptValue::call() To manage n