Hello,
can somebody help me with this sporadic error? How to find the source of this error?
it just comes from nowhere and haunts :)
Please see the attached picture
Regards
Singh
An invalid pointer (either because it is 0 or points outside the memory reserved to the program) is being dereferenced. Track down pointers or interfaces that you have in code and check them - you should also be wary of mixing online change and pointers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This was sort of what I was suspect of but couldn't find any firm documentation on what caused the error. I think I may have resolved my issue but for a long time I thought it was random. Thank you! π
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
i have found the reason why it was happening. i have used an array of ints of dimensions [1..x].
It never happened since i resize array to [0..x], though i never used first element.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
can somebody help me with this sporadic error? How to find the source of this error?
it just comes from nowhere and haunts :)
Please see the attached picture
Regards
Singh
Hi,
interesting ..
this happens when you try to download?
Which runtime version is in use?
Hi
i am using 4.4.0.0
It came yesterday during running. Today it came after i did immediately doing cold start
Did you ever figure this out? I have the same issue.
An invalid pointer (either because it is 0 or points outside the memory reserved to the program) is being dereferenced. Track down pointers or interfaces that you have in code and check them - you should also be wary of mixing online change and pointers.
This was sort of what I was suspect of but couldn't find any firm documentation on what caused the error. I think I may have resolved my issue but for a long time I thought it was random. Thank you! π
Hello
i have found the reason why it was happening. i have used an array of ints of dimensions [1..x].
It never happened since i resize array to [0..x], though i never used first element.
hi,
you could have found this well with the POU's for implicit checks. (if it was not located somewhere in the init code)
https://faq.codesys.com/pages/viewpage.action?pageId=3538982