Bug 476288

Summary: Evolution crashs when asigning a signature to an imap account
Product: [Fedora] Fedora Reporter: Heiko Adams <bugzilla>
Component: evolutionAssignee: Matthew Barnes <mbarnes>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 10CC: mbarnes, mcrha
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: evolution-2.24.2-2.fc10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-14 23:16:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Heiko Adams 2008-12-12 21:01:56 UTC
Description of problem:
When assigning a signature to an imap account, evolution crashs.

Version-Release number of selected component (if applicable):
evolution-2.24.2-1.fc10.i386

How reproducible:
allwas

Steps to Reproduce:
1. Open the preferences of an imap account
2. Assign a signature
3. Save changes
  
Actual results:
evolution crashs

Expected results:
evolution shouldn't crash

Additional info:

Comment 1 Matthew Barnes 2008-12-12 21:26:41 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!

Comment 2 Heiko Adams 2008-12-12 22:46:55 UTC
I've submitted a strack trace via bug-boddy. Bug-boddy told me http://crash.gnome.org/report/index/7493bfd8-c89e-11dd-ad92-0007e9333148?date=2008-12-12-22 as url

Comment 3 Heiko Adams 2008-12-14 21:38:50 UTC
Since the URL returns an 530 error these are the crash-details:

Distribution: Fedora release 10 (Cambridge)
Gnome Release: 2.24.2 2008-11-25 (Red Hat, Inc)
BugBuddy Version: 2.24.2

System: Linux 2.6.27.7-134.fc10.i686 #1 SMP Mon Dec 1 22:42:50 EST 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10503000
Selinux: Enforcing
Accessibility: Disabled
GTK+ Theme: Nodoka
Icon Theme: Fedora

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0



----------- .xsession-errors ---------------------
(evolution:6162): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL' failed
(evolution:6162): GLib-GObject-WARNING **: invalid cast from `GtkButton' to `GtkMisc'
(evolution:6162): Gtk-CRITICAL **: gtk_misc_set_alignment: assertion `GTK_IS_MISC (misc)' failed
(evolution:6162): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL' failed
(evolution:6162): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL' failed
(evolution:6162): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL' failed
(evolution:6162): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(evolution:6162): e-data-server-CRITICAL **: e_account_set_string: assertion `ea != NULL' failed
--------------------------------------------------

Comment 4 Matthew Barnes 2008-12-14 22:19:25 UTC
Thanks, but this information still doesn't contain a stack trace.  Can you try pasting the crash report directly from Bug Buddy?  (crash.gnome.org is rather useless, unfortunately.)

Also please make sure you have debugging information installed before posting the crash report.  (run "debuginfo-install evolution" as root)

Thanks in advance.

Comment 5 Matthew Barnes 2008-12-14 22:21:27 UTC
Also, you might try updating to evolution-2.24.2-2.fc10.

That updated fixed a serious bug that's been causing all kinds of strange side effects.  The crash you're seeing might be one of those side effects.

Comment 6 Heiko Adams 2008-12-14 23:02:19 UTC
Updating to evolution-2.24.2-2.fc10 solved this problem. Thanks for the fast help.

Comment 7 Matthew Barnes 2008-12-14 23:16:39 UTC
Thanks for the update.