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

XMage Crashes Often #8534

Closed
spcphd1976 opened this issue Dec 27, 2021 · 3 comments
Closed

XMage Crashes Often #8534

spcphd1976 opened this issue Dec 27, 2021 · 3 comments
Labels
linux / macos support Questions from users, help and support

Comments

@spcphd1976
Copy link

Can someone offer some insight or a fix? Please advise.
bugxmage.txt
File is attached.

@JayDi85 JayDi85 added the support Questions from users, help and support label Dec 27, 2021
@JayDi85
Copy link
Member

JayDi85 commented Dec 27, 2021

Related info:

Error Code:      0x02000148 
Crashed Thread:        38  Java: Thread-1218

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called
Thread 38 Crashed:: Java: Thread-1218
0   libsystem_kernel.dylib        	    0x7ff80b3b7112 __pthread_kill + 10
1   libsystem_pthread.dylib       	    0x7ff80b3ed214 pthread_kill + 263
2   libsystem_c.dylib             	    0x7ff80b339d10 abort + 123
3   libjvm.dylib                  	       0x106d3eb61 os::abort(bool) + 25
4   libjvm.dylib                  	       0x106e66f36 VMError::report_and_die() + 2304
5   libjvm.dylib                  	       0x106a99b21 report_vm_error(char const*, int, char const*, char const*) + 84
6   libjvm.dylib                  	       0x106d96748 SafepointSynchronize::block(JavaThread*) + 440
7   libjvm.dylib                  	       0x106e1fb12 JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) + 232
8   libjvm.dylib                  	       0x106a1aaee ThreadStateTransition::trans_from_native(JavaThreadState) + 150
9   libjvm.dylib                  	       0x106bc7465 jni_DeleteGlobalRef + 53
10  libglass.dylib                	       0x1738159d1 -[GlassRunnable dealloc] + 49
11  libobjc.A.dylib               	    0x7ff80b2a10fe objc_object::sidetable_release(bool, bool) + 232
12  Foundation                    	    0x7ff80c33ae9b -[_NSThreadPerformInfo dealloc] + 42
13  libobjc.A.dylib               	    0x7ff80b2a10fe objc_object::sidetable_release(bool, bool) + 232
14  Foundation                    	    0x7ff80c307cc7 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 124

It's hard to tell what's wrong (it's a random macos error without context or steps to reproduce). I recommends to increase memory usage by application: change memory param in launcher ->java -> client options to -Xmx3G (after run you must see xxx of 3 Gb in the app's title if all fine).

@cferdinandi
Copy link

Could this possibly be related to #8406

@JayDi85
Copy link
Member

JayDi85 commented Nov 1, 2023

Possible macos and openjdk fix: #8406 (comment)

@JayDi85 JayDi85 closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linux / macos support Questions from users, help and support
Projects
None yet
Development

No branches or pull requests

3 participants