Kenny, The 3 workstation that experience the problem are all running Windows 7-64 and they all have the same graphics card. They will swap one the workstation with the problem with another one that doesn't and see what happens. In my case, it happens the majority of the time when the user is not even using the computer and the application is just displaying one of the menus which starts to rapidly flicker. I have experienced this twice while remotely connected via Cisco VNC and RDT.
Javier, Javier Valencia, PE O: 913-829-0888 H: 913-397-9605 C: 913-915-3137 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kenny Camp Sent: Tuesday, February 12, 2013 2:03 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Strange errors Javier, I have been able to make my app go crazy again in 9.1 AND 9.5 compiled version. This time it's a different part number and the number from Friday works fine. It appears that it only happens on Windows 7 32 and 64. I have tried on many computers and XP has never failed. I tried compatibility mode on Windows 7 with no improvement. The DB is on the network. We just tried a Citrix session on Server 2008 R2 and it worked fine. Only Windows 7 fails and it is rare, but now I can replicate it. Tried running it in compatibility mode with same results. Is your issue in Windows 7 only? I am going to take this issue off list and run a couple of more tests and then bundle up a copy and send it to RBTI to see if it does it for them. Below is a description of the problem and my observations. Kenny -------------------------- The display looks like it is trying to paint the form, and fails and tries again. Each of the three different forms pop up for a while, partially drawn and then is replaced with another. This looping behavior has now been going on for 30 minutes, where the normal program display is almost instant. Sometimes I see the outline of all three, but none in focus. Watching the task manager while this "ghosting" is happening, on the application tab I occasionally see additional tasks appear for a second with the form caption as its title and then they disappear. It looks like it is launching additional tasks? The CPU usage has now settled to 0 to 8% CPU usage and 30% of Physical memory and continuing to try to display the one record found on the scrolling region. Sometimes it almost completes the form, but then retries from scratch and does not get as far. Sometimes never showing the scrolling region at all. All other operation on the computer are fine during this problem. Kenny -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kenny Camp Sent: Monday, February 11, 2013 10:09 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Strange errors The problem is now hiding from me again. This weekend I could not get it to behave the same way. Still working on it though. I'll let you know what I find. Going to use my computer for a number of hours like last week and then try again. Kenny -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Javier Valencia Sent: Saturday, February 09, 2013 10:12 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Strange errors No form timers anywhere. As I indicated, it happens primarily on 3 computers and I thought it could be related to the graphics driver or a bad network connection, but it has also happened to me when accessing the server remotely via VPN and Remote desktop. I thought that that maybe the connection with the database was lost temporarily and became unstable but the majority of events happen when the application is parked on a menu with no activity happening. Javier, Javier Valencia, PE O: 913-829-0888 H: 913-397-9605 C: 913-915-3137 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Byerley Sent: Saturday, February 09, 2013 6:30 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Strange errors Any form timers running anywhere? ----- Original Message ----- From: "Javier Valencia" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Saturday, February 09, 2013 2:29 AM Subject: [RBASE-L] - RE: Strange errors : Wow Kenny! : : That is pretty good detective work. : I gave the use experiencing the problem a form where the write exactly what : they were doing before the flickering and I have at least 8 instances : documented. Unfortunately in my case , there is no pattern. More than half : of the events happen while they are not doing any work, the application is : just sitting on the screen while they do other things and suddenly the : application starts flickering on the screen; all other concurrent : applications continue working properly, : This issue happens mostly on 3 computers and I thought it might a bad video : or network card but it also has happened to me a couple of times while : connected remotely via VPN and RDP. I will see if I can get diagnostic dump : next time I run into it. BTW, The system was upgraded last weekend from 9.1 : to 9.5 and The problem is still there; I will download the latest release : and update the system over the weekend and see what happens. : : Javier, : : Javier Valencia, PE : O: 913-829-0888 : H: 913-397-9605 : C: 913-915-3137 : -----Original Message----- : From: [email protected] [mailto:[email protected]] On Behalf Of Kenny Camp : Sent: Friday, February 08, 2013 6:06 PM : To: RBASE-L Mailing List : Subject: [RBASE-L] - RE: Strange errors : : Javier, : : We finally found a way to reproduce this rare problem. In my compiled : application, several forms deep I have been reliably able to : ghost/flash/crash/whatever in the same situation 99 % of the time. The : really weird part is, that it only crashes when using one specific part : number 'M24308/2-5F' which is very close to many other part numbers that : don't ever crash. : : We use this same routine hundreds of times a day with no slow down or : problems with other part numbers. When I use this one part number, : sometimes (given lots of time) it will resolve itself and then all other : menus items including this same one will work fine as long as I use a : different number, it's like nothing ever happened. : : But sometimes, it will freeze the entire Windows 7 Pro (64) system requiring : a reset. Sometimes it just flashes partial forms from the background, or : shows the form it is trying to load, back and forth until I kill it. : : When using the full version, I haven't been able to : crash/flash/ghost/whatever only the compiled app. I moved copies of : everything off the network and onto my laptop, and it broke first attempt. : : Now that I can test, I should be able to remove objects and experiment until : I find some reason. : : I will report what I find, and RBTI will quickly fix it. : : I plan to test with 9.5 compiler this weekend as they may have already fixed : whatever this is. : : To clarify, the only way I have been able to crash/flash/ghost/whatever is : the combination of 9.1 compiler starting an external menu form calling a : variable menu form, calling a one table form with a scrolling region based : on lookup of the part number 'M24308/22-5F'. Any other part works fine. : : Going code error/bug hunting... : : Kenny : : : -----Original Message----- : From: [email protected] [mailto:[email protected]] On Behalf Of Javier : Valencia : Sent: Friday, October 26, 2012 2:53 PM : To: RBASE-L Mailing List : Subject: [RBASE-L] - RE: Strange errors : : All their computers are running Windows XP-Pro. I can think of one place in : the application where, if I remember correctly, this issue happened more : than once. I will review the code in that section and make sure there are no : obvious issues. I will also check the event/error logs next time it happens : and see if I can find a pattern. : : Javier, : : Javier Valencia, PE : O: 913-829-0888 : H: 913-397-9605 : C: 913-915-3137 : : : -----Original Message----- : From: [email protected] [mailto:[email protected]] On Behalf Of Kenny Camp : Sent: Friday, October 26, 2012 2:05 PM : To: RBASE-L Mailing List : Subject: [RBASE-L] - RE: Strange errors : : Javier, : : I have not see this personally, but my IT team reports they have seen : similar ghosting in two different parts of our main applications that are : used heavily every day, but it is extremely rare. After your BUMP, we : discussed the two situations they could recall some specifics on. : : From their view, the compiled 9.1 (64) app had stopped and it was a : display/memory issue, kill it and restart. I don't know that I agree with : that assessment, but there was no database corruption, and no orphaned data : left from the operations that they killed. I don't think it was an infinite : loop running corrupted code or a process on a corrupted temp table, but it : kind of sounds like it. : : We have approx 100 users, including 35 Citrix/RDP users all working in the : same database. The problems they saw were never a Citrix/RDP session. : : The users that experienced the ghosting issue run Window 7 Pro with four : different compiled RBase apps concurrently, Outlook 2007, and many other : programs, and two different browsers, all at the same time. They have : occassional random weirdness on their systems but it happens to the : non-RBase apps also. : : I put them on the alert to NOT kill next time and to let me take a look, if : it ever happens again. : : Kenny : : -----Original Message----- : From: [email protected] [mailto:[email protected]] On Behalf Of Javier : Valencia : Sent: Friday, October 26, 2012 12:33 PM : To: RBASE-L Mailing List : Subject: [RBASE-L] - RE: Strange errors : : BUMP. : : Has anyone experienced any of these issues? Any suggestions? : : Javier, : : Javier Valencia, PE : O: 913-829-0888 : H: 913-397-9605 : C: 913-915-3137 : : : -----Original Message----- : From: [email protected] [mailto:[email protected]] On Behalf Of Javier : Valencia : Sent: Tuesday, October 23, 2012 10:24 PM : To: RBASE-L Mailing List : Subject: [RBASE-L] - Strange errors : : I have run into two error that I can't seem to figure out why they happen. : : The first one happens at random on different computers. While the : application is just displaying a menu and doing nothing otherwise, the : form/screen will begin to flicker rapidly and the only way to exit the : situation is to kill the application through the Windows Task Manger; the : users have called this condition "ghosting." This happens even when running : the application directly on the server via RDP, so loss of connection is not : the cause. : : The second happens when scrolling reports on the screen (70 pages). Once the : report is generated and I start scrolling down the application, it will : abruptly crash. There is nothing unusual in the report and it does not : happen all the time; I can re-run the same report and it will display and : scroll correctly. : : I am running a compiled version of 9.1 (9.1.5.20519). Has anyone run into : similar issues? : : Javier, : : Javier Valencia, PE : O: 913-829-0888 : H: 913-397-9605 : C: 913-915-3137 : : --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

