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 326395 - Gtkhtml parser crash
Gtkhtml parser crash
Status: RESOLVED DUPLICATE of bug 314558
Product: GtkHtml
Classification: Other
Component: Parsing
3.9.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-01-10 04:10 UTC by Shreyas Srinivasan
Modified: 2006-01-10 04:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Shreyas Srinivasan 2006-01-10 04:10:36 UTC
Ah, so it seems the gtkhtml parser crashed on a message read. 

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000004
0x016d4ed8 in pop_element_by_type (e=0x33b8618, display=DISPLAY_DOCUMENT) at htmlengine.c:1082
1082            l = e->span_stack->list;
(gdb) p *e->span_stack
Cannot access memory at address 0x0
(gdb) bt

Thread 7 (process 8316 thread 0x3503)

  • #0 semaphore_wait_signal_trap
  • #1 pthread_cond_wait
  • #2 e_msgport_wait
    at e-msgport.c line 660
  • #3 thread_dispatch
    at e-msgport.c line 1022
  • #4 _pthread_body

Thread 6 (process 8316 thread 0x2a07)

  • #0 semaphore_wait_signal_trap
  • #1 pthread_cond_wait
  • #2 e_msgport_wait
    at e-msgport.c line 660
  • #3 thread_dispatch
    at e-msgport.c line 1022
  • #4 _pthread_body

Thread 4 (process 8316 thread 0x2703)

  • #0 semaphore_wait_signal_trap
  • #1 pthread_cond_wait
  • #2 e_msgport_wait
    at e-msgport.c line 660
  • #3 thread_dispatch
    at e-msgport.c line 1022
  • #4 _pthread_body

Thread 2 (process 8316 thread 0x1403)

  • #0 semaphore_wait_signal_trap
  • #1 pthread_cond_wait
  • #2 e_msgport_wait
    at e-msgport.c line 660
  • #3 sync_op
    at em-sync-stream.c line 229
  • #4 stream_close
    at em-sync-stream.c line 327
  • #5 camel_stream_close
    at camel-stream.c line 154
  • #6 em_html_stream_finalize
    at em-html-stream.c line 99
  • #7 camel_object_unref
    at camel-object.c line 927
  • #8 efh_format_do
    at em-format-html.c line 1244
  • #9 mail_msg_received
    at mail-mt.c line 570
  • #10 thread_received_msg
    at e-msgport.c line 974
  • #11 thread_dispatch
    at e-msgport.c line 1055
  • #12 _pthread_body

Comment 1 Shreyas Srinivasan 2006-01-10 04:13:59 UTC

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