-
-
Notifications
You must be signed in to change notification settings - Fork 739
Closed
Description
It looks like running OSX builds of the app causes the app to modify itself and breaking itself somehow.
Here's what I'm seeing:
- build full desktop OSX app
- before running the app, make a copy of the app
- run the app, close it, kill the zombie child process (per this issue), and run the app a 2nd time
- Expected behavior: App runs the same both times
- Actual behavior: App runs normally the first time, fails to show or populate window the 2nd time
- Additional info: If you run the app from the commandline, you can see that the initial host processes are dumping less info to the command line on the 2nd run than on the first run but not reporting errors
- if needed, kill zombie child process
- run the copy of the app
- Expected behavior: Running the app shouldn't mutate the app, so the original and copied versions of the app should behave the same (eg. the copy shouldn't run if the original app no longer runs)
- Actual behavior: The copy of the app runs once, then fails to run, demonstrating that running the app modifies the app