Skip to content

Mac desktop builds can only be run once #71

@yoDon

Description

@yoDon

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:

  1. build full desktop OSX app
  2. before running the app, make a copy of the app
  3. 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
  1. if needed, kill zombie child process
  2. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions