compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::enable() from enableFragmentOperationsAndDrawGeometry()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Critical
|
Sam Spilsbury | ||
Compiz Core |
Confirmed
|
Medium
|
Unassigned | ||
Mesa |
New
|
Unknown
|
|||
compiz (Ubuntu) |
Fix Released
|
Critical
|
Unassigned | ||
Quantal |
Fix Released
|
Critical
|
Unassigned | ||
mesa (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
.
ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: unity 5.2.0-0ubuntu1
ProcVersionSign
Uname: Linux 3.2.0-12-generic i686
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Sun Feb 5 12:47:01 2012
ExecutablePath: /usr/bin/compiz
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20111129.1)
ProcCmdline: compiz
ProcEnviron:
LANGUAGE=
PATH=(custom, no user)
LANG=pt_BR.UTF-8
SHELL=/bin/bash
SegvAnalysis:
Segfault happened at: 0x558360: movdqu (%eax),%xmm0
PC (0x00558360) ok
source "(%eax)" (0x81577fc0) not located in a known VMA region (needed readable region)!
destination "%xmm0" ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: unity
StacktraceTop:
?? () from /lib/i386-
?? () from /usr/lib/
?? () from /usr/lib/
?? () from /usr/lib/
?? () from /usr/lib/
Title: compiz crashed with SIGSEGV
UpgradeStatus: Upgraded to precise on 2012-02-04 (1 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
Related branches
- Daniel van Vugt: Approve
- jenkins (community): Approve (continuous-integration)
-
Diff: 736 lines (+489/-40)14 files modifiedplugins/copytex/src/copytex.cpp (+5/-4)
plugins/copytex/src/copytex.h (+5/-4)
plugins/decor/src/decor.cpp (+3/-1)
plugins/opengl/CMakeLists.txt (+4/-0)
plugins/opengl/include/opengl/opengl.h (+1/-1)
plugins/opengl/include/opengl/pixmapsource.h (+40/-0)
plugins/opengl/include/opengl/texture.h (+10/-5)
plugins/opengl/src/glxtfpbind/CMakeLists.txt (+31/-0)
plugins/opengl/src/glxtfpbind/include/glx-tfp-bind.h (+53/-0)
plugins/opengl/src/glxtfpbind/src/glx-tfp-bind.cpp (+53/-0)
plugins/opengl/src/glxtfpbind/tests/CMakeLists.txt (+24/-0)
plugins/opengl/src/glxtfpbind/tests/test-opengl-glx-tfp-bind.cpp (+157/-0)
plugins/opengl/src/privatetexture.h (+16/-12)
plugins/opengl/src/texture.cpp (+87/-13)
visibility: | private → public |
summary: |
- compiz crashed with SIGSEGV + compiz crashed with SIGSEGV in drisw_update_tex_buffer() from ... from + __glXBindTexImageEXT() from TfpTexture::enable() from + enableFragmentOperationsAndDrawGeometry() |
visibility: | public → private |
visibility: | private → public |
affects: | unity (Ubuntu) → compiz (Ubuntu) |
Changed in compiz-core: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in compiz (Ubuntu): | |
importance: | Medium → High |
Changed in compiz-core: | |
milestone: | none → 0.9.8.0 |
Changed in compiz: | |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in compiz: | |
milestone: | none → 0.9.8.0 |
Changed in compiz-core: | |
milestone: | 0.9.8.0 → none |
tags: | added: llvmpipe |
Changed in mesa (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
summary: |
- compiz crashed with SIGSEGV in drisw_update_tex_buffer() from ... from + compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() + from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::enable() from enableFragmentOperationsAndDrawGeometry() |
summary: |
- compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() + compiz crashed with SIGSEGV inmemmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::enable() from enableFragmentOperationsAndDrawGeometry() |
summary: |
- compiz crashed with SIGSEGV inmemmove() from drisw_update_tex_buffer() + compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::enable() from enableFragmentOperationsAndDrawGeometry() |
Changed in compiz: | |
milestone: | 0.9.8.0 → 0.9.8.1 |
tags: | added: rls-q-incomping |
tags: |
added: rls-q-incoming removed: rls-q-incomping |
Changed in compiz: | |
milestone: | 0.9.8.2 → 0.9.8.4 |
Changed in compiz: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
status: | Confirmed → In Progress |
Changed in compiz: | |
status: | Triaged → In Progress |
Changed in compiz-core: | |
milestone: | none → 0.9.7.10 |
importance: | Critical → High |
Changed in compiz: | |
status: | In Progress → Fix Committed |
Changed in compiz: | |
status: | Fix Committed → Fix Released |
Changed in compiz-core: | |
milestone: | 0.9.7.10 → 0.9.7.12 |
Changed in compiz-core: | |
milestone: | 0.9.7.12 → 0.9.7.14 |
Changed in mesa (Ubuntu): | |
assignee: | Timo Aaltonen (tjaalton) → nobody |
milestone: | ubuntu-12.10-beta-2 → none |
Changed in mesa: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in mesa: | |
status: | Confirmed → Unknown |
Changed in mesa (Ubuntu): | |
importance: | High → Wishlist |
Changed in mesa: | |
importance: | Medium → Unknown |
Changed in mesa: | |
status: | Unknown → New |
StacktraceTop: update_ tex_buffer (drawable= 0xad5dee60, ctx=0x9748cc0, res=0xaf712d00) at /usr/include/ i386-linux- gnu/bits/ string3. h:58 tex_buffer2 (pDRICtx=0x9751610, target=3553, format=8410, dPriv=0xad314358) at dri_drawable.c:230 bind_tex_ image (dpy=0x96ff058, drawable=18874771, buffer=8414, attrib_list=0x0) at drisw_glx.c:316 ageEXT (dpy=0x96ff058, drawable=18874771, buffer=8414, attrib_list=0x0) at glxcmds.c:2429 GLTexture: :Fast) at /build/ buildd/ compiz- 0.9.6+bzr201109 29/plugins/ opengl/ src/texture. cpp:602
drisw_
dri_set_
drisw_
__glXBindTexIm
TfpTexture::enable (this=0xad522708, filter=