-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac Binary Release is Busted #37
Labels
Comments
This seems to have started with the 0.21.0 release |
the 0.21.0 release doesn't crash if you run it from the console... |
hello-adam
added a commit
that referenced
this issue
Apr 30, 2020
Using QTemporaryFile without specifying an absolute system temp path in the name template was making the files relative to the cwd, which was '/' for mac app bundles executed from the GUI/Finder (which resulted in the crashing described in #37)
seems to be fixed in 599a657 |
hello-adam
pushed a commit
that referenced
this issue
Apr 30, 2020
## [0.30.2](v0.30.1...v0.30.2) (2020-04-30) ### Bug Fixes * put bitarray swap in the system temp path vs a relative path ([599a657](599a657)), closes [#37](#37)
goldest-star
added a commit
to goldest-star/binary-analysis-tool
that referenced
this issue
Jun 4, 2023
## [0.30.2](Mahlet-Inc/hobbits@v0.30.1...v0.30.2) (2020-04-30) ### Bug Fixes * put bitarray swap in the system temp path vs a relative path ([599a657](Mahlet-Inc/hobbits@599a657)), closes [#37](Mahlet-Inc/hobbits#37)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A lot of the plugins seem to misbehave in the Mac release in 0.29.0 and the operators crash the program. When built from source on a Mac, I could not replicate this problem. There is no requirement to support Mac, so this will not be prioritized (but it would be nice to not be publishing garbage).
The text was updated successfully, but these errors were encountered: