Bug #16797 2010-02-03 11:22
folco
Crash when browsing File (Open an existing Project)
System : Fedora 12 x86_64. System up-to-date.
C::B version : SVN 6130
I have installed C::B 8.02 (packaged in Fedora repositories).
Then I got the source from the svn (revision 6130).
I have opened the Codeblocks-unix.cbp, and I compiled it with the -O2 option (the only switch I have set).
I havn't got any error.
I have copied ../src/devel/* in /usr/bin/, /usr/lib64/ and /usr/share/.
Now when I run C::B v6130, I get the start page as usual. I select "Open an existing project". But when browsing files, Codeblocks hangs, and KDE4 freeze totally (I can't run xkill (C-M-Esc), I can't kill X (C-M-Backspace)). I have to do a hard reset.
With another Fedora 12 64 bits installation and using C::B svn 6088, I don't get this issue.
- Category
- Application::Crash
- Group
- Status
- Closed
- Close date
- 2010-04-27 06:39
- Assigned to
- jenslody
History
Please try the automake-system.
./bootstrap
./configure --prefix=/usr --with-contrib-plugins=all
make
make install
If you compile C::B with C::B please start it with "<path-to>/output/run.sh" after running the update-script.
Otherwise C::B will most likely pick up incorrect libraries !!
Sorry, my compilation was bad indeed... Really sorry, I think you can close the bug, it doesn't happen any more when compiling in the way you said.
Thank you, and sorry again...
No proble.
I close it now.