Jump to content

Recommended Posts

Posted

Hi, please advice me how to debug hardcrash of Autoitscript I believe it started with new Autoitdownloaded

Apologies for not posting script, its simply gigantic

Attached image post-63999-0-74785800-1404113653_thumb.p

Posted
  On 6/30/2014 at 7:34 AM, Aktonius said:

Apologies for not posting script, its simply gigantic

 

Just 7zip him and how big is now ?

You can put them on any file sharing website ?

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Moderators
Posted

Aktonius,

- 1. When does the crash occur? Is it after a particular action? That might let you narrow down the cause a little.

- 2. Can you run the script from SciTE? That should give you much more information when the crash occurs.

- 3. Add trace lines to major functions so that you can see which was called just before the crash - again this will limit the search and you can then add trace lines to any subordinate functions and so on.

Unless you can give us some more to go on that is about the limit of the advice we can offer - sorry. :(

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted (edited)

Hi Melba, 

Thanks for the siggestions however i did go through your ideas already, the problem is that this crash is not displayed in scite. I have some clues which functions are run prior to crash but thats it.(Sometimes console shows that this function is finished(followed by crash) sometimes crash occures inside the function so i am unable to figure it out like this and All info i basically have is the image attached in the first post so i am totally clueless what to do now :(

Edited by Aktonius
  • Moderators
Posted

Aktonius,

 

  Quote

I have some clues which functions are run prior to crash

So do what I suggested in 3. and put trace lines which write to a log file into the script at the beginning of those functions - then when the crash occurs you can see whether your suspicions are correct. Once you have get a proper trail to follow, you can add further trace lines at closer and closer intervals until you find the specific section of code code that crashes. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

Sorry Melba i think you missed my late edit. As said earlier, the crash doesnt follow at specific line every time, it seems to crash at random lines but i do know which function is it, just no idea what to do from it because the function is basically overloaded with ton of content/calls...

  • Moderators
Posted

Aktonius,

What he said. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • Moderators
Posted (edited)

Aktonius,

You have started another thread in which you say:

  Quote

people demand source code which just wont happen

Just how do you expect us to help you if we have absolutely no idea what you are doing in the code to engender the crash? :wacko:

You have 24hrs to post a reproducer script of some kind or I lock this thread - and any others you might start on the same subject in future that do not contain some code for us to investigate. :naughty:

M23

Edited by Melba23
Typo

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted (edited)

Ok Melba23, good job deleting thread so devs cant see it and close this thread so i cant help find a bug with new Autoit build if you want, sigh internetz and forums  :nuke:

Edited by Aktonius
  • Moderators
Posted

Aktonius,

The thread was not deleted - it was locked as there was no point in continuing given your open refusal to post any code. :)

 

  Quote

i cant help find a bug with new Autoit build

How are you helping by refusing to even give us a sniff of what you are doing to cause the crash? Unless we can see what is happening in your code we have absolutely NO CHANCE of finding what is happening. Is that so hard to understand? :huh:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

No its not about NO CHANCE, its about your Epennis locking threads and wanting it your way or no other way, so be it close the damn thread and let the bugs stay alive i am out using my stable version of Autoit, again GOOD JOB handling this in your aggressive manner

  • Moderators
Posted

Aktonius,

My way? See post #8 above and the 2 replies to your other thread - I think you will find that the request to see some code is pretty widely shared. ;)

As to locking your threads - why should they remain open seeing you refuse to offer any assistance to the Devs in determining where and what this "bug" might be? :wacko:

Anyway we have wasted enough of our time on you and your supposed but invisible bug - thread locked (in my normal non-aggressive manner of course). :bye:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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