List Info

Thread: assert when deleting IMAP folder




assert when deleting IMAP folder
user name
2006-11-27 16:13:00
ASSERT INFO:
.src/gui/wxMainFrame.cpp(140): assert "folder"
failed in OnOpenHere(): can't open a NULL folder

BACKTRACE:
[1] wxOnAssert(char const*, int, char const*, char const*,
char const*)
[2] wxMainFolderTree::OnOpenHere(MFolder*)
.src/gui/wxMainFrame.cpp:140
[3] wxFolderTree::OnSelectionChange(MFolder*, MFolder*)
.src/gui/wxFolderTree.cpp:938
[4] wxMainFolderTree::OnSelectionChange(MFolder*, MFolder*)
.src/gui/wxMainFrame.cpp:136
[5] wxFolderTreeImpl::OnContextMenu(wxContextMenuEvent&)
.src/gui/wxFolderTree.cpp:2891
[6] wxAppConsole::HandleEvent(wxEvtHandler*, void
(wxEvtHandler:)(wxEvent&am
p;), wxEvent&) cons)
[7]
wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase
const&, wxEvtHandler*, wxEvent&)
[8] wxEventHashTable::HandleEvent(wxEvent&,
wxEvtHandler*)
[9] wxEvtHandler::ProcessEvent(wxEvent&)
[10] wxEvtHandler::ProcessEvent(wxEvent&)
[11] wxScrollHelperEvtHandler::ProcessEvent(wxEvent&)
[12] wxWindow::GTKProcessEvent(wxEvent&) cons)
[13] g_closure_invoke()
[14] g_signal_emit_valist()
[15] g_signal_emit()
[16] gtk_propagate_event()
[17] gtk_main_do_event()
[18] g_main_context_dispatch()
[19] g_main_loop_run()
[20] gtk_main()
[21] wxEventLoop::Run()
[22] wxAppBase::MainLoop()
[23] wxAppBase::OnRun()

Regards,
Nerijus

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mah
ogany-developers
assert when deleting IMAP folder
user name
2006-12-25 19:43:13
On Mon, 27 Nov 2006 18:13:00 +0200 Nerijus Baliunas
<nerijususers.sourceforge.net> wrote:

NB> ASSERT INFO:
NB> .src/gui/wxMainFrame.cpp(140): assert
"folder" failed in OnOpenHere(): can't open a NULL
folder
NB> 
NB> BACKTRACE:
NB> [1] wxOnAssert(char const*, int, char const*, char
const*, char const*)
NB> [2] wxMainFolderTree::OnOpenHere(MFolder*)
.src/gui/wxMainFrame.cpp:140
NB> [3] wxFolderTree::OnSelectionChange(MFolder*,
MFolder*) .src/gui/wxFolderTree.cpp:938
NB> [4] wxMainFolderTree::OnSelectionChange(MFolder*,
MFolder*) .src/gui/wxMainFrame.cpp:136

 Just to be sure: you're using the "open on click"
option, right?
VZ


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mah
ogany-developers
assert when deleting IMAP folder
user name
2006-12-25 19:55:45
On Mon, 25 Dec 2006 20:43:13 +0100 Vadim Zeitlin
<vadimwxwindows.org> wrote:

VZ>  Just to be sure: you're using the "open on
click" option, right?

Yes.

Regards,
Nerijus

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mah
ogany-developers
assert when deleting IMAP folder
user name
2006-12-25 20:05:35
On Mon, 27 Nov 2006 18:13:00 +0200 Nerijus Baliunas
<nerijususers.sourceforge.net> wrote:

NB> ASSERT INFO:
NB> .src/gui/wxMainFrame.cpp(140): assert
"folder" failed in OnOpenHere(): can't open a NULL
folder

 Should be fixed now, thanks,
VZ


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mah
ogany-developers
assert when deleting IMAP folder
user name
2006-12-25 20:31:46
On Mon, 25 Dec 2006 21:05:35 +0100 Vadim Zeitlin
<vadimwxwindows.org> wrote:

VZ>  Should be fixed now, thanks,

Yes, thanks. Another assert when I choose "Browse
subfolders..." and Yes:

ASSERT INFO:
.src/classes/MEvent.cpp(224): assert "0" failed in
Register(): Registering the same handler twice in
MEventManager::Register()

BACKTRACE:
[1] MEventManager::Register(MEventReceiver&, MEventId)
.src/classes/MEvent.cpp:218
[2] ListFolderEventReceiver()
.src/gui/wxSubfoldersDialog.cpp:337
[3] AddAllSubfoldersToTree(MFolder*, ASMailFolder*)
.src/gui/wxSubfoldersDialog.cpp:1429
[4] ShowFolderSubfoldersDialog(MFolder*, wxWindow*)
.src/gui/wxSubfoldersDialog.cpp:1410
[5] wxFolderTree::OnBrowseSubfolders(MFolder*)
.src/gui/wxFolderTree.cpp:989
[6] wxFolderTreeImpl:oBrowseS
ubfolders() .src/gui/wxFolderTree.cpp:2154
[7] wxFolderTreeImpl::ProcessMenuCommand(int)
.src/gui/wxFolderTree.cpp:2965
[8] wxFolderTreeImpl::OnMenuCommand(wxCommandEvent&)
.src/gui/wxFolderTree.cpp:2915
[9] wxAppConsole::HandleEvent(wxEvtHandler*, void
(wxEvtHandler:)(wxEvent&am
p;), wxEvent&) cons)
[10]
wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase
const&, wxEvtHandler*, wxEvent&)
[11] wxEventHashTable::HandleEvent(wxEvent&,
wxEvtHandler*)
[12] wxEvtHandler::ProcessEvent(wxEvent&)
[13] wxEvtHandler::ProcessEvent(wxEvent&)
[14] wxScrollHelperEvtHandler::ProcessEvent(wxEvent&)
[15] wxMenuBase::SendEvent(int, int)

Regards,
Nerijus

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mah
ogany-developers
assert when deleting IMAP folder
user name
2006-12-25 21:41:11
On Mon, 25 Dec 2006 22:31:46 +0200 Nerijus Baliunas
<nerijususers.sourceforge.net> wrote:

NB> Yes, thanks. Another assert when I choose
"Browse subfolders..." and Yes:

 Should be fixed as well (and you can also test for this
from the dialog
you get when you answer "No" too now).

VZ


------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mah
ogany-developers
[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )