running with wxGTK2 non unicode

Nerijus Baliunas <[email protected]>
Newsgroups gmane.mail.mahogany.devel
Message-ID <[email protected]>
Hello,

M freezes and starts to consume 100% CPU when global password
prompt should appear after starting. I always get the same backtrace
after interrupting. Any ideas?

Program received signal SIGINT, Interrupt.
[Switching to Thread 16384 (LWP 28685)]
0x408556c6 in malloc_consolidate () from /lib/i686/libc.so.6
(gdb) bt
#0  0x408556c6 in malloc_consolidate () from /lib/i686/libc.so.6
#1  0x4085555f in _int_free () from /lib/i686/libc.so.6
#2  0x4085673f in free () from /lib/i686/libc.so.6
#3  0x4084531a in fclose@@GLIBC_2.1 () from /lib/i686/libc.so.6
#4  0x400368f2 in _nss_files_getpwuid_r () from /lib/libnss_files.so.2
#5  0x40879514 in getpwuid_r@@GLIBC_2.1.2 () from /lib/i686/libc.so.6
#6  0x40878f8f in getpwuid () from /lib/i686/libc.so.6
#7  0x0823b4ac in myusername_full (flags=0x0) at env_unix.c:764
#8  0x08195e19 in MailFolderCC::CClientInit() () at .src/mail/MailFolderCC.cpp:4814
#9  0x081962b3 in MailFolderCCInit() () at .src/mail/MailFolderCC.cpp:4912
#10 0x081a5735 in MFSubSystem::Init() (this=0x8372d98) at MFPrivate.h:162
#11 0x081a22c1 in MailFolder::Init() () at .src/mail/MailFolder.cpp:108
#12 0x081a2340 in GetFolderDriver (folder=0x84efd20)
    at .src/mail/MailFolder.cpp:144
#13 0x081a241e in MailFolder::OpenFolder(MFolder const*, MailFolder::OpenMode, wxFrame*) (folder=0x84efd20, mode=Normal, frame=0x841cd68)
    at .src/mail/MailFolder.cpp:165
#14 0x08112c8c in wxFolderView::OpenFolder(MFolder*, bool) (this=0x84f20d8, 
    folder=0x84efd20, readonly=false) at .src/gui/wxFolderView.cpp:4156
#15 0x08132d17 in wxMainFrame::OpenFolder(MFolder*, bool) (this=0x841cd68, 
    pFolder=0x84efd20, readonly=false) at .src/gui/wxMainFrame.cpp:703
#16 0x080aa990 in MAppBase::ContinueStartup() (this=0x839c23c)
    at .src/classes/MApplication.cpp:284
#17 0x080ab750 in MAppBase::OnStartup() (this=0x839c23c)
    at .src/classes/MApplication.cpp:636
#18 0x0813745f in wxMApp::OnInit() (this=0x839c1d8) at .src/gui/wxMApp.cpp:1005
#19 0x0813be04 in wxAppConsole::CallOnInit() (this=0x839c1d8) at app.h:87
#20 0x405ccea6 in wxEntry(int&, char**) (argc=@0xbffff3d0, argv=0xbffff424)
    at ../wxWindows/src/common/init.cpp:394
#21 0x081362d9 in main (argc=1, argv=0xbffff424) at .src/gui/wxMApp.cpp:342

If I make startup folder non imap one, so that I don't get initial
password prompt, M crashes (almost the same bt):

#0  0x40855681 in malloc_consolidate () from /lib/i686/libc.so.6
#1  0x4085555f in _int_free () from /lib/i686/libc.so.6
#2  0x4085673f in free () from /lib/i686/libc.so.6
#3  0x4084531a in fclose@@GLIBC_2.1 () from /lib/i686/libc.so.6
#4  0x400368f2 in _nss_files_getpwuid_r () from /lib/libnss_files.so.2
#5  0x40879514 in getpwuid_r@@GLIBC_2.1.2 () from /lib/i686/libc.so.6
#6  0x40878f8f in getpwuid () from /lib/i686/libc.so.6
#7  0x0823b4ac in myusername_full (flags=0x0) at env_unix.c:764
#8  0x08195e19 in MailFolderCC::CClientInit() () at .src/mail/MailFolderCC.cpp:4814
#9  0x081962b3 in MailFolderCCInit() () at .src/mail/MailFolderCC.cpp:4912
#10 0x081a5735 in MFSubSystem::Init() (this=0x8372d98) at MFPrivate.h:162
#11 0x081a22c1 in MailFolder::Init() () at .src/mail/MailFolder.cpp:108
#12 0x081a2340 in GetFolderDriver (folder=0x84f0b18)
    at .src/mail/MailFolder.cpp:144
#13 0x081a241e in MailFolder::OpenFolder(MFolder const*, MailFolder::OpenMode, wxFrame*) (folder=0x84f0b18, mode=Normal, frame=0x841cc88)
    at .src/mail/MailFolder.cpp:165
#14 0x08112c8c in wxFolderView::OpenFolder(MFolder*, bool) (this=0x84f2698, 
    folder=0x84f0b18, readonly=false) at .src/gui/wxFolderView.cpp:4156
#15 0x08132d17 in wxMainFrame::OpenFolder(MFolder*, bool) (this=0x841cc88, 
    pFolder=0x84f0b18, readonly=false) at .src/gui/wxMainFrame.cpp:703
#16 0x080aa990 in MAppBase::ContinueStartup() (this=0x839c23c)
    at .src/classes/MApplication.cpp:284
#17 0x080ab750 in MAppBase::OnStartup() (this=0x839c23c)
    at .src/classes/MApplication.cpp:636
#18 0x0813745f in wxMApp::OnInit() (this=0x839c1d8) at .src/gui/wxMApp.cpp:1005
#19 0x0813be04 in wxAppConsole::CallOnInit() (this=0x839c1d8) at app.h:87
#20 0x405ccea6 in wxEntry(int&, char**) (argc=@0xbffff3d0, argv=0xbffff424)
    at ../wxWindows/src/common/init.cpp:394
#21 0x081362d9 in main (argc=1, argv=0xbffff424) at .src/gui/wxMApp.cpp:342


Regards,
Nerijus


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.