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 137396 - Crash in hangul module
Crash in hangul module
Status: RESOLVED DUPLICATE of bug 129741
Product: pango
Classification: Platform
Component: hangul
1.3.x
Other opensolaris
: Normal normal
: ---
Assigned To: Changwoo Ryu
pango-maint
Depends on:
Blocks:
 
 
Reported: 2004-03-16 16:50 UTC by Peter O'Shea
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Spam email causing pango crash when displaying in evolution (28.67 KB, text/plain)
2004-03-16 17:06 UTC, Peter O'Shea
Details

Description Peter O'Shea 2004-03-16 16:50:51 UTC
Using pango-1.3.6 compiled on sparc solaris 8 with gcc-3.3.3, I'm getting a
crash each time I try to display a spam message in evolution-1.5.  Here's
the backtrace:

Program received signal SIGSEGV, Segmentation fault.
0xfc5f1068 in ?? () from
/home/poshea/usr/lib/pango/1.4.0/modules/pango-hangul-fc.so
(gdb) thread apply all bt
 

Thread 1 (process 6166)

  • #0 ??
    from /home/poshea/usr/lib/pango/1.4.0/modules/pango-hangul-fc.so
  • #1 ??
    from /home/poshea/usr/lib/pango/1.4.0/modules/pango-hangul-fc.so
  • #2 ??
    from /home/poshea/usr/lib/pango/1.4.0/modules/pango-hangul-fc.so
  • #3 _pango_engine_shape_shape
  • #4 pango_shape
  • #5 html_text_get_pango_info
  • #6 calc_min_width
  • #7 html_object_calc_min_width
  • #8 calc_min_width
  • #9 html_object_calc_min_width
  • #10 html_clue_flow_real_calc_size
  • #11 html_object_calc_size
  • #12 html_cluev_do_layout
  • #13 html_object_calc_size
  • #14 html_engine_calc_size
  • #15 html_engine_update_event
  • #16 html_engine_timer_event
  • #17 html_engine_stream_end
  • #18 gtk_html_stream_close
  • #19 ??
    from /home/poshea/usr/lib/evolution/1.5/components/libevolution-mail.so
  • #20 ??
    from /home/poshea/usr/lib/evolution/1.5/components/libevolution-mail.so
  • #21 g_io_unix_dispatch
  • #22 g_main_dispatch
  • #23 g_main_context_dispatch
  • #24 g_main_context_iterate
  • #25 g_main_loop_run
  • #26 bonobo_main
  • #27 main

I'll attach the message separately.
Comment 1 Peter O'Shea 2004-03-16 17:06:17 UTC
Created attachment 25695 [details]
Spam email causing pango crash when displaying in evolution
Comment 2 Owen Taylor 2004-03-29 14:49:51 UTC
Backtrace isn't that useful without symbols, but I'm guessing this is a
duplicate of the common hangul module crasher

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