Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: frithjofh on August 14, 2012, 09:33:07 pm
-
Hi everybody,
I recently compiled c::b from svn ver. 8234 and all is fine and works. I made a clean check-out with bootstrap, configure, make and make install.
On shutting down c::b it disappears all right, but there still remains a process named codeblocks which I have to kill manually. I tried starting c::b in safe-mode and it starts and shuts down as it should, not leaving any residues process. I then tried to enable the plugins one by one to find out if the source of the problem could be there.
When I enable the FileManager plugin in safe-mode it enables alright, if I then disable this plugin c::b hangs an d I have to kill it. If I just shut down c::b out of safe-mode with this plugin enabled, I get the aforementioned behavior leaving a zombie codeblocks process.
I run c::b on an AMD FX-4100 and SuSE 12.1.
Is this some kind of bug or am I missing something?
Regards
frithjofh
-
PS: I tried this with every plugin, but only FileManager gives me this problem. And: my OS is 64bit.
-
I thought we fixed this a long time ago.
See the log here: http://svn.berlios.de/wsvn/codeblocks/trunk/src/plugins/contrib/FileManager/directorymonitor.cpp?op=log&
Are you sure that you are not somehow using/compiling an older version of the plugin? (Just thought I would check as I don't have the same problems on my Ubuntu system)
-
No such issues on my fedora 64-bit either.
-
OK
@dmoore: thanks for the link and the hint to look for gamin. I had all necessary packages installed to compile c::b, but to run it I obviously needed the gamin-server too. At least, after installing it the problem does not occur anymore.
Thanks for the help and attention all of you...