| View previous topic :: View next topic |
| Author |
Message |
sss Guest
|
Posted: Fri May 18, 2007 8:10 am Post subject: What would make a program freeze and disappear? |
|
|
I have an application that I have written in B6. Many forms and many
controls. It runs 12 hours a day 6 days a week. The same application runs on
4 different boxes that have had days worth of memory tests.
Once in a while, once a month or every other month it freezes for a few
seconds and disappears, without any error notice. I have no idea where to
look for a reason.
Any ideas? |
|
| Back to top |
|
 |
vavan Guest
|
Posted: Fri May 18, 2007 8:10 am Post subject: Re: What would make a program freeze and disappear? |
|
|
On Thu, 17 May 2007 22:35:34 -0700, "sss" <pts (AT) mind (DOT) net> wrote:
infinite recursion?
--
Vladimir Ulchenko aka vavan |
|
| Back to top |
|
 |
Duane Hebert Guest
|
Posted: Fri May 18, 2007 6:11 pm Post subject: Re: What would make a program freeze and disappear? |
|
|
"sss" <pts (AT) mind (DOT) net> wrote in message
news:464d3b25$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I have an application that I have written in B6. Many forms and many
controls. It runs 12 hours a day 6 days a week. The same application runs
on 4 different boxes that have had days worth of memory tests.
Once in a while, once a month or every other month it freezes for a few
seconds and disappears, without any error notice. I have no idea where to
look for a reason.
Any ideas?
|
Do you see anything in the Windows event log? |
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Fri May 18, 2007 9:13 pm Post subject: Re: What would make a program freeze and disappear? |
|
|
sss wrote:
| Quote: | I have an application that I have written in B6. Many forms and many
controls. It runs 12 hours a day 6 days a week. The same application runs
on 4 different boxes that have had days worth of memory tests.
Once in a while, once a month or every other month it freezes for a few
seconds and disappears, without any error notice. I have no idea where to
look for a reason.
Any ideas?
|
Have you tried adding an exception logger like EurekaLog / madExcept?
http://www.eurekalog.com
http://www.madshi.net
Jon |
|
| Back to top |
|
 |
Thomas Maeder [TeamB] Guest
|
Posted: Sun May 20, 2007 9:33 pm Post subject: Re: What would make a program freeze and disappear? |
|
|
"sss" <pts (AT) mind (DOT) net> writes:
| Quote: | Once in a while, once a month or every other month it freezes for a
few seconds and disappears, without any error notice. I have no idea
where to look for a reason.
Any ideas?
|
Resource leaks? |
|
| Back to top |
|
 |
|