Mac OS X CodeLite Crashes on Workspace Close

CodeLite installation/troubleshooting forum
Dan34567
CodeLite Curious
Posts: 7
Joined: Sat Feb 14, 2015 1:52 am
Genuine User: Yes
IDE Question: C++
Contact:

Mac OS X CodeLite Crashes on Workspace Close

Post by Dan34567 »

I am using CodeLite V 7.0 on Mac OS X 10.10.2. When I close the workspace, CodeLite crashes with this in the debug code from mac os x:

Code: Select all

Process:               codelite [34267]
Path:                  /Applications/codelite.app/Contents/MacOS/codelite
Identifier:            codelite
Version:               CodeLite version 1.0 (CodeLite version 1.0)
Code Type:             X86-64 (Native)
Parent Process:        codelite [34093]
Responsible:           codelite [34093]
User ID:               501

Date/Time:             2015-02-16 13:49:17.972 -0600
OS Version:            Mac OS X 10.10.2 (14C109)
Report Version:        11
Anonymous UUID:        EE22C76E-17BA-7E75-E818-63F7C153795E

Sleep/Wake UUID:       71496D3E-7A4C-4117-A433-A2EC87DF3786

Time Awake Since Boot: 1200000 seconds
Time Since Wake:       280000 seconds

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000108ee8fd7

VM Regions Near 0x108ee8fd7:
    Stack                  0000000108e5f000-0000000108ee1000 [  520K] rw-/rwx SM=COW  
--> 
    mapped file            0000000108f05000-0000000109263000 [ 3448K] r--/rwx SM=COW  /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car

Application Specific Information:
*** multi-threaded process forked ***
crashed on child side of fork pre-exec
Is the version identifier wrong in the executable since it is reported as Version 1.0? Is this a known error?

Thanks,
Dan
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mac OS X CodeLite Crashes on Workspace Close

Post by eranif »

Is this consistent?
I don't see these errors on my Mac, I am using OSX 10.8
What is your OS version?

Eran
Make sure you have read the HOW TO POST thread
Dan34567
CodeLite Curious
Posts: 7
Joined: Sat Feb 14, 2015 1:52 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mac OS X CodeLite Crashes on Workspace Close

Post by Dan34567 »

I am using LLVM 3.5 and Mac OS X 10.10.2 Yosemite. It is consistent using a simple Hello World program.

Hardware Overview:

Model Name: MacBook Pro
Model Identifier: MacBookPro11,1
Processor Name: Intel Core i5
Processor Speed: 2.4 GHz
Number of Processors: 1
Total Number of Cores: 2
L2 Cache (per Core): 256 KB
L3 Cache: 3 MB
Memory: 8 GB
Boot ROM Version: MBP111.0138.B14
SMC Version (system): 2.16f68
Dan34567
CodeLite Curious
Posts: 7
Joined: Sat Feb 14, 2015 1:52 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mac OS X CodeLite Crashes on Workspace Close

Post by Dan34567 »

Why does Mac OS X debug info list the version as V1.0? Shouldn't it state V7.0?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mac OS X CodeLite Crashes on Workspace Close

Post by eranif »

Dan34567 wrote:Why does Mac OS X debug info list the version as V1.0? Shouldn't it state V7.0?
Yes, its a bug in my template file - I will fix this
Eran
Make sure you have read the HOW TO POST thread
Dan34567
CodeLite Curious
Posts: 7
Joined: Sat Feb 14, 2015 1:52 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mac OS X CodeLite Crashes on Workspace Close

Post by Dan34567 »

Do you need any more debug info for the Close Workspace crash? The application stays open but Mac thinks it crashed.
jarvis
CodeLite Curious
Posts: 5
Joined: Wed Mar 04, 2015 11:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Mac OS X CodeLite Crashes on Workspace Close

Post by jarvis »

I'm not sure if this is relevant or not, but I was running into a similar problem on Linux. It wasn't a crash, but the IDE would hang on shutdown, forcing me to manually terminate the process. Eventually I realized it was waiting on wget, which is used to check for version updates. I could also manually kill the wget process and then the IDE would gracefully shutdown. I disabled this option in Settings > Global Editor > Misc and the problem went away. I might have been impatient, perhaps if wget can't successfully connect it would timeout eventually, but once it was stuck it appeared to stay stuck. Hope this helps.
Post Reply