Author Topic: RC2 crashing during splash screen  (Read 6385 times)

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
RC2 crashing during splash screen
« on: October 27, 2005, 07:27:21 pm »
I compiled the RC2 on Suse 10.0, wxGTK 2.6.1.0 unicode, gcc 4.0.2 with CXXFLAGs and CFLAGS = -O2 no other options.

I deleted the configuration files in the home directory.

Here is what happens:
1. Splash screen appears
2. Compiler detection dialog appears -> gcc is detected -> I click on close
3. splash screen reappears
4. Segmentation fault and bug report dialog appears :(

The main window doesn't appear only splash -> compiler detection -> splash -> bug report -> nothing more

Here is the codeblocks stderr output:
Code
daniel@linux:~> codeblocks
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
addr2line: Warning: 'codeblocks' is not an ordinary file
Abgebrochen

I attached the gdb output with the bugreport in one file (dos format).

What can I do ?

I hope it's no bug in the RC2 !!!

Thank you

Daniel

[attachment deleted by admin]
Nightly builds for openSUSE

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: RC2 crashing during splash screen
« Reply #1 on: October 27, 2005, 08:00:44 pm »
Try deleting ~/.cb_layout.bin
Be patient!
This bug will be fixed soon...

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: RC2 crashing during splash screen
« Reply #2 on: October 27, 2005, 08:44:35 pm »
Thank you, it works now  :D :D :D :D

Wouldn't it be better to move all codeblocks files in the home directory in one directory .codeblocks ?

This would be much easier to backup or delete the settings.

Daniel
Nightly builds for openSUSE

takeshimiya

  • Guest
Re: RC2 crashing during splash screen
« Reply #3 on: October 27, 2005, 09:11:33 pm »
Wouldn't it be better to move all codeblocks files in the home directory in one directory .codeblocks ?

This has been discussed here.

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: RC2 crashing during splash screen
« Reply #4 on: November 06, 2005, 07:22:26 pm »
I get this error everytime I start codeblocks!

I always have to remove .cb_layout.bin before starting codeblocks !?

Anyone knows how to eleminate this error ?
Nightly builds for openSUSE

takeshimiya

  • Guest
Re: RC2 crashing during splash screen
« Reply #5 on: November 07, 2005, 12:31:28 am »
Your C::B is crashing everytime you close it perhaps? Some plugin is malfunctioning?

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: RC2 crashing during splash screen
« Reply #6 on: November 07, 2005, 02:10:36 pm »
Your C::B is crashing everytime you close it perhaps? Some plugin is malfunctioning?
Yes, I took a closer look and there is the message that the profifer plugin couldn't be loaded.
There's no other error and no crash when closing.
Nightly builds for openSUSE