Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Linux spark.components.Window crashes randomly

Open myflashlab opened this issue 2 years ago • 0 comments

On linux, if you try to open/close/open new windows with spark.components.Window multiple times it will randomly crash the whole app. No error logs generated and it's totally random. I thought maybe it could be a garbage collection thing which wouldn't be emptied but after monitoring the runtime memory, I don't think it's related to that as I'm making sure that unused variables and stuff get collected by garbage collection correctly.

One thing that I noticed is that I can reduce the possibility of the crash if I do smaller number of tasks when the new window is created. but still, the crash will happen every now and then.

I'm not sure how to provide more information for your investigation 🤔

myflashlab avatar May 13 '22 07:05 myflashlab