Servoy 4.1.0RC1 Crashes

Hi all

I am having a real problem with reliability in Servoy 4.1 RC1. In the past few days it has been crashing and messing up methods while it does it. I have just now, in trying to debug a method, gone to the debug menu (under Develop, I believe) and it has hung. I have a spinning wheel and have no option but to force quit. Doing this is what has caused methods to go all over the place in the past. Is anyone else having the same experiences or am I doing something specifically wrong??

My dev machine is a MacBook Pro running Java 1.6 and 10.5.5. Never had problems with Servoy 4 until the later 4.1.0 betas / RC.

Thanks

Bevil

weird that you get issues in the later 4.1 cycle, because looking at the mac we just fixed a lot of stuff specially for the mac in those releases…

How are you methods screwed up when a hang happens? Because that really shouldnt happen, because those are just javascript files on disk (so if you check those files after you killed serclipse are those then really screwed up when viewed in another text editor?)

The best thing for us to have if you have a hang like that is to have a stack dump of your threads, i dont know exactly how you do that under macosx but i guess you should do something like the do under the linux/unix systems and that is kill -QUIT PID and then you should see a stack dump in your console.