Hi felllow KDE developers,
I'm playing around with Kross and KJSEmbed to make a Scripting frontend for
Bangarang(
http://bangarangkde.wordpress.com).
I'm getting crashes when I trigger() my Kross::Action more than once even though I reinitialize the Kross::Action object each time.
As it looks to me this is some sort of a race condition happening below my notice. After triggering it also doesnt finalize correctly.
I'm running Debian Squeeze(Testing) at the moment which is at KDE4.3 at the moment. KDE 4.4 is not yet in Debian squeeze.
I will report back if needed when 4.4 is in Debian.
I simply tried to run this code:
println();
But on th console I got a dump of a lot of library symbols and a bugtrace.
Both are attached in the bug.txt.
How I run the code is in the scriptconsole.cpp and scriptconsole.h attached
aswell.
Can you tell me if this is a fault of my poor coding skills or something
below. And if I did it wrong what is it that I did wrong?
Sincerely,
Andreas Marschke.