GNOME Bugzilla – Bug 684999
Segmentation fault in pango_glyph_item_split
Last modified: 2012-09-27 21:22:48 UTC
Hello there. While running transmission bittorent client, I get segmentation fault when I click torrent properties. The segfault happens in Pango library. It did not happen in 1.30.1 version, but it happens with 1.32.0 version. Here's relevant backtrace ~/src/debug/usr$ LD_LIBRARY_PATH=./lib gdb bin/transmission-gtk GNU gdb (GDB) 7.5 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/armin/src/debug/usr/bin/transmission-gtk...done. (gdb) run Starting program: /home/armin/src/debug/usr/bin/transmission-gtk warning: Could not load shared library symbols for linux-gate.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". [New Thread 0xb4ec2b40 (LWP 11040)] [New Thread 0xb4498b40 (LWP 11041)] [New Thread 0xb3affb40 (LWP 11042)] [New Thread 0xb30ffb40 (LWP 11043)] [New Thread 0xb26ffb40 (LWP 11044)] (transmission-gtk:11036): Pango-CRITICAL **: pango_glyph_item_split: assertion `split_index < orig->item->length' failed Program received signal SIGSEGV, Segmentation fault. split_before_cluster_start (state=state@entry=0xbfffea7c) at pango-glyph-item.c:830 830 } (gdb) bt
+ Trace 230927
Fixed already. Release coming soon (today). *** This bug has been marked as a duplicate of bug 684959 ***