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 59764 - Fatal error! Could not reopen mailbox!
Fatal error! Could not reopen mailbox!
Status: VERIFIED FIXED
Product: balsa
Classification: Other
Component: general
1.2.x
Other Linux
: Normal normal
: ---
Assigned To: Balsa Maintainers
Balsa Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-08-30 01:50 UTC by PeterBloomfield
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description PeterBloomfield 2001-08-30 01:50:00 UTC
I'm getting this in the Information window, from mbox_sync_mailbox, when
checking mail with mail to be downloaded from a POP3 server. Couldn't get
bug-buddy to produce a stack trace, but gdb gave this:

  • #0 mbox_sync_mailbox
    at mbox.c line 703
  • #1 sync_mailbox
    at mx.c line 766
  • #2 mx_close_mailbox
    at mx.c line 974
  • #3 libbalsa_mailbox_real_close
    at mailbox.c line 489
  • #4 gtk_marshal_NONE__NONE
    at gtkmarshal.c line 312
  • #5 gtk_signal_real_emit
    at gtksignal.c line 1492
  • #6 gtk_signal_emit
    at gtksignal.c line 552
  • #7 libbalsa_mailbox_close
    at mailbox.c line 365
  • #8 libbalsa_mailbox_pop3_check
    at mailbox_pop3.c line 311
  • #9 gtk_marshal_NONE__NONE
    at gtkmarshal.c line 312
  • #10 gtk_signal_real_emit
    at gtksignal.c line 1492
  • #11 gtk_signal_emit
    at gtksignal.c line 552

The problem is that ctx->path is null, but I can't figure out why tonight!

Peter
Comment 1 Carlos Morgado 2001-08-31 09:42:45 UTC
I think this is related (once again) to imap servers forcing logout
and we not noticing. Then it gets into a weird state :\
Comment 2 Carlos Morgado 2001-09-01 12:40:15 UTC
You're fetching pop3 to an imap mailbox ? Are you getting leftover
/tmp/pop* files with messages ?
Comment 3 Carlos Morgado 2001-09-01 12:55:58 UTC
Could it be caused by closing an unlinked mailbox ? 
In mailbox_pop3.c, try to remove the unlink() calls (or move
mailbox_close to before them)
Comment 4 Pawel Salek 2001-09-06 09:02:56 UTC
The Melanie Thielker's patch is in CVS. This should hopefully fix the
problem. Confirmation would be appreciated.
Comment 5 Pawel Salek 2001-09-24 20:00:11 UTC
No further problems of this sort are known. I mark the problem as
resolved.
Comment 6 Pawel Salek 2001-11-01 21:33:42 UTC
balsa-1.2.2 released, closing the report.