Application Crashes After About 30mins.

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Application Crashes After About 30mins.

Post by Googie85 » Thu Nov 05, 2020 6:29 am

Hi Guys!

I have an Application that is a socket client and after a period of time the app crashes. The app does not have a window, instead, running in the background. Is there a way to "catch" the error and return the information to me before it crashes?

Many Thanks!

Googie.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9249
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: Application Crashes After About 30mins.

Post by richmond62 » Thu Nov 05, 2020 10:36 am

Is there a way to "catch" the error and return the information to me before it crashes?
Dunno, BUT, from a logical point of view as it is the error that causes your app/stack to crash the only
way that I am aware that you will have any chance of finding out what is going on is to find if it has a cache
anywhere.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Application Crashes After About 30mins.

Post by FourthWorld » Thu Nov 05, 2020 3:23 pm

Cumulative runtime errors may be related to memory depletion.

Have you monitored memory while it's running to see if it grows larger than you'd expect?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply

Return to “Windows”