Author Topic: CodeBlocks crash clicking on Splash  (Read 4616 times)

GreyGhost

  • Guest
CodeBlocks crash clicking on Splash
« on: August 31, 2007, 08:35:17 am »
SVN: r4415
Sefault when you click on the splash while starting .. works fine if you don't click on the splash ...
Self built ..
wxgtk 2.8.4

GDB backtrace

Code
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1235835184 (LWP 32091)]
0x00000072 in ?? ()
(gdb) bt
#0  0x00000072 in ?? ()
#1  0x0806e311 in CodeBlocksApp::OnInit (this=0x8125048) at app.cpp:196
#2  0x0806ef71 in wxAppConsole::CallOnInit (this=0x8125048)
    at /usr/local/include/wx-2.8/wx/app.h:76
#3  0xb6ccf4c0 in wxEntry () from /usr/local/lib/libwx_gtk2u-2.8.so.0
#4  0xb6ccf597 in wxEntry () from /usr/local/lib/libwx_gtk2u-2.8.so.0
#5  0x08069c00 in main (argc=Cannot access memory at address 0x0
) at app.cpp:205

Offline Tjaalie

  • Multiple posting newcomer
  • *
  • Posts: 40
Re: CodeBlocks crash clicking on Splash
« Reply #1 on: August 31, 2007, 03:50:49 pm »
I don't have this problem in windows.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: CodeBlocks crash clicking on Splash
« Reply #2 on: August 31, 2007, 04:15:54 pm »
Confirmed and Fixed in revision 4418. Thanks for the feedback. :)
Be a part of the solution, not a part of the problem.

GreyGhost

  • Guest
Re: CodeBlocks crash clicking on Splash
« Reply #3 on: August 31, 2007, 07:10:25 pm »
Thanks ,.. my pleasure :)
yeah forgot to mention that it was Ubuntu 7.04
« Last Edit: August 31, 2007, 07:12:18 pm by GreyGhost »