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 262223 - Evolution crash when compose a html message.
Evolution crash when compose a html message.
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Editing
unspecified
Other All
: Normal critical
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks: 244862
 
 
Reported: 2004-08-01 10:49 UTC by Eric Zhao
Modified: 2004-08-09 06:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.60 KB, patch)
2004-08-01 11:12 UTC, Eric Zhao
none Details | Review

Description Eric Zhao 2004-08-01 10:49:17 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:


Steps to reproduce the problem:
1. start evolution with accessibility enabled.
2. start gnopernicus
3. Compose a HMTL message(with HTML format turned on)
4. Input some words, and make the font to +1.

Actual Results:
evolution crash.

Expected Results:


How often does this happen? 
always.

Additional Information:
Comment 1 Eric Zhao 2004-08-01 10:51:26 UTC
backtrace: 
Program received signal SIGSEGV, Segmentation fault.
0x403c566a in html_a11y_text_get_character_count (text=0x0) at text.c:524
524		return HTML_TEXT (HTML_A11Y_HTML (text))->text_len;
  • #0 html_a11y_text_get_character_count
    at text.c line 524
  • #1 atk_text_get_character_count
    at atktext.c line 658
  • #2 impl__get_characterCount
    at text.c line 361
  • #3 _ORBIT_skel_small_Accessibility_Text__get_characterCount
    at Accessibility-common.c line 2203
  • #4 ORBit_POA_setup_root
    from /usr/lib/libORBit-2.so.0
  • #5 ??
  • #6 ??
  • #7 impl_getCharacterExtents
    at text.c line 350
  • #8 ORBit_recv_buffer_return_sys_exception
    from /usr/lib/libORBit-2.so.0
  • #9 ??
  • #10 ??
  • #11 Accessibility_Text_getBoundedRanges__arginfo
    from /home/eric/evo/run/lib/libspi.so.0
  • #12 ??
  • #13 ??
  • #14 __after_morecore_hook
    from /lib/libc.so.6
  • #15 ??
  • #16 ??
  • #17 free
    from /lib/libc.so.6
  • #18 ??

Comment 2 Eric Zhao 2004-08-01 11:12:02 UTC
Created attachment 44021 [details] [review]
proposed patch
Comment 3 yuedong du 2004-08-09 06:16:11 UTC
fixed in cvs