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 148945 - Crash on a message in evolution
Crash on a message in evolution
Status: RESOLVED DUPLICATE of bug 129741
Product: pango
Classification: Platform
Component: hangul
1.4.x
Other Linux
: Normal critical
: ---
Assigned To: Changwoo Ryu
pango-maint
Depends on:
Blocks:
 
 
Reported: 2004-07-31 18:55 UTC by Kjartan Maraas
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
message that crashes evo/pango (2.91 KB, patch)
2004-07-31 19:32 UTC, Kjartan Maraas
none Details | Review

Description Kjartan Maraas 2004-07-31 18:55:16 UTC
I get this backtrace when showing a message in evolution:

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 741
  • #3 segv_redirect
    at main.c line 419
  • #4 <signal handler called>
  • #5 render_syllable
    at hangul-fc.c line 249
  • #6 hangul_engine_shape
    at hangul-fc.c line 355
  • #7 _pango_engine_shape_shape
    at pango-engine.c line 73
  • #8 pango_shape
    at shape.c line 47
  • #9 html_text_get_pango_info
    at htmltext.c line 1311
  • #10 calc_min_width
    at htmltext.c line 1420
  • #11 html_object_calc_min_width
    at htmlobject.c line 942
  • #12 calc_min_width
    at htmlclueflow.c line 646
  • #13 html_object_calc_min_width
    at htmlobject.c line 942
  • #14 html_clue_flow_real_calc_size
    at htmlclueflow.c line 966
  • #15 html_object_calc_size
    at htmlobject.c line 889
  • #16 html_cluev_do_layout
    at htmlcluev.c line 205
  • #17 html_object_calc_size
    at htmlobject.c line 889
  • #18 html_engine_calc_size
    at htmlengine.c line 4843
  • #19 html_engine_update_event
    at htmlengine.c line 4395
  • #20 g_child_watch_add
    from /usr/lib/libglib-2.0.so.0
  • #21 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #22 g_main_context_acquire
    from /usr/lib/libglib-2.0.so.0
  • #23 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #24 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #25 main
    at main.c line 583

Will attach the message here too if I can get it saved.
Comment 1 Changwoo Ryu 2004-07-31 19:24:50 UTC

*** This bug has been marked as a duplicate of 129741 ***
Comment 2 Kjartan Maraas 2004-07-31 19:32:25 UTC
Created attachment 30117 [details] [review]
message that crashes evo/pango