Author Topic: Code blocks 10.05 crashes when changing settings on max os x 10.8.2  (Read 5495 times)

Offline Louis-Philippe

  • Single posting newcomer
  • *
  • Posts: 4
Hi everyone

I recently started working with mac os x and I was hoping to continue using Code::Blocks which I have used on windows and linux. I have just installed the latest version of code blocks but whenever I try to change a setting (for example the font size in the editor) the program crashes and shows the following error report:  

Code
Process:         CodeBlocks [7458]
Path:            /Applications/CodeBlocks.app/Contents/MacOS/CodeBlocks
Identifier:      org.codeblocks.app
Version:         10.05 (6282)
Code Type:       X86 (Native)
Parent Process:  launchd [160]
User ID:         501

Date/Time:       2012-11-14 09:22:28.630 +0100
OS Version:      Mac OS X 10.8.2 (12C60)
Report Version:  10
Sleep/Wake UUID: 7D601B5C-72E9-4934-BC62-A0A111BA1FD0

Interval Since Last Report:          1205 sec
Crashes Since Last Report:           4
Per-App Interval Since Last Report:  908 sec
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      09C0E392-6AE0-3F31-2269-B4E80385E360

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

Exception Type:  EXC_CRASH (SIGILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_c.dylib             0x9092c799 szone_size + 75
1   libsystem_c.dylib             0x9092ac3d free + 70
2   com.apple.QD                   0x92ba7977 StyleClassDestruct(void const*) + 49
3   com.apple.CoreFoundation       0x964afc3a CFRelease + 938
4   com.apple.QD                   0x92ba52cd ATSUDisposeStyle + 26
5   libwx_macu-2.8.0.dylib         0x00714edf wxMacCoreGraphicsFontData::~wxMacCoreGraphicsFontData() + 39
6   libwx_macu-2.8.0.dylib         0x0068f1ea wxObject::UnRef() + 58
7   libwx_macu-2.8.0.dylib         0x0068f20a wxObject::Ref(wxObject const&) + 30
8   libwx_macu-2.8.0.dylib         0x007c49fc wxGraphicsContext::SetFont(wxFont const&, wxColour const&) + 74
9   libwx_macu-2.8.0.dylib         0x007a2775 wxDC::SetFont(wxFont const&) + 157
10  libwx_macu-2.8.0.dylib         0x00702b10 wxWindowDC::wxWindowDC(wxWindow*) + 388
11  libwx_macu-2.8.0.dylib         0x00702d54 wxClientDC::wxClientDC(wxWindow*) + 32
12  libwx_macu-2.8.0.dylib         0x00755d09 wxWindow::GetTextExtent(wxString const&, int*, int*, int*, int*, wxFont const*) const + 79

(This is only a part of the report, if you want I could try to upload the complete report somewhere, but it is quite long.

I have found some similar cases online ( http://stackoverflow.com/questions/8504927/codeblocks-crashed-on-mac, and some others on this forum) which advised me to disable the keybinding plugin.

After doing this I have been able to change some settings but I am no longer able to compile my code (giving error message: No such file or directory in the console), often also resulting in a crash producing a similar error report.

Could someone help me on this issue?

Any help is greatly appreciated.

Regards

Louis-Philippe
« Last Edit: November 14, 2012, 09:43:28 am by Louis-Philippe »