RFB: caught MessageNotUnderstood: Float>>bitShift:
Anyone has an idea why RFB would try sending #bitShift: to a float? This crashes the 2 VNC viewer I've tried. This happens when moving a window in Pharo through the VNC client. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Doing arithmetic with bitShift is a bad idea in general. It's intention obscuring and bound to knowledge of low level representation... 2014-07-17 16:53 GMT+02:00 Damien Cassou <damien.cassou@gmail.com>:
Anyone has an idea why RFB would try sending #bitShift: to a float?
This crashes the 2 VNC viewer I've tried. This happens when moving a window in Pharo through the VNC client.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
I don't think anyone is able to answer your question without a stack trace. Levente On Thu, 17 Jul 2014, Damien Cassou wrote:
Anyone has an idea why RFB would try sending #bitShift: to a float?
This crashes the 2 VNC viewer I've tried. This happens when moving a window in Pharo through the VNC client.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (3)
-
Damien Cassou -
Levente Uzonyi -
Nicolas Cellier