VB app keeps crashing when left running.

VB app keeps crashing when left running.

am 21.07.2005 11:42:25 von Mark Mchugh

Hi,
I have a VB app, connecting ot mysql etc, running on
windows xp, sp2. When the app is open, and left
running in the background for aprox 10 mins or so, it
just seems to habg, and i cant access it. i have to do
a ctrl+alt+del to kill it from the process list, has
anybody had anything like this before? i have no idea
how to debug this, so any help would be appriciated..



many thanks





____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org

RE: VB app keeps crashing when left running.

am 25.07.2005 00:45:18 von jbonnett

I would suspect it is nothing to do with MySQL. Are you able to run the
same app from the VB IDE and get it into the same state? If so, pressing
Ctrl-Break should show you where it is running when it "hangs".

It probably depends on what else your program is doing. Is it sitting in
a loop somewhere polling a serial port or other device? Including
DoEvents in any such loop may help, but it is better if you can avoid
the loop by using interrupts or timers if possible

John B.

-----Original Message-----
From: Mark Mchugh [mailto:mark_mch@yahoo.com]=20
Sent: Thursday, 21 July 2005 7:12 PM
To: mysql list
Subject: VB app keeps crashing when left running.

Hi,
I have a VB app, connecting ot mysql etc, running on
windows xp, sp2. When the app is open, and left
running in the background for aprox 10 mins or so, it
just seems to habg, and i cant access it. i have to do
a ctrl+alt+del to kill it from the process list, has
anybody had anything like this before? i have no idea
how to debug this, so any help would be appriciated..



many thanks




=09
____________________________________________________
Start your day with Yahoo! - make it your home page=20
http://www.yahoo.com/r/hs=20
=20


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org