User forums > Using Code::Blocks

how to get rid of contribs enabled ???

<< < (2/6) > >>

Urxae:
Did you try removing the respective shared libs from the plugins folder? They may not be rebuilt, just be left over from before.
make clean should also have worked (but probably not after a ./configure without --enable-contrib parameter)

tiwag:

--- Quote from: Urxae on January 10, 2006, 06:56:06 pm ---Did you try removing the respective shared libs from the plugins folder? They may not be rebuilt, just be left over from before.
make clean should also have worked (but probably not after a ./configure without --enable-contrib parameter)

--- End quote ---
i first tried with
make clean
sudo make uninstall

but then some libs were still left on the harddisk,

then i cleaned everything by hand in /usr/local/...
deleted my trunk directory and did a fresh svn checkout

then after
./bootstrap
./configure

the /src/plugins/contrib/Makefile and /src/plugins/contrib/Makefile.in and
their companions in the contribs subdirectories were generated too - so i was suspicious.

after
make
sudo make install

i found, that C::B was built without the contrib plugins.  :)

BUT - the  crashes are the same as before,  :(
attached is, what the Debug report "codeblocks" has generated ...

[attachment deleted by admin]

tiwag:
now i ran C::B with gdb,

attached are the backtraces for

1.) just run CodeBlocks and exit by File->Quit
2.) run C::B, open a project and say File->Close Project

any ideas ??

[attachment deleted by admin]

Der Meister:

--- Quote from: tiwag on January 10, 2006, 06:54:04 pm ---
--- Quote from: thomas on January 10, 2006, 06:48:44 pm ---Are you using the very latest builds? A crash-on-close bug in EditorManager was fixed only 2 days ago.

--- End quote ---
svn 1701 - its VERY recent  :D

i have these ominous chrashes since the introduction of wxaui

--- End quote ---
I can confirm that, I have these crashes, too.


--- Quote from: tiwag ---1.) just run CodeBlocks and exit by File->Quit
2.) run C::B, open a project and say File->Close Project

--- End quote ---
The backtrace for the first test is exactly what I get. I didn't test the second one, but I would guess its the same result as you got.

Anyway, did the crash still occur if you modified your layout (so that Code::Blacks askes you if it should save the changes)?

thomas:
wxApp::Yield() seems to appear quite a lot... let's hope this isn't a recursive Yield crash?  :?

Have you tried disabling code completion? It is the only one still using unsafe Yields.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version