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 324835 - Pango crash while shaping Japanese glyphs [basic_engine_shape]
Pango crash while shaping Japanese glyphs [basic_engine_shape]
Status: RESOLVED DUPLICATE of bug 324831
Product: pango
Classification: Platform
Component: general
1.11.x
Other Linux
: Normal blocker
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-12-22 20:00 UTC by Luke Hutchison
Modified: 2006-01-26 07:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luke Hutchison 2005-12-22 20:00:55 UTC
I get the following crash with the lastest FC5-devel RPMs (pango-1.11.1-2):

---------------------------------


Backtrace was generated from '/usr/bin/evolution'

Using host libthread_db library "/lib/libthread_db.so.1".
`shared object read from target memory' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1208502608 (LWP 4835)]
[New Thread -1334338640 (LWP 4847)]
[New Thread -1323848784 (LWP 4846)]
[New Thread -1261655120 (LWP 4845)]
[New Thread -1282638928 (LWP 4844)]
[New Thread -1272149072 (LWP 4840)]
[New Thread -1250772048 (LWP 4838)]
[New Thread -1240282192 (LWP 4837)]
0x00830402 in __kernel_vsyscall ()

Thread 1 (Thread -1208502608 (LWP 4835))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 gnome_init_with_popt_table
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 IA__g_logv
    at gmessages.c line 502



-------------------------------


Output on the terminal is:

$ evolution

(evolution:4900): camel-WARNING **: camel_exception_get_id called with NULL parameter.

(evolution:4900): camel-WARNING **: camel_exception_get_id called with NULL parameter.

(evolution:4900): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion `GDK_IS_GC (gc)' failed
OFFLINE:INBOX
OFFLINE:INBOX/Saved
OFFLINE:INBOX/Spamscreen
OFFLINE:INBOX/Subscriptions

Pango-ERROR **: file basic-fc.c: line 347 (basic_engine_shape): assertion failed: (face != NULL)
aborting...
Comment 1 Luke Hutchison 2005-12-22 20:02:57 UTC
Actually I just read the assertion text, and this is probably a dup of the other bug I just filed, bug 324831.
Comment 2 Sebastien Bacher 2005-12-24 16:39:59 UTC
Similar Ubuntu bug: https://launchpad.net/distros/ubuntu/+source/evolution/+bug/5967
Comment 3 Behdad Esfahbod 2006-01-26 07:53:24 UTC

*** This bug has been marked as a duplicate of 324831 ***