User forums > Help

MacOSX: CB crashes at Settings/Compiler and debugger

<< < (2/6) > >>

bnilsson:

After 'make clean' and rebuild including bootstrap and configure, the problem persists.
And no codeblocks.rpt cound be found at ~/bin or in the application bundle ~/Applications/CodeBlocks.app/Contents/MacOS.

It is intriguing that I need to copy share/codeblocks/profile.zip to share/codeblocks/CBProfile.zip to get rid of the startup error message.
Some fix for lib_finder.zip and profile.zip was completed today in rev 3126, could there be some leftovers from that work?
And could this have anything to do with the crash?

Pecan:
Try running CB under GDB. Modify a run.sh to execute from the Terminal.
Something like:

--- Code: ---# ! / bin / sh <== take blanks out of this line

APP_DIR=/Users/pecan/devel/mac/trunk/src/devel
export LD_LIBRARY_PATH=$APP_DIR:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$APP_DIR:$LD_LIBRARY_PATH
CODEBLOCKS_DATA_DIR=`pwd`
export CODEBLOCKS_DATA_DIR
gdb  $APP_DIR/codeblocks 

--- End code ---

When you get the crash, type "backtrace full"
and post the results.

_teo_:

--- Quote from: bnilsson on October 22, 2006, 09:41:14 pm ---Now CB says at startup: "The file CBProfiler.zip could not be found. Please check your installation."

It still crashes at Settings/Compiler and debugger.

--- End quote ---

I second that on Ubuntu 6.06; wxGTK 2.6.3 (PL2); C::B rev. 3126

bnilsson:

--- Quote ---I second that on Ubuntu 6.06; wxGTK 2.6.3 (PL2); C::B rev. 3126
--- End quote ---

Settings/Compiler... Crash also?

_teo_:

--- Quote from: bnilsson on October 23, 2006, 06:06:59 pm ---Settings/Compiler... Crash also?

--- End quote ---
Yes, I get a message: "XRC resource 'dlgCBProfilerConfig' (class 'wxPanel') not found!"

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version