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 270083 - Evolution crashes when checking mail attachments
Evolution crashes when checking mail attachments
Status: VERIFIED INCOMPLETE
Product: GtkHtml
Classification: Other
Component: Editing
unspecified
Other All
: Normal critical
: ---
Assigned To: mengjie yu
Evolution QA team
Depends on:
Blocks: 271192
 
 
Reported: 2004-12-01 12:11 UTC by mengjie yu
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch one for the gtkhtml/src part (1.50 KB, patch)
2005-01-19 09:04 UTC, mengjie yu
none Details | Review
patch two for gtkhtml/a11y part (4.65 KB, patch)
2005-01-19 09:05 UTC, mengjie yu
none Details | Review

Description mengjie yu 2004-12-01 12:11:03 UTC
Steps to reproduce:
1. Launch Evolution and GOK.
2. Creat a new meeting, invite yourself to be an attendee.
3. Send the meeting invitation.
4. Receive the meeting invitation.
5. Select this invitation, press UI Grab in GOK.
6. Select HTML Container->go forward, or select HTML Container->go down.

Expected result:
Meeting invitation should be opened or hiden after these actions.

Actual result:
Evolution crashes.


How often does this happen? 
always

Additional Information:
The meeting is actually rendered by gtkhtml widget. When the go down button
pressed, the html is refreshed. But we don't handle the signal at this
time. So GOK ref to some outdated atk object. So manipulate these objects
will cause crash.


I will give out a patch soon.
Comment 1 Gerardo Marin 2004-12-01 23:08:30 UTC
Without a backtrace there's very little we can do to pinpoint the problem.
If you can reproduce this in a consistent basis, please visit
http://support.ximian.com/q?65

and attach the trace in a new report.
Comment 2 mengjie yu 2005-01-19 09:04:06 UTC
Created attachment 44593 [details] [review]
patch one for the gtkhtml/src part
Comment 3 mengjie yu 2005-01-19 09:05:10 UTC
Created attachment 44594 [details] [review]
patch two for gtkhtml/a11y part
Comment 4 mengjie yu 2005-01-26 08:53:56 UTC
Fixed in CVS Head.