After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637849 - Shell segfaults when unicode characters after U+00FF appear an app titlebar.
Shell segfaults when unicode characters after U+00FF appear an app titlebar.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
2.91.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-12-23 01:54 UTC by Jonathan Strander
Modified: 2010-12-24 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace (4.35 KB, text/plain)
2010-12-23 01:54 UTC, Jonathan Strander
  Details
Fix a crash in gdk_x11_display_text_property_to_text_list (1.55 KB, patch)
2010-12-23 16:03 UTC, Dan Winship
reviewed Details | Review

Description Jonathan Strander 2010-12-23 01:54:24 UTC
Created attachment 176911 [details]
backtrace

Using Firefox 4 (beta 7), all I have to do is point the browser toward bugzilla (so far tried bugs.winehq.org and bugzilla.gnome.org) and Shell dies with signal 11. 

I've attached my backtrace from gdb.
Comment 1 Jonathan Strander 2010-12-23 14:13:02 UTC
On IRC last night this was tracked down to any unicode code points after 255 appearing in any app's titlebar. So this in fact appears to be a mutter/gdk bug.
Comment 2 Dan Winship 2010-12-23 16:03:16 UTC
Created attachment 176946 [details] [review]
Fix a crash in gdk_x11_display_text_property_to_text_list

not tested yet (need to do a complete jhbuild from scratch to clear up
some linking problems), but I'm pretty sure this is right
Comment 3 Emmanuele Bassi (:ebassi) 2010-12-23 16:38:39 UTC
Review of attachment 176946 [details] [review]:

looks correct to me.
Comment 4 Jonathan Strander 2010-12-24 03:37:53 UTC
Compiled fine and definitely fixed here.