-
-
Notifications
You must be signed in to change notification settings - Fork 190
[BUG] eXist-db 6.4.0 dmg ui crashes but cli runs #5751
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
Comments
Hmmm, I see a signal 6 in the log... checking https://hatchjs.com/signal-6-caught-application-halted/ :
|
Checking the log a bit more.... The failing process is called "eXist-JavaAppLauncher" {to be expected} , I read this that internally a VM_memory allocate is is failing: my un-educated guess is that this is the native trace, where the 'trap' is done in the kernel, under "CoreFoundation": no it is actually thread 4: (leaving out the long thread stack) -> there is only native (macos and VM) code here. |
Apple suggests to file a crash report: https://developer.apple.com/forums/thread/688669 |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I downloaded the eXist-db 6.4.0 dmg for macOS. Opened the dmg and dragged the eXist-db.app to my Applications folder and double clicked from there. A dialog pops up that Apple could not verify existence of malware. Clicked "Done" and went into System Preferences > Privacy and Security to "Open anyway". After authentication eXist-db.app is reopened, and crashes.
Running the startup.sh from the command line works as expected.
Crash log text attached
eXist-db-6.4.0-crashlog.txt
Expected behavior
The expectation was that "Open anyway" would make the app start normally with the system configurator where you may set ports and such
To Reproduce
See description
Other things I've tried
Context
The text was updated successfully, but these errors were encountered: