[Xfce-bugs] [XFCE 0000093]: Mailchecker configuration dialog crashes panel:

xfce-bugs at xfce.org xfce-bugs at xfce.org
Fri Mar 12 20:39:17 CET 2004


The following bug has been RESOLVED.
=======================================================================
http://bugs.xfce.org/view_bug_page.php?f_id=0000093
=======================================================================
Reporter:                   bwalle
Handler:                    huysmans
=======================================================================
Project:                    XFCE
Bug ID:                     0000093
Category:                   panel
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
=======================================================================
Date Submitted:             2004-01-21 18:12 GMT
Last Modified:              2004-03-12 19:39 GMT
=======================================================================
Summary:                    Mailchecker configuration dialog crashes panel:
Description: 
Do following to reproduce:

1. Mail checker -> Properties
2. Set the focus into the "Mailbox" line edit.
3. Click on the border of the window.

Now, the panel crashes here reproducable. See the stacktrace.
=======================================================================

-----------------------------------------------------------------------
 huysmans - 2004-01-21 18:50 GMT 
-----------------------------------------------------------------------
Right, hmm, strange. I don't see it in CVS HEAD. I'll investigate. Very
strange.

-----------------------------------------------------------------------
 bwalle - 2004-03-08 13:41 GMT 
-----------------------------------------------------------------------
I think I corrected the bug, patch is attached. It would be good if it
would make into 4.0.4.

-----------------------------------------------------------------------
 huysmans - 2004-03-09 21:58 GMT 
-----------------------------------------------------------------------
It seems your patch turns off auto-apply for the mailbox location, but
that's not the root cause, is it? So, I'm reluctant to apply this.

-----------------------------------------------------------------------
 bwalle - 2004-03-12 19:28 GMT 
-----------------------------------------------------------------------
You're absolutely right.

I found the problem: It never was in the normal XFce. It was because of my
patch which executes a mailbox command. To be more precisely, it was the
function
entry_lost_focus which previously had the name mbox_entry_lost_focus. The
function is non-static and entry_lost_focus seems to be used in another
place.
I made the function static and it works.

Maybe that's a problem in HEAD because the patch was applied in HEAD.

Of course, you can close the bug. Sorry for the false alarm.

-----------------------------------------------------------------------
 huysmans - 2004-03-12 19:39 GMT 
-----------------------------------------------------------------------
Thanks for finding it out. In CVS HEAD the function is static already, so
no problem there.



More information about the Xfce-bugs mailing list