Skip to content
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

App crashes when opening the Settings on MacOS Sonoma (M2 Pro). #53

Open
ryanhamilton opened this issue Jun 3, 2024 · 1 comment
Open

Comments

@ryanhamilton
Copy link
Collaborator

App crashes when opening the Settings on MacOS Sonoma (M2 Pro).

@richb-hanover
Copy link
Contributor

@ryanhamilton I see this too: Mac mini, macOS 14.5. Here's more info - here's the output from the java -jar qstudio.jar

What other debugging info could I provide? Thanks

richb@Mac-mini2 Downloads % java -jar qstudio.jar
/Users/richb/Downloads
Jun 07, 2024 9:45:04 PM com.timestored.docs.OpenDocumentsModel addDocument
INFO: addDocument: new 1
Java HotSpot(TM) 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled.
Java HotSpot(TM) 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=
CodeCache: size=131072Kb used=7058Kb max_used=7152Kb free=124013Kb
 bounds [0x0000000102d70000, 0x0000000103480000, 0x000000010ad70000]
 total_blobs=2823 nmethods=2180 adapters=558
 compilation: disabled (not enough contiguous free space left)
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: Starting QStudioLauncher  launch() ###################################
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: version = 3.06
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: current dir = /Users/richb/Downloads/.
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: PATH = /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/richb/.cargo/bin:/Applications/iTerm.app/Contents/Resources/utilities:/Users/richb/Library/Python/3.9/bin
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: JAVA_HOME = null
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: java.version =1.8.0_411
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: os.name =Mac OS X
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: user.home =/Users/richb
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: user.dir =/Users/richb/Downloads
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioFrame <init>
INFO: Starting QStudioFrame Constructor
MODELS = 74.48725
Jun 07, 2024 9:45:38 PM com.timestored.swingxx.FileTreePanel refreshGui
INFO: FileTreePanel refreshGui
Jun 07, 2024 9:45:38 PM com.timestored.swingxx.FileTreePanel refreshGui
INFO: FileTreePanel refreshGui
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.servertree.ServerListPanel refreshGui
INFO: refreshGui
Jun 07, 2024 9:45:38 PM com.timestored.sqldash.model.AbstractWidget configChanged
INFO: Widget 0 configChanged
Jun 07, 2024 9:45:38 PM com.timestored.sqldash.model.AbstractWidget configChanged
INFO: Widget 0 configChanged
Jun 07, 2024 9:45:38 PM com.timestored.swingxx.FileTreePanel refreshGui
INFO: FileTreePanel refreshGui
ENDER = 498.305875
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.model.AdminModel refresh
INFO: AdminModel hard Refresh
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioFrame <init>
INFO: Finished QStudioFrame Constructor
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.servertree.ServerListPanel refreshGui
INFO: refreshGui
Jun 07, 2024 9:45:38 PM com.timestored.docs.OpenDocumentsModel setSelectedFolder
INFO: setSelectedFolder: null
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.servertree.ServerListPanel refreshGui
INFO: refreshGui
Jun 07, 2024 9:45:38 PM com.timestored.qstudio.QStudioLauncher$2 launch
INFO: Ending QStudioLauncher launch()
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000113a19030, pid=94702, tid=0x0000000000015203
#
# JRE version: Java(TM) SE Runtime Environment (8.0_411) (build 1.8.0_411-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.411-b09 mixed mode bsd-aarch64 compressed oops)
# Problematic frame:
# C  [libawt_lwawt.dylib+0x5030]  Java_sun_font_CFont_getCascadeList+0x6c
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/richb/Downloads/hs_err_pid94702.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
zsh: abort      java -jar qstudio.jar
richb@Mac-mini2 Downloads %

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants