xserver crashes when closing application using clutter
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
X.Org X server |
In Progress
|
Critical
|
|||
xorg (Debian) |
Fix Released
|
Unknown
|
|||
xorg-server (Ubuntu) |
Fix Released
|
High
|
Bryce Harrington | ||
Lucid |
Fix Released
|
High
|
Bryce Harrington |
Bug Description
Binary package hint: xorg
When closing empathy (ppa version) after opening the map windows, the whole xserver crashes with:
Backtrace:
0: /usr/bin/X (xorg_backtrace
1: /usr/bin/X (0x400000+0x6538d) [0x46538d]
2: /lib/libpthread
3: /usr/bin/X (dixLookupPriva
4: /usr/lib/
5: /usr/lib/
6: /usr/lib/
7: /usr/bin/X (FreeClientReso
8: /usr/bin/X (CloseDownClien
9: /usr/bin/X (0x400000+0x30a60) [0x430a60]
10: /usr/bin/X (0x400000+0x2613a) [0x42613a]
11: /lib/libc.so.6 (__libc_
12: /usr/bin/X (0x400000+0x25ce9) [0x425ce9]
Segmentation fault at address 0x290
Related branches
Changed in xorg-server: | |
status: | Unknown → Confirmed |
affects: | xorg (Ubuntu) → xorg-server (Ubuntu) |
Changed in xorg-server (Ubuntu): | |
assignee: | nobody → Bryce Harrington (bryceharrington) |
importance: | Medium → High |
Changed in xorg (Debian): | |
status: | Unknown → New |
Changed in xorg (Debian): | |
status: | New → Confirmed |
Changed in xorg-server (Ubuntu Lucid): | |
status: | Fix Committed → Fix Released |
Changed in xorg-server (Ubuntu Lucid): | |
status: | Fix Released → Fix Committed |
milestone: | ubuntu-10.04-beta-2 → ubuntu-10.04 |
Changed in xorg (Debian): | |
status: | Confirmed → Fix Released |
Changed in xorg-server: | |
importance: | Unknown → Critical |
status: | Confirmed → In Progress |
Changed in xorg-server: | |
importance: | Critical → Unknown |
Changed in xorg-server: | |
importance: | Unknown → Critical |
Update:
I first made sure that my application only used GLX >=1.3 API. This would still crash. I then made sure it only used GLX <1.3, and now I have no crashes anymore. I'm planning to write a simple program that reproduces the crash/bug.