Re: [Factor-talk] Listener on Windows - UI Corruption

2016-05-12 Thread Alexander Ilin
Hello! 11.05.2016, 01:22, "John Benediktsson" :Could you open an issue on github with links to the videos for us to track fixing this? I'll do it a little later, busy right now. ---=---Александр  -- Mobile security can

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-05-10 Thread John Benediktsson
Could you open an issue on github with links to the videos for us to track fixing this? It's easier than using the mailing list. Thanks, John. On Tue, May 10, 2016 at 2:50 PM, Alexander Ilin wrote: > Hello! > > The experiments with calling GC gave no useful results: no additional > corruptio

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-05-10 Thread Alexander Ilin
Hello! The experiments with calling GC gave no useful results: no additional corruption was triggered. After working in that same Factor instance for many days and after having its memory grow up to 1.2Gb I saw nothing more than the broken End button. That video was recorded 2 weeks ago, on A

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-05-03 Thread Alexander Ilin
Hello! 30.04.2016, 18:27, "Björn Lindqvist" : >>    How do I go about hunting for that kind of bug in Factor? > > You can never exclude anything, but it seems very unlikely that the GC > would be the problem. The GC copies objects so it is vulnerable to > shadow data bugs. That is, some references

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-04-30 Thread Björn Lindqvist
> Having said all that, I suspect GC to be the source of problems. Did any of > you experience similar issues on other platforms besides Windows? > How do I go about hunting for that kind of bug in Factor? You can never exclude anything, but it seems very unlikely that the GC would be the pro

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-04-28 Thread Alexander Ilin
Hello! 28.04.2016, 19:08, "John Benediktsson" : > What version of Windows are you running? > > Could be an issue with 32-bit factor. Windows 8.1 64-bit, but same issue was in WinXP 32-bit. As seen in the video, Factor v0.98 x86.64. ---=--- Александр ---

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-04-28 Thread John Benediktsson
What version of Windows are you running? Could be an issue with 32-bit factor. > On Apr 28, 2016, at 7:27 AM, Alexander Ilin wrote: > > Here's the relevant part about the End button (the com-end word): > > listener-gadget "toolbar" f { > { f restart-listener } > { T{ key-down f { A+

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-04-28 Thread Alexander Ilin
Here's the relevant part about the End button (the com-end word): listener-gadget "toolbar" f {    { f restart-listener }    { T{ key-down f { A+ } "u" } com-auto-use }    { T{ key-down f { A+ } "k" } clear-output }    { T{ key-down f { A+ } "K" } clear-stack }    { T{ key-down f { C+ } "d" } com-e

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-04-28 Thread Alexander Ilin
Hello! 28.04.2016, 06:52, "John Benediktsson" :That is odd, I've not seen anything like it. The "End" button that shows up doesn't seem like it comes from any of the windows Factor ships with.  Is that something from one of your UI's?  Could it be related to some code you've written?  Either by mis

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-04-27 Thread John Benediktsson
That is odd, I've not seen anything like it. The "End" button that shows up doesn't seem like it comes from any of the windows Factor ships with. Is that something from one of your UI's? Could it be related to some code you've written? Either by mis-using OpenGL, or by exposing a bug that we ha

[Factor-talk] Listener on Windows - UI Corruption

2016-04-26 Thread Alexander Ilin
Hello, you guys! I made a screencast of UI corruption that I regularly see after a long work session in Factor Listener, see video description: https://youtu.be/uqdERZRTJ4Y Have you experienced anything similar, or is it just me? The Factor version, as you can see in the video, is a fai