Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dk on September 22, 2009, 04:23:12 pm

Title: Crash on KDE4 with enabled desktop effects when moving panes
Post by: dk on September 22, 2009, 04:23:12 pm
Hello!

I've found a very annoying bug in the Code::Blocks, it is always crashes, when moving panes (such as "Management") to the docking position.

After a lot of investigation (see here (http://forums.codeblocks.org/index.php/topic,10406.msg71740.html#msg71740) and here (http://forums.codeblocks.org/index.php/topic,10406.msg72109.html#msg72109)) I've found a final reason: Code::blocks crashes when running under KDE-4 with enabled desktop effects.

Bug is reproducible at my system (ALT Linux + C::B nightly) and at Kubuntu 9.04 + C::B 8.02 from Ubuntu universe repository.

I think, this bug is on all modern systems with KDE-4.

Bug report: http://developer.berlios.de/bugs/?func=detailbug&bug_id=16296&group_id=5358
Title: Re: Crash on KDE4 with enabled desktop effects when moving panes
Post by: killerbot on September 22, 2009, 04:37:14 pm
I have had similar experiences.

Sometimes editors become unlinked (that is 2 editor screens) (some mouse/keyboard combinations not willingly executed caused this). Then I try to drag them all together, and yes also ALWAYS crash.
Title: Re: Crash on KDE4 with enabled desktop effects when moving panes
Post by: MortenMacFly on September 22, 2009, 05:25:39 pm
I've found a very annoying bug in the Code::Blocks, it is always crashes, when moving panes (such as "Management") to the docking position.
Could you please try with a nightly? Because the "docking engine" is kind of completely new since we move to wxAUI completely.
Title: Re: Crash on KDE4 with enabled desktop effects when moving panes
Post by: dk on September 22, 2009, 08:05:25 pm
I've found a very annoying bug in the Code::Blocks, it is always crashes, when moving panes (such as "Management") to the docking position.

I am using nightly builds on my linux distribution (ALT Linux 5.0), and there are crashes.

I've tested ubuntu and C::B 8.02 to be sure, that it isn't distro-specific bug.
Title: Re: Crash on KDE4 with enabled desktop effects when moving panes
Post by: Jenna on September 23, 2009, 04:16:29 pm
I just installed kde4 on my development system.

I can confirm this crash, but only if composite is enabled.

It's really hard to track down, because if the crash occurs, the program ends and no backtrace is available, if I run the program with --sync, I am not able to make it crash.

It's most likely a wxWidgets or xorg bug and not a C::B bug, but unless we see where it really crashes it will be nearly impossible to solve.