Unity crashes when entering a term including "emu" in the home lens
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Pango |
Expired
|
High
|
|||
Unity |
Fix Released
|
Critical
|
Brandon Schaefer | ||
7.1 |
Fix Released
|
Critical
|
Brandon Schaefer | ||
unity (Ubuntu) |
Fix Released
|
Critical
|
Brandon Schaefer | ||
Saucy |
Invalid
|
Critical
|
Brandon Schaefer |
Bug Description
Unity version 7.1.2. on Ubuntu 13.10 daily build 2013-10-13
To reproduce:
-Make sure an Internet connection is working
-Start the Unity Dash, in the home lens
-Enter a term including " emu"
-Unity crashes
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: unity 7.1.2+13.
ProcVersionSign
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelMo
.proc.driver.
.proc.driver.
.proc.driver.
NVRM version: NVIDIA UNIX x86_64 Kernel Module 319.60 Wed Sep 25 14:28:26 PDT 2013
GCC version: gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
.tmp.unity.
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for `/apps/
CompositorRunning: compiz
CompositorUnred
CompositorUnred
Date: Sun Oct 13 17:50:58 2013
DistUpgraded: Fresh install
DistroCodename: saucy
DistroVariant: ubuntu
DkmsStatus: nvidia-319-updates, 319.60, 3.11.0-12-generic, x86_64: installed
GraphicsCard:
NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 [VGA controller])
Subsystem: CardExpert Technology Device [10b0:11c0]
InstallationDate: Installed on 2013-10-13 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20131013)
JockeyStatus:
kmod:nvidia_
kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietär, Deaktiviert, Nicht benutzt)
kmod:nvidia_
kmod:nvidia_319 - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietär, Deaktiviert, Nicht benutzt)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/03/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.20
dmi.board.name: Z87 Pro3
dmi.board.vendor: ASRock
dmi.chassis.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.
dmi.modalias: dmi:bvnAmerican
dmi.product.name: To Be Filled By O.E.M.
dmi.product.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.10+
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1
version.
version.
version.
version.
version.
version.
version.
version.
version.
xserver.bootTime: Sun Oct 13 17:29:03 2013
xserver.configfile: default
xserver.devices:
input Power Button KEYBOARD, id 6
input Power Button KEYBOARD, id 7
input Logitech USB Gaming Mouse MOUSE, id 8
input Chicony Saitek Eclipse II Keyboard KEYBOARD, id 9
input Chicony Saitek Eclipse II Keyboard KEYBOARD, id 10
xserver.errors:
Failed to load /usr/lib/
Failed to load module "glamoregl" (loader failed, 7)
open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
xserver.version: 2:1.14.3-3ubuntu1
Related branches
- PS Jenkins bot (community): Approve (continuous-integration)
- Marco Trevisan (Treviño): Approve
- Stephen M. Webb (community): Approve
-
Diff: 78 lines (+54/-1)1 file modifieddash/ResultRendererTile.cpp (+54/-1)
- Christopher Townsend: Pending requested
-
Diff: 875 lines (+447/-2) (has conflicts)20 files modifieddash/ResultRendererTile.cpp (+54/-1)
dash/previews/MusicPreview.cpp (+57/-0)
dash/previews/MusicPreview.h (+6/-0)
debian/changelog (+72/-0)
launcher/ApplicationLauncherIcon.cpp (+11/-0)
launcher/ApplicationLauncherIcon.h (+5/-0)
launcher/LauncherIcon.h (+9/-0)
launcher/SwitcherController.cpp (+12/-1)
plugins/unityshell/src/unityshell.cpp (+45/-0)
services/panel-service.c (+20/-0)
tests/mock-application.h (+14/-0)
tests/test_application_launcher_icon.cpp (+26/-0)
tests/test_switcher_controller.cpp (+18/-0)
tests/test_switcher_controller.h (+15/-0)
tests/test_switcher_controller_class.cpp (+29/-0)
unity-shared/IconRenderer.cpp (+9/-0)
unity-shared/IconTextureSource.cpp (+18/-0)
unity-shared/IconTextureSource.h (+7/-0)
unity-shared/PreviewStyle.cpp (+16/-0)
unity-shared/StandaloneWindowManager.h (+4/-0)
- Christopher Townsend (community): Disapprove
-
Diff: 78 lines (+54/-1)1 file modifieddash/ResultRendererTile.cpp (+54/-1)
- Unity Team: Pending requested
-
Diff: 1120 lines (+570/-2) (has conflicts)23 files modifieddash/ResultRendererTile.cpp (+54/-0)
dash/previews/MusicPreview.cpp (+82/-0)
dash/previews/MusicPreview.h (+6/-0)
debian/changelog (+72/-0)
launcher/AbstractLauncherIcon.h (+14/-0)
launcher/ApplicationLauncherIcon.cpp (+11/-0)
launcher/ApplicationLauncherIcon.h (+5/-0)
launcher/LauncherIcon.h (+9/-0)
launcher/SwitcherController.cpp (+12/-1)
plugins/unityshell/src/unityshell.cpp (+49/-0)
services/panel-service.c (+20/-0)
tests/mock-application.h (+14/-0)
tests/test_application_launcher_icon.cpp (+26/-0)
tests/test_switcher_controller.cpp (+15/-0)
tests/test_switcher_controller.h (+20/-0)
tests/test_switcher_controller_class.cpp (+31/-1)
unity-shared/BackgroundEffectHelper.cpp (+66/-0)
unity-shared/BackgroundEffectHelper.h (+10/-0)
unity-shared/IconRenderer.cpp (+9/-0)
unity-shared/IconTextureSource.cpp (+18/-0)
unity-shared/IconTextureSource.h (+7/-0)
unity-shared/PreviewStyle.cpp (+16/-0)
unity-shared/StandaloneWindowManager.h (+4/-0)
- PS Jenkins bot (community): Approve (continuous-integration)
- Christopher Townsend (community): Approve
-
Diff: 78 lines (+54/-1)1 file modifieddash/ResultRendererTile.cpp (+54/-1)
description: | updated |
Changed in unity (Ubuntu): | |
importance: | Medium → Critical |
Changed in unity: | |
assignee: | nobody → Brandon Schaefer (brandontschaefer) |
Changed in unity (Ubuntu): | |
assignee: | nobody → Brandon Schaefer (brandontschaefer) |
status: | Confirmed → In Progress |
Changed in unity: | |
status: | Triaged → In Progress |
Changed in unity (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in unity (Ubuntu Saucy): | |
assignee: | nobody → Brandon Schaefer (brandontschaefer) |
importance: | Undecided → Critical |
status: | Confirmed → In Progress |
Changed in pango: | |
importance: | Unknown → High |
status: | Unknown → New |
no longer affects: | unity/7.0 |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity (Ubuntu Saucy): | |
status: | In Progress → Fix Committed |
Changed in unity: | |
milestone: | 7.2.1 → 7.2.0 |
Changed in unity: | |
status: | Fix Released → Fix Committed |
Changed in unity (Ubuntu Saucy): | |
status: | Fix Committed → Invalid |
Changed in pango: | |
status: | New → Confirmed |
Changed in pango: | |
status: | Confirmed → Expired |
Trivially repeatable here on a 64bit Saucy install