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 358319 - Crash in html_tokenizer_end at htmltokenizer.c line 1366
Crash in html_tokenizer_end at htmltokenizer.c line 1366
Status: RESOLVED DUPLICATE of bug 314558
Product: GtkHtml
Classification: Other
Component: Parsing
3.30.x
Other All
: High critical
: ---
Assigned To: gtkhtml-maintainers
gtkhtml-maintainers
: 440315 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-09-29 14:48 UTC by yiannis
Modified: 2011-09-16 11:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description yiannis 2006-09-29 14:48:44 UTC
What were you doing when the application crashed?
launching Evolution


Distribution: Slackware Slackware 10.2.0
Gnome Release: 2.16.0 2006-09-15 (GARNOME)
BugBuddy Version: 2.16.0

Memory status: size: 128913408 vsize: 0 resident: 128913408 share: 0 rss: 39718912 rss_rlim: 0
CPU usage: start_time: 1159541244 rtime: 0 utime: 937 stime: 0 cutime:816 cstime: 0 timeout: 121 it_real_value: 0 frequency: 0

Backtrace was generated from '/home/jander/garnome/bin/evolution-2.8'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1232414496 (LWP 8707)]
[New Thread -1302709328 (LWP 8900)]
[New Thread -1294320720 (LWP 8899)]
[New Thread -1285538896 (LWP 8834)]
[New Thread -1276867664 (LWP 8804)]
[New Thread -1264841808 (LWP 8803)]
[New Thread -1256416336 (LWP 8757)]
[New Thread -1248027728 (LWP 8751)]
[New Thread -1239639120 (LWP 8750)]
0xb7421071 in __waitpid_nocancel () from /lib/tls/libpthread.so.0

Thread 1 (Thread -1232414496 (LWP 8707))

  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 870
  • #2 <signal handler called>
  • #3 html_tokenizer_end
    at htmltokenizer.c line 1366
  • #4 html_engine_stream_end
    at htmlengine.c line 4721
  • #5 gtk_html_stream_close
    at gtkhtml-stream.c line 137
  • #6 emhs_sync_close
    at em-html-stream.c line 140
  • #7 emcs_gui_received
    at em-sync-stream.c line 164
  • #8 g_io_unix_dispatch
    at giounix.c line 162
  • #9 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #10 g_main_context_iterate
    at gmain.c line 2677
  • #11 IA__g_main_loop_run
    at gmain.c line 2881
  • #12 bonobo_main
    at bonobo-main.c line 311
  • #13 main
    at main.c line 615
  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0

Comment 1 Pedro Villavicencio 2008-08-12 12:13:48 UTC
There's also an Ubuntu bug with a similar crash here: https://bugs.edge.launchpad.net/ubuntu/+source/gtkhtml3.14/+bug/256493
Comment 2 Akhil Laddha 2009-01-28 05:46:21 UTC
*** Bug 440315 has been marked as a duplicate of this bug. ***
Comment 3 Akhil Laddha 2009-01-28 05:47:39 UTC
see bug 440315 for more info
Comment 4 Milan Crha 2009-01-28 12:56:58 UTC
It seems like efh_format has been rescheduled and underlying GtkHML gone meanwhile, or maybe even without reschedule. Hard to say without some raw steps at the moment. Say quickly changing between HTML messages with/without images?
Comment 5 Milan Crha 2010-01-13 11:05:13 UTC
Downstream bug report about the same on 2.29.4:
https://bugzilla.redhat.com/show_bug.cgi?id=551340

With this comment:
The crash happened some time after startup of evolution. This was the
first startup of evolution after I updated to rawhide from F-12. I had my inbox
selected (imap) and was syncing folders with the server. At the same time the
Message Preview window was open and was attempting to format the first visible
message.

and actual trace:

Thread 1 (Thread 2345)

  • #0 html_tokenizer_end
    at htmltokenizer.c line 1496
  • #1 html_engine_stream_end
    at htmlengine.c line 4984
  • #2 gtk_html_stream_close
    at gtkhtml-stream.c line 137
  • #3 emhs_sync_close
    at em-html-stream.c line 99
  • #4 emss_process_message
    at em-sync-stream.c line 87
  • #5 g_main_dispatch
    at gmain.c line 1960
  • #6 IA__g_main_context_dispatch
    at gmain.c line 2513
  • #7 g_main_context_iterate
    at gmain.c line 2591
  • #8 IA__g_main_loop_run
    at gmain.c line 2799
  • #9 IA__gtk_main
    at gtkmain.c line 1219
  • #10 main
    at main.c line 593

Comment 6 Milan Crha 2011-09-16 11:06:44 UTC
This seems to me closely related to bug #314558, thus I'm marking it as a duplicate.

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