Re: [Evolution] More evolution mail bugs



Could someone from Helixcode please acknowledge whether these bugs are
reproducible/known?  I'll add some more comments below.

Dan Hensley wrote:

I'm just now attempting to use Evolution, and I've already run into at
least one showstopper.  I can't remember if anyone else has mentioned
these already, so I'll go ahead and bring them up:

* Under Settings, Mail Configuration, Identities, I am trying to set up
an identity (the first one).  I enter my name and e-mail address and
organization in the Add form, but the Ok button never activates.  So I
can't set up any identities.

This seems to be the same as not being able to hit the 'next' button
when
trying to set up an account.

* I am trying to configure an IMAPv4 mail source.  I enter the server
name and username and hit Test Settings, and the mail component
crashes.  Here is the output:

Bonobo-WARNING **: Exception executing verb 'SetMailConfig' on
'evolution-mail-component-0.6-18433-0'

This crash happens whether I pick IMAPv4 or POP as my mail source.  If I
pick local mailbox, and try Test Settings, it returns with a success
message, whether I not I entered a valid file or anything at all.
 Shouldn't Test Settings in this case at least check to see if the file
exists, and possibly that it's a valid file type?

I decided to try to provide a backtrace for the above crash.  Here's how
to reproduce:
1.    Start evolution
2.    Go to Settings, Mail Configuration, Mail Sources, Add
3.    Select IMAPv4, enter mailhost and username
4.    Select Test Settings
5.    See ya, bye

Note that I've tried both IMAPv4 and POP with two different servers.
Here's a backtrace:

*** Message -- FINISH Loading
"file:///home/dhensley/evolution/local/Inbox"
*** Message -- STARTING Rebuilding message view
*** Message -- FINISH Rebuilding message view
*** Message -- STARTING Displaying message UID "1"
*** Message -- FINISH Displaying message UID "1"
*** Message -- STARTING Displaying message UID "1"
*** Message -- FINISH Displaying message UID "1"
*** Message -- STARTING Marking messages in folder "/mbox"
*** Message -- MESSAGE
*** Message -- FORWARD_EVENT 0x807adc8
*** Message -- FINISH Marking messages in folder "/mbox"
*** Message -- STARTING Marking messages in folder "/mbox"
*** Message -- MESSAGE
*** Message -- FORWARD_EVENT 0x807adc8
*** Message -- FINISH Marking messages in folder "/mbox"
*** Message -- STARTING Querying authorization capabilities of "pop:"
*** Message -- FINISH Querying authorization capabilities of "pop:"
*** Message -- STARTING Querying authorization capabilities of "imap:"
*** Message -- FINISH Querying authorization capabilities of "imap:"

Program received signal SIGSEGV, Segmentation fault.
0x408ed5b1 in strchr () from /lib/libc.so.6
(gdb) bt
#0  0x408ed5b1 in strchr () from /lib/libc.so.6
#1  0xbfffdc9c in ?? ()
#2  0x8066c18 in service_acceptable (page=0x825bd90) at
mail-config-gui.c:768
#3  0x8066e32 in service_page_item_test (button=0x82c5728,
page=0x825bd90)
    at mail-config-gui.c:851
#4  0x404b0d67 in gtk_marshal_NONE__NONE (object=0x82c5728,
    func=0x8066e20 <service_page_item_test>, func_data=0x825bd90,
    args=0xbfffddfc) at gtkmarshal.c:312
#5  0x404e0ae8 in gtk_handlers_run (handlers=0x8278a10,
signal=0xbfffdda8,
    object=0x82c5728, params=0xbfffddfc, after=0) at gtksignal.c:1917
#6  0x404dfeff in gtk_signal_real_emit (object=0x82c5728, signal_id=68,
    params=0xbfffddfc) at gtksignal.c:1477
#7  0x404ddef7 in gtk_signal_emit (object=0x82c5728, signal_id=68)
    at gtksignal.c:552
#8  0x4044b020 in gtk_button_clicked (button=0x82c5728) at
gtkbutton.c:338
#9  0x4044c68e in gtk_real_button_released (button=0x82c5728)
    at gtkbutton.c:852
#10 0x404b0d67 in gtk_marshal_NONE__NONE (object=0x82c5728,
    func=0x4044c5e4 <gtk_real_button_released>,
func_data=0x0,args=0xbfffe1ac)
    at gtkmarshal.c:312
#11 0x404dfd8f in gtk_signal_real_emit (object=0x82c5728, signal_id=67,
    params=0xbfffe1ac) at gtksignal.c:1440
#12 0x404ddef7 in gtk_signal_emit (object=0x82c5728, signal_id=67)
    at gtksignal.c:552
#13 0x4044af5d in gtk_button_released (button=0x82c5728) at
gtkbutton.c:329
#14 0x4044bfe8 in gtk_button_button_release
(widget=0x82c5728,event=0x815a654)
    at gtkbutton.c:712
#15 0x404b0953 in gtk_marshal_BOOL__POINTER (object=0x82c5728,
    func=0x4044bf1c <gtk_button_button_release>, func_data=0x0,
    args=0xbfffe56c) at gtkmarshal.c:28
#16 0x404dff3d in gtk_signal_real_emit (object=0x82c5728, signal_id=27,
    params=0xbfffe56c) at gtksignal.c:1492
#17 0x404ddef7 in gtk_signal_emit (object=0x82c5728, signal_id=27)
    at gtksignal.c:552
#18 0x405157ac in gtk_widget_event (widget=0x82c5728, event=0x815a654)
    at gtkwidget.c:2860
#19 0x404b08b5 in gtk_propagate_event (widget=0x82c5728,
event=0x815a654)
    at gtkmain.c:1313
#20 0x404afa7e in gtk_main_do_event (event=0x815a654) at gtkmain.c:770
#21 0x4055f2b0 in gdk_event_dispatch (source_data=0x0,
    current_time=0xbfffe964, user_data=0x0) at gdkevents.c:2129
#22 0x406e3756 in g_main_dispatch (dispatch_time=0xbfffe964)
atgmain.c:656
#23 0x406e3d63 in g_main_iterate (block=1, dispatch=1) at gmain.c:877
#24 0x406e3f0c in g_main_run (loop=0x82a6968) at gmain.c:935
#25 0x404af359 in gtk_main () at gtkmain.c:476
#26 0x4033f4ad in gnome_dialog_run_real (dialog=0x825b2f8,
close_after=1)
    at gnome-dialog.c:663
#27 0x4033f5fd in gnome_dialog_run_and_close (dialog=0x825b2f8)
    at gnome-dialog.c:730
#28 0x8068554 in source_dialog (source=0x0, parent=0x8219c18)
    at mail-config-gui.c:1360
#29 0x8069302 in sources_add_clicked (widget=0x820d208,
dialog=0x82085e0)
    at mail-config-gui.c:1783
#30 0x404b0d67 in gtk_marshal_NONE__NONE (object=0x820d208,
    func=0x80692e8 <sources_add_clicked>, func_data=0x82085e0,
args=0xbfffebec)
    at gtkmarshal.c:312
#31 0x404e0ae8 in gtk_handlers_run (handlers=0x82118a0,
signal=0xbfffeb98,
    object=0x820d208, params=0xbfffebec, after=0) at gtksignal.c:1917
#32 0x404dfeff in gtk_signal_real_emit (object=0x820d208, signal_id=68,
    params=0xbfffebec) at gtksignal.c:1477
#33 0x404ddef7 in gtk_signal_emit (object=0x820d208, signal_id=68)
    at gtksignal.c:552
#34 0x4044b020 in gtk_button_clicked (button=0x820d208) at
gtkbutton.c:338
#35 0x4044c68e in gtk_real_button_released (button=0x820d208)
    at gtkbutton.c:852
#36 0x404b0d67 in gtk_marshal_NONE__NONE (object=0x820d208,
    func=0x4044c5e4 <gtk_real_button_released>,
func_data=0x0,args=0xbfffef9c)
    at gtkmarshal.c:312
#37 0x404dfd8f in gtk_signal_real_emit (object=0x820d208, signal_id=67,
    params=0xbfffef9c) at gtksignal.c:1440
#38 0x404ddef7 in gtk_signal_emit (object=0x820d208, signal_id=67)
    at gtksignal.c:552
#39 0x4044af5d in gtk_button_released (button=0x820d208)
atgtkbutton.c:329
#40 0x4044bfe8 in gtk_button_button_release
(widget=0x820d208,event=0x815a5f8)
    at gtkbutton.c:712
#41 0x404b0953 in gtk_marshal_BOOL__POINTER (object=0x820d208,
    func=0x4044bf1c <gtk_button_button_release>, func_data=0x0,
    args=0xbffff35c) at gtkmarshal.c:28
#42 0x404dff3d in gtk_signal_real_emit (object=0x820d208, signal_id=27,
    params=0xbffff35c) at gtksignal.c:1492
#43 0x404ddef7 in gtk_signal_emit (object=0x820d208, signal_id=27)
    at gtksignal.c:552
#44 0x405157ac in gtk_widget_event (widget=0x820d208, event=0x815a5f8)
    at gtkwidget.c:2860
#45 0x404b08b5 in gtk_propagate_event (widget=0x820d208,
event=0x815a5f8)
    at gtkmain.c:1313
#46 0x404afa7e in gtk_main_do_event (event=0x815a5f8) at gtkmain.c:770
#47 0x4055f2b0 in gdk_event_dispatch (source_data=0x0,
    current_time=0xbffff754, user_data=0x0) at gdkevents.c:2129
#48 0x406e3756 in g_main_dispatch (dispatch_time=0xbffff754) at
gmain.c:656
#49 0x406e3d63 in g_main_iterate (block=1, dispatch=1) at gmain.c:877
#50 0x406e3f0c in g_main_run (loop=0x8111ff8) at gmain.c:935
#51 0x404af359 in gtk_main () at gtkmain.c:476
#52 0x400bde31 in bonobo_main () at bonobo-main.c:271
#53 0x8078edc in main (argc=1, argv=0xbffff874) at main.c:79

Dan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]