Upgraded to 1.4 - CCP now crashes on launch
After using the internal update to upgrade to CCP 1.4 - CCP stopped launching immediately (after update). Crashes with Apple report (attached). I have attempted to remove .plist, Application Support folder, downloaded and installed fresh copy without success.
Suggestions welcome.
- ccp_dump.txt 27.6 KB
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Marco Traverso on 12 Apr, 2010 02:35 PM
The same thing happens here. Crash report attached.
Support Staff 3 Posted by Martin Pilkington on 12 Apr, 2010 11:58 PM
Hi Tom, Marco,
It seems your crashes are caused by two different things. I'm going to be working on CCP 1.4.1 tomorrow so hopefully I'll be able to fix your crashes. It will either be released tomorrow or Wednesday.
Thanks
Martin
Support Staff 4 Posted by Martin Pilkington on 14 Apr, 2010 12:01 AM
These crashes should have been fixed in 1.4.1.
Tom, there might be an issue with installing new textmate bundles from the preferences, I was only able to prevent the crash and not find out the root cause. I've got it to print some stuff to Console.app instead of crashing, so if you're able to check next time you launch CCP and let me know if it prints anything to your Console, I might be able to fix it for 1.4.2.
Thanks
Martin
5 Posted by Tom Ransom on 14 Apr, 2010 12:28 AM
Upgrading 1.4.1 solved the crash on operation. Attached is the console log - it appears that the issues are around WebKit.
Thanks for the prompt response to the bug report.
Support Staff 6 Posted by Martin Pilkington on 14 Apr, 2010 12:34 AM
Yeah, I think that is just some stuff trying to inject itself into CCP and not succeeding, it is the first 2 lines that are important, it is saying it cannot find subversion. Did you happen to install subversion on your system yourself? If so do you know where you installed the binary?
7 Posted by Tom Ransom on 14 Apr, 2010 12:56 AM
Well, that is interesting. A "whereis svn" returns a null answer. But typing "svn info" returns a valid response. My .bash_profile is as follows:
PATH="/opt/subversion/bin:/usr/local/bin:/usr/local/mysql/bin:$PATH:~/bin"
export PATH
export SVN_EDITOR=~/bin/edit.sh
export EDITOR=~/bin/edit.sh
export EC2_HOME=~/bin/ec2-ami-tools-1.3-34544
alias d="ls -alG"
alias propedit="svn propedit svn:externals ."
alias stripsvn="ruby ~/bin/stripsvn.rb"
cdh()
{ cd "
osascript -e 'tell application "Finder"' -e 'set myname to POSIX path of (target of window 1 as alias)' -e 'end tell' 2>/dev/null"} whatsize()
{ du -h . | grep ^[0-9.][0-9.]G
du -h . | grep ^[5-9][0-9][0-9.]M
}
8 Posted by Marco Traverso on 14 Apr, 2010 08:02 AM
I installed CCP 1.4.1 and it stated without crashing. Thank you for the prompt action!
Support Staff 9 Posted by Martin Pilkington on 14 Apr, 2010 11:04 AM
Glad to hear Marco.
Tom, it looks like /opt/subversion/bin is the likely candidate. It seems odd that it is not in /usr/bin as it should be installed by default on Mac OS X since 10.5. I'll look into it and possibly add this other path in a future release.
Thanks
Martin
10 Posted by Tom Ransom on 14 Apr, 2010 02:49 PM
Not that unusual if you needed to upgrade your SVN client before Apple got around to it. These are typical instructions for using the Collabnet package. http://www.redfinsolutions.com/redfin-blog/update-subversion-mac-os-x
If you can find a method to honor the PATH variable - you wouldn't need to search all the possible locations. You can just have the OS tell you where it is and go from there.
Support Staff 11 Posted by Martin Pilkington on 14 Apr, 2010 03:05 PM
Yeah, I'll look into it for a future version though. Bad assumption on my part.
Thanks
Martin
12 Posted by Robert Macey on 16 Apr, 2010 02:25 PM
My version of Code Collector Pro 1.4 worked perfectly. Upgraded to 1.41 today and Code Collector crashes on launch. Re-booted. Re-installed. Still the same problem. I do not use subversion nor do I have any other source mgmt systems installed.
Any ideas? Can I get a copy of 1.40? Where is the actual data for the app?
Thanks
Support Staff 13 Posted by Martin Pilkington on 16 Apr, 2010 02:37 PM
Hi Robert,
You can download 1.4 from www.mcubedsw.com/software/downlaods/codecollectorpro_94.dmg . As for the actual app data, it can be found at ~/Library/Application Support/Code_Collector . I'll answer the question about your crash in your other message.
Thanks
Martin
14 Posted by Nicolas on 02 May, 2010 10:41 AM
HI,
I read the post on how to use drop box to share codes between two computers (my computers) and replaced the sql file in the application support folder and now both 1.4 and 1.41 crash on start.... I have erased the Code_Collector folder but still no luck. Is there a preference somewhere that need to be erased ?
And by the way, this is the link for 1.4 (there was a typo).
http://www.mcubedsw.com/software/downloads/codecollectorpro_94.dmg
best,
Nicolas
Support Staff 15 Posted by Martin Pilkington on 02 May, 2010 11:13 AM
Hi Nicolas,
Try typing this into a terminal window
defaults delete com.mcubedsw.codecollectorpro M3SelectedGroup
That should hopefully fix the problem.
Thanks
Martin
16 Posted by Nicolas on 02 May, 2010 11:27 AM
It works, thanks !
17 Posted by Joe on 08 May, 2010 01:23 AM
Wow that was frustrating I thought I broke something. Martin careful with those updates man!
defaults delete com.mcubedsw.codecollectorpro M3SelectedGroup
That line got me going again. Thanks!
Martin Pilkington closed this discussion on 13 Jul, 2010 01:53 PM.