[Gambas-user] Elusive Gambas3 crashing bug
Jussi Lahtinen
jussi.lahtinen at ...626...
Fri Nov 12 16:18:29 CET 2010
> I will look at the log, but I don't understand what you did *exactly* to
> get
> the crash.
>
That is why I wrote "elusive"... I can't figure out what exactly causes this
crash.
But copy&paste this to IDE console;
? bin(rol(1073741784+ shl(9,2) + shr(24,3),X ),32)
Then replace X with some random number and hit enter, example:
? bin(rol(1073741784+ shl(9,2) + shr(24,3),2 ),32)
Normally you get;
11111111111111111111111111111100
But sometimes you get crash.
More usually crash occurs when you repeat this many times, and then click on
editor.
This is as far as I can isolated this problem right now.
Jussi
More information about the User
mailing list