This bug was fixed in the package nux - 4.0.0daily12.12.05-0ubuntu1
---------------
nux (4.0.0daily12.12.05-0ubuntu1) raring; urgency=low
[ Michael Terry ]
* debian/control:
- Update Vcs-Bzr
- Build-Depend on dh-autoreconf and gnome-common
* debian/rules:
- Use dh_autoreconf
- Enable headless tests during build
* Switch to dh9 and multiarch
* Automatic snapshot from revision 700 (bootstrap)
- Fix crash when lift clicking after right clicking (LP: #1057809)
- Fix crash on amd64 from an invalid cast (LP: #1052765)
- Fix a couple crashes in example code (LP: #1064918)
- Fix dash and launcher being all black (LP: #1067860)
- Fix launcher dragging the wrong way (LP: #1057995)
- Only load textures once they are needed (LP: #816692)
- Add pointer checks for invalid cached textures (LP: #1066788)
- Fix some FTBFS's on armhf (LP: #1065293, LP: #1067081)
- Fix a bunch of compile warnings (LP: #1056633)
- Removed some unused code (LP: #937583)
[ Didier Roche ]
* Transition packaging to Nux 4.0
* Add split mode for daily build
[ Ricardo Salveti de Araujo ]
* Doesn't need to depend on gcc 4.6 anymore (LP: #1044836)
* make check-headless should respect DEB_BUILD_OPTIONS=nocheck
* Does not need to be built with gcc 4.6 anymore (LP: #1044836)
[ Ying-Chun Liu (PaulLiu) ]
* Unable to use H.I.M.E. input method in the Unity search bar( & HUD
also) in Ubuntu 12.04LTS | 無法於Ubuntu 12.04LTS的Unity
searchbar(以及HUD)使用H.I.M.E.輸入法 (LP: #973808)
* Support input methods beside ibus (LP: #983254)
[ Automatic PS uploader ]
* Automatic snapshot from revision 727
-- Automatic PS uploader <[email protected]> Wed, 05 Dec 2012
09:27:01 +0000
** Changed in: nux (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1057809
Title:
nux::WindowCompositor::UpdateMouseOwner SIGSEGV segfault
Status in Nux:
Fix Committed
Status in Nux 3.0 series:
Invalid
Status in “nux” package in Ubuntu:
Fix Released
Status in “unity” package in Ubuntu:
In Progress
Bug description:
When right clicking quicklist then left clicking any item in the
quicklist causes a crash.
The crash came from rev: 669.
The problem is when you click EmitMouseUpSignal goes off, which in
unity causes UnGrabedPointer to go off. When UnGrabbedPointer goes off
it resets both mouse_owner_area_ and mouse_over_area_ to NULL. Right
after the EmitMouseUpSignal is an if statement:
if (mouse_owner_area_ == mouse_over_area_) // which both are NULL so
it is true
this causes:
EmitMouseClickSignal to segfault....
Stacktrace:
http://paste.ubuntu.com/1231196/
To manage notifications about this bug go to:
https://bugs.launchpad.net/nux/+bug/1057809/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp