LC crash on delete substack
Posted: Wed Dec 02, 2015 11:12 am
HI
My stack manages template in a way similar to the attached example, with substacks and trying to keep loaded only the duplicated one, beside the default one.
(LC Indy 7.1.0 build 10043 on Yosemite. Desktop development)
My stack is too complex to post and my attempts to reproduce the crash on a simpler example stack like the attachment where vain.
On the original stack the crash happens on trying to delete a loaded stack (on the second duplication)
Essentially I:
- From the main stack A) open a second stack B)
- Clone B)
- set the name of the clone to C)
- put an small array in a custom prop of C)
- save C) as a path
- make C) a substack of A)
- delete B) = Livecode crash
The crash report for Apple is of no use to me and any attempt to do things in a slightly different way, result in LC crash or the message "execution error at line 2652 (Handler: can't find handler) near "moveStack", char 1" (not part of my stack).
Any suggestion on what I should do ?
(Is a my impression or the number of crash since LC 5.5.5 have raised constantly?)
My stack manages template in a way similar to the attached example, with substacks and trying to keep loaded only the duplicated one, beside the default one.
(LC Indy 7.1.0 build 10043 on Yosemite. Desktop development)
My stack is too complex to post and my attempts to reproduce the crash on a simpler example stack like the attachment where vain.
On the original stack the crash happens on trying to delete a loaded stack (on the second duplication)
Essentially I:
- From the main stack A) open a second stack B)
- Clone B)
- set the name of the clone to C)
- put an small array in a custom prop of C)
- save C) as a path
- make C) a substack of A)
- delete B) = Livecode crash
The crash report for Apple is of no use to me and any attempt to do things in a slightly different way, result in LC crash or the message "execution error at line 2652 (Handler: can't find handler) near "moveStack", char 1" (not part of my stack).
Any suggestion on what I should do ?
(Is a my impression or the number of crash since LC 5.5.5 have raised constantly?)