Page 1 of 1

Crash on startup (4.0.5589, Mac OSX 10.7.4)

Posted: Thu Jun 07, 2012 11:07 pm
by Morkel
The latest version always crashes at startup on my MacBook Pro.
To quote the problem report:

Code: Select all

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation      	0x974d7826 CFRetain + 22
1   com.apple.CoreFoundation      	0x97548733 CFSocketInvalidate + 51
2   libwx_osx_cocoau-2.9.4.0.0.dylib	0x01198bd2 (anonymous namespace)::wxSocketImplMac::DoClose() + 130
3   libwx_osx_cocoau-2.9.4.0.0.dylib	0x011903e8 wxSocketImpl::Close() + 24
4   libwx_osx_cocoau-2.9.4.0.0.dylib	0x0119859f wxSocketImplUnix::OnReadWaiting() + 63
5   libwx_osx_cocoau-2.9.4.0.0.dylib	0x01198c68 (anonymous namespace)::wxSocketImplMac::SocketCallback(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 88
6   com.apple.CoreFoundation      	0x97533b2b __CFSocketPerformV0 + 1163
7   com.apple.CoreFoundation      	0x974e713f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
8   com.apple.CoreFoundation      	0x974e6af6 __CFRunLoopDoSources0 + 246
9   com.apple.CoreFoundation      	0x975109c8 __CFRunLoopRun + 1112
10  com.apple.CoreFoundation      	0x975101dc CFRunLoopRunSpecific + 332
11  com.apple.CoreFoundation      	0x97510088 CFRunLoopRunInMode + 120
12  com.apple.HIToolbox           	0x902f2723 RunCurrentEventLoopInMode + 318
13  com.apple.HIToolbox           	0x902f9a8b ReceiveNextEventCommon + 381
14  com.apple.HIToolbox           	0x902f98fa BlockUntilNextEventMatchingListInMode + 88
15  com.apple.AppKit              	0x9270c0d8 _DPSNextEvent + 678
16  com.apple.AppKit              	0x9270b942 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
17  com.apple.AppKit              	0x92707cb1 -[NSApplication run] + 911
18  libwx_osx_cocoau-2.9.4.0.0.dylib	0x0125bcba wxGUIEventLoop::DoRun() + 58
19  libwx_osx_cocoau-2.9.4.0.0.dylib	0x01137954 wxCFEventLoop::Run() + 52
20  libwx_osx_cocoau-2.9.4.0.0.dylib	0x0101d770 wxAppConsoleBase::MainLoop() + 64
21  libwx_osx_cocoau-2.9.4.0.0.dylib	0x011eb272 wxApp::OnRun() + 34
22  libwx_osx_cocoau-2.9.4.0.0.dylib	0x0109e33a wxEntry(int&, wchar_t**) + 154
23  codelite                      	0x00030378 main + 24
24  codelite                      	0x00008406 start + 54
I was able to track down the problem further: If I disable "Check for new version at startup", Codelite starts normally.

Thanks for your attention and a wonderful program!
Fredo

Re: Crash on startup (4.0.5589, Mac OSX 10.7.4)

Posted: Sat Jun 09, 2012 7:33 pm
by eranif
Morkel wrote:I was able to track down the problem further: If I disable "Check for new version at startup", Codelite starts normally.
Ah! good catch :)

I also got it crashing while ago and I disabled the 'new version check' on my Mac... this is why this one slipped my fingers :D

I am pretty sure that it started since I moved to wxOSX_COCOA from wxOSX_CARBON

Eran