Jump to content

Recommended Posts

Posted

My AutoIT script (v3.3.14.5) aborts unexpectedly after some minutes, showing me this window:

image.png.d7857d4211d772a35e1223394265eea5.png

Now, I am trying to identify the reason.

At first, I suspected a memory issue. My script reads the first line of a long text-file, does what it's supposed to do, before reading the next line. Since the memory-usage increased with each loop, I inserted the function _ReduceMemory() from 

, and the memory usage of my script stays now low and steady. So I don't think that memory limitations are the reason. 

 

Have you seen this window before? Any idea for what I should search?

Posted

As mentioned, the script processes lines of a textfile. In total, it's 480 lines (it will be many more in the future). The script aborts at line 380. 

If I process 100 lines at a time (so line 1-100, then 100-200 and so on), all lines are processed without any issues.

Posted
33 minutes ago, dejhost said:

Any idea for what I should search?

Any idea how to help someone, who does not provide his script ? ;)

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

Posted
11 minutes ago, Musashi said:

Any idea how to help someone, who does not provide his script ? ;)

I see your point... I was almost expecting it. Find the script attached. But I believe that it'll be a tough job.

 

json6xml.au3

Posted (edited)

At first glance, you do not dispose image in calc_new_image_dims.  Then I stopped looking, you will need to check that you are disposing all elements correctly through out the script.  Remove _Reduce_memory to see if that solves your memory leak...

Edited by Nine

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...