Not logged in
FAQ  •  Advanced search  •  Login

V1.1 Bug - Mac (SegFault)

<<

gers

Mako
Mako

Posts: 23

Joined: 27.10.2011, 14:13

Post 23.09.2012, 13:08

V1.1 Bug - Mac (SegFault)

HI,

First of all, nice work on this version, i find it very neat.

But sadly i have some bug.
The fist time i played a game in 1.1 it worked well for the two/three first rounds (All Vs All), but after that the application simply crash, first i thought it was bad luck, but i decided to try again but again after three rounds (Survivor Mode), i've looked for to put the debug mode (LOG like before) but i haven't found how to enable it.
So i've tried to lauch it through the console and all i've managed to get

  Code:
Mac-mini-de-Germain:MacOS GeR$ ./JavaApplicationStub
[BOOTSTRAP] Loading from command line: -jar bin/creeptd-launcher.jar -jar creeptd-launcher.jar
13:52:50,825 - launcher-1348361632 initialized
13:52:50,827 - music-1348361665 initialized
13:52:50,827 - client-1348372415 initialized
Invalid memory access of location 0xff00000107 rip=0x10f1e3af5
Segmentation fault: 11


I have not pushed farther my investigation.



Here my Java version :
java version "1.6.0_35"
Java(TM) SE Runtime Environment (build 1.6.0_35-b10-428-11M3811)
Java HotSpot(TM) 64-Bit Server VM (build 20.10-b01-428, mixed mode)

Note also that the CreepTD Client always says on start that my JVM is out of date even so i use the last Java version available on mac.

Sponsor

Post 23.09.2012, 13:08

Re: V1.1 Bug - Mac (SegFault)

<<

dcode

User avatar

Mothership
Mothership

Posts: 2200

Joined: 09.07.2011, 00:59

Post 23.09.2012, 13:57

Re: V1.1 Bug - Mac (SegFault)

Unfortunately, a segfault must be a bug in the JVM itself. Isn't Java 7 available for Mac, yet?
Think it, design it, build it, run it. That's what I do.
<<

gers

Mako
Mako

Posts: 23

Joined: 27.10.2011, 14:13

Post 23.09.2012, 14:02

Re: V1.1 Bug - Mac (SegFault)

Usually Java is updated by apple itself, my OS is up to date.
I've just installed the Java version by Oracle (java.com) now it seems to not crash anymore even if i still have the warning on launch saying that my java is not up to date and in the console nothing have change.

  Code:
Mac-mini-de-Germain:MacOS GeR$ java -version
java version "1.6.0_35"
Java(TM) SE Runtime Environment (build 1.6.0_35-b10-428-11M3811)
Java HotSpot(TM) 64-Bit Server VM (build 20.10-b01-428, mixed mode)


Weird.. for now it seem to work so \O/.
Thanks and nice job again ;)
<<

gers

Mako
Mako

Posts: 23

Joined: 27.10.2011, 14:13

Post 23.09.2012, 14:17

Re: V1.1 Bug - Mac (SegFault)

Yeah finally it sill doesn't work

  Code:
Process:         JavaApplicationStub [597]
Path:            /Users/USER/Desktop/CreepTD.app/Contents/MacOS/JavaApplicationStub
Identifier:      CTD
Version:         CTD (1.0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [178]
User ID:         501

Date/Time:       2012-09-23 15:13:53.054 +0200
OS Version:      Mac OS X 10.8.2 (12C54)
Report Version:  10

Interval Since Last Report:          2988 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  2464 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      E799BE16-5C52-E580-CB2B-E43F3789CF7C

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

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

Application Specific Information:
*** error for object 0x7fe3e1cd6cd8: incorrect checksum for freed object - object was probably modified after being freed.
 

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib           0x00007fff8ccbd212 __pthread_kill + 10
1   libsystem_c.dylib                0x00007fff889ddaf4 pthread_kill + 90
2   libsystem_c.dylib                0x00007fff88a21dce abort + 143
3   libsystem_c.dylib                0x00007fff889fd8a5 szone_error + 580
4   libsystem_c.dylib                0x00007fff88a021aa tiny_malloc_from_free_list + 146
5   libsystem_c.dylib                0x00007fff88a02ad8 szone_malloc_should_clear + 971
6   libsystem_c.dylib                0x00007fff889f5153 malloc_zone_malloc + 71
7   libsystem_c.dylib                0x00007fff889f5ba7 malloc + 41
8   com.apple.CoreFoundation         0x00007fff87314905 -[__NSArrayM insertObject:atIndex:] + 517
9   com.apple.CoreFoundation         0x00007fff872df43b CFArrayAppendValue + 91
10  com.apple.CoreFoundation         0x00007fff87306041 __CFRunLoopRun + 1425
11  com.apple.CoreFoundation         0x00007fff873056b2 CFRunLoopRunSpecific + 290
12  com.apple.HIToolbox              0x00007fff8bc070a4 RunCurrentEventLoopInMode + 209
13  com.apple.HIToolbox              0x00007fff8bc06e42 ReceiveNextEventCommon + 356
14  com.apple.HIToolbox              0x00007fff8bc06cd3 BlockUntilNextEventMatchingListInMode + 62
15  com.apple.AppKit                 0x00007fff8cfd2613 _DPSNextEvent + 685
16  com.apple.AppKit                 0x00007fff8cfd1ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
17  libawt.jnilib                    0x0000000117857fe3 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
18  com.apple.AppKit                 0x00007fff8cfc9283 -[NSApplication run] + 517
19  libawt.jnilib                    0x0000000117856694 +[AWTStarter startAWT:] + 1495
20  libawt.jnilib                    0x000000011785600e -[CPerformer perform] + 93
21  com.apple.Foundation             0x00007fff8f63e677 __NSThreadPerformPerform + 225
22  com.apple.CoreFoundation         0x00007fff872e3101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
23  com.apple.CoreFoundation         0x00007fff872e2a25 __CFRunLoopDoSources0 + 245
24  com.apple.CoreFoundation         0x00007fff87305dc5 __CFRunLoopRun + 789
25  com.apple.CoreFoundation         0x00007fff873056b2 CFRunLoopRunSpecific + 290
26  com.apple.JavaApplicationLauncher   0x000000010d8315cf startupJava(LauncherArgsStruct*) + 236
27  com.apple.JavaApplicationLauncher   0x000000010d833fb9 launchJavaApplicationWithJVMInfo + 1484
28  CTD                              0x000000010d82cbac 0x10d82c000 + 2988

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib           0x00007fff8ccbdd16 kevent + 10
1   libdispatch.dylib                0x00007fff8bedddea _dispatch_mgr_invoke + 883
2   libdispatch.dylib                0x00007fff8bedd9ee _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f53660e 0x10f523000 + 79374
7   libclient64.dylib                0x000000010f5dd1dc 0x10f523000 + 762332
8   libclient64.dylib                0x000000010f5dcd3f 0x10f523000 + 761151
9   com.apple.JavaApplicationLauncher   0x000000010d8331c4 startJavaApplication + 7067
10  com.apple.JavaApplicationLauncher   0x000000010d8315ea java_main_stub(void*) + 9
11  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
12  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 3:: Java: Exception Handler Thread
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libsystem_kernel.dylib           0x00007fff8ccbb50c mach_msg_server + 552
3   libclient64.dylib                0x000000010f5373c9 0x10f523000 + 82889
4   libclient64.dylib                0x000000010f53738b 0x10f523000 + 82827
5   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
6   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
7   libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 4:: Java: Gang worker#0 (Parallel GC Threads)
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f53668f 0x10f523000 + 79503
7   libclient64.dylib                0x000000010f999cbe 0x10f523000 + 4680894
8   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
9   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
10  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 5:: Java: Gang worker#1 (Parallel GC Threads)
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f53668f 0x10f523000 + 79503
7   libclient64.dylib                0x000000010f999cbe 0x10f523000 + 4680894
8   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
9   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
10  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 6:: Java: Gang worker#2 (Parallel GC Threads)
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f53668f 0x10f523000 + 79503
7   libclient64.dylib                0x000000010f999cbe 0x10f523000 + 4680894
8   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
9   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
10  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 7:: Java: Gang worker#3 (Parallel GC Threads)
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f53668f 0x10f523000 + 79503
7   libclient64.dylib                0x000000010f999cbe 0x10f523000 + 4680894
8   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
9   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
10  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 8:: Java: Concurrent Mark-Sweep GC Thread
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f5f7d96 0x10f523000 + 871830
4   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
5   libclient64.dylib                0x000000010f53668f 0x10f523000 + 79503
6   libclient64.dylib                0x000000010f824773 0x10f523000 + 3151731
7   libclient64.dylib                0x000000010f824a11 0x10f523000 + 3152401
8   libclient64.dylib                0x000000010f824601 0x10f523000 + 3151361
9   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
10  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
11  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 9:: Java: VM Thread
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f5f7d96 0x10f523000 + 871830
4   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
5   libclient64.dylib                0x000000010f53668f 0x10f523000 + 79503
6   libclient64.dylib                0x000000010f5b8dcc 0x10f523000 + 613836
7   libclient64.dylib                0x000000010f5b8b0b 0x10f523000 + 613131
8   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
9   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
10  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 10:: Java: Reference Handler
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5f8183 0x10f523000 + 872835
5   libclient64.dylib                0x000000010f5f7ed4 0x10f523000 + 872148
6   libclient64.dylib                0x000000010f5c6488 JVM_MonitorWait + 154
7   libjvmlinkage.dylib              0x000000010fc23b0b JVM_MonitorWait + 59
8   ???                              0x000000010fe02eee 0 + 4561317614
9   ???                              0x00000001101ed5fc 0 + 4565423612
10  ???                              0x00000000ff5df2a9 0 + 4284347049

Thread 11:: Java: Finalizer
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5f8183 0x10f523000 + 872835
5   libclient64.dylib                0x000000010f5f7ed4 0x10f523000 + 872148
6   libclient64.dylib                0x000000010f5c6488 JVM_MonitorWait + 154
7   libjvmlinkage.dylib              0x000000010fc23b0b JVM_MonitorWait + 59
8   ???                              0x000000010fe02eee 0 + 4561317614
9   ???                              0x000000011009d3dc 0 + 4564046812
10  ???                              0xfd9c1ed9ff5d7683 0 + 18274515309603681923

Thread 12:: Java: Surrogate Locker Thread (Concurrent GC)
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f5365f6 0x10f523000 + 79350
7   libclient64.dylib                0x000000010f80c5cd 0x10f523000 + 3053005
8   libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
9   libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
10  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
11  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
12  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 13:: Java: Signal Dispatcher
0   libsystem_kernel.dylib           0x00007fff8ccbb6c2 semaphore_wait_trap + 10
1   libclient64.dylib                0x000000010f5d641b 0x10f523000 + 734235
2   libclient64.dylib                0x000000010f5d5eea 0x10f523000 + 732906
3   libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
4   libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
5   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
6   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
7   libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 14:: Java: C2 CompilerThread0
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f5365f6 0x10f523000 + 79350
7   libclient64.dylib                0x000000010f5dc409 0x10f523000 + 758793
8   libclient64.dylib                0x000000010f5d7267 0x10f523000 + 737895
9   libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
10  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
11  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
12  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
13  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 15:: Java: C2 CompilerThread1
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f5365f6 0x10f523000 + 79350
7   libclient64.dylib                0x000000010f5dc409 0x10f523000 + 758793
8   libclient64.dylib                0x000000010f5d7267 0x10f523000 + 737895
9   libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
10  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
11  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
12  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
13  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 16:: Java: Low Memory Detector
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5e245a 0x10f523000 + 783450
5   libclient64.dylib                0x000000010f5e2369 0x10f523000 + 783209
6   libclient64.dylib                0x000000010f53668f 0x10f523000 + 79503
7   libclient64.dylib                0x000000010f5d9bfe 0x10f523000 + 748542
8   libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
9   libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
10  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
11  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
12  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 17:: Java: VM Periodic Task Thread
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f5f7d96 0x10f523000 + 871830
4   libclient64.dylib                0x000000010f5db7d2 0x10f523000 + 755666
5   libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
6   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
7   libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 18:: Java: Java2D Disposer
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5f8183 0x10f523000 + 872835
5   libclient64.dylib                0x000000010f5f7ed4 0x10f523000 + 872148
6   libclient64.dylib                0x000000010f5c6488 JVM_MonitorWait + 154
7   libjvmlinkage.dylib              0x000000010fc23b0b JVM_MonitorWait + 59
8   ???                              0x000000010fe02eee 0 + 4561317614

Thread 19:: Java: AWT-Shutdown
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5f8183 0x10f523000 + 872835
5   libclient64.dylib                0x000000010f5f7ed4 0x10f523000 + 872148
6   libclient64.dylib                0x000000010f5c6488 JVM_MonitorWait + 154
7   libjvmlinkage.dylib              0x000000010fc23b0b JVM_MonitorWait + 59
8   ???                              0x000000010fe02eee 0 + 4561317614
9   ???                              0x000000010fdf785a 0 + 4561270874
10  ???                              0x000000010fdf785a 0 + 4561270874
11  ???                              0x000000010fdf7d34 0 + 4561272116
12  ???                              0x000000010fdf2438 0 + 4561249336
13  libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
14  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
15  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
16  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
17  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
18  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
19  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
20  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
21  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 20:: Java: AWT-EventQueue-0
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5f8183 0x10f523000 + 872835
5   libclient64.dylib                0x000000010f5f7ed4 0x10f523000 + 872148
6   libclient64.dylib                0x000000010f5c6488 JVM_MonitorWait + 154
7   libjvmlinkage.dylib              0x000000010fc23b0b JVM_MonitorWait + 59
8   ???                              0x000000010fe02eee 0 + 4561317614
9   ???                              0x000000010ffca990 0 + 4563184016

Thread 21:: Java: pool-1-thread-1
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x0000000110228690 0 + 4565665424
8   ???                              0x00000000ff7c6866 0 + 4286343270

Thread 22:: Java: Java Sound Event Dispatcher
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5f8183 0x10f523000 + 872835
5   libclient64.dylib                0x000000010f5f7ed4 0x10f523000 + 872148
6   libclient64.dylib                0x000000010f5c6488 JVM_MonitorWait + 154
7   libjvmlinkage.dylib              0x000000010fc23b0b JVM_MonitorWait + 59
8   ???                              0x000000010fe02eee 0 + 4561317614
9   ???                              0x000000010fdf785a 0 + 4561270874
10  ???                              0x000000010fdf785a 0 + 4561270874
11  ???                              0x000000010fdf785a 0 + 4561270874
12  ???                              0x000000010fdf7d34 0 + 4561272116
13  ???                              0x000000010fdf2438 0 + 4561249336
14  libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
15  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
16  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
17  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
18  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
19  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
20  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
21  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
22  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 23:: Java: TimerQueue
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f536a80 0x10f523000 + 80512
4   libclient64.dylib                0x000000010f5f8183 0x10f523000 + 872835
5   libclient64.dylib                0x000000010f5f7ed4 0x10f523000 + 872148
6   libclient64.dylib                0x000000010f5c6488 JVM_MonitorWait + 154
7   libjvmlinkage.dylib              0x000000010fc23b0b JVM_MonitorWait + 59
8   ???                              0x000000010fe02eee 0 + 4561317614
9   ???                              0x000000010fdf785a 0 + 4561270874
10  ???                              0x000000010fdf7d34 0 + 4561272116
11  ???                              0x000000010fdf2438 0 + 4561249336
12  libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
13  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
14  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
15  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
16  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
17  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
18  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
19  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
20  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 24:: Java: Uplink ListenThread
0   libsystem_kernel.dylib           0x00007fff8ccbdffa read + 10
1   libclient64.dylib                0x000000010f683438 JVM_Read + 52
2   libjvmlinkage.dylib              0x000000010fc27067 JVM_Read + 55
3   libnet.jnilib                    0x000000011a62eee7 Java_java_net_SocketInputStream_socketRead0 + 472
4   ???                              0x000000010fe02eee 0 + 4561317614
5   ???                              0x000000010fdf796e 0 + 4561271150
6   ???                              0x000000010fdf796e 0 + 4561271150
7   ???                              0x000000010fdf796e 0 + 4561271150
8   ???                              0x000000010fdf796e 0 + 4561271150
9   ???                              0x000000010fdf796e 0 + 4561271150
10  ???                              0x000000010fdf796e 0 + 4561271150
11  ???                              0x000000010fea5a5c 0 + 4561984092
12  ???                              0x000000010fdf79b3 0 + 4561271219
13  ???                              0x000000010fdf7d34 0 + 4561272116
14  ???                              0x000000010fdf2438 0 + 4561249336
15  libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
16  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
17  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
18  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
19  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
20  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
21  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
22  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
23  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 25:: Java: vm RestApi worker #1
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x000000010fdf785a 0 + 4561270874
8   ???                              0x000000010fdf7d34 0 + 4561272116
9   ???                              0x000000010fdf7e8d 0 + 4561272461
10  ???                              0x000000010fdf79b3 0 + 4561271219
11  ???                              0x000000010fdf7d34 0 + 4561272116
12  ???                              0x000000010fdf2438 0 + 4561249336
13  libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
14  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
15  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
16  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
17  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
18  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
19  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
20  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
21  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 26:: Java: vm RestApi worker #2
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x000000010fdf785a 0 + 4561270874
8   ???                              0x000000010fdf7d34 0 + 4561272116
9   ???                              0x000000010fdf7e8d 0 + 4561272461
10  ???                              0x000000010fdf79b3 0 + 4561271219
11  ???                              0x000000010fdf7d34 0 + 4561272116
12  ???                              0x000000010fdf2438 0 + 4561249336
13  libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
14  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
15  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
16  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
17  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
18  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
19  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
20  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
21  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 27:: Java: KeepAliveThread
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f72ba72 0x10f523000 + 2132594
4   libclient64.dylib                0x000000010f6d9c26 JVM_Sleep + 191
5   libjvmlinkage.dylib              0x000000010fc2465e JVM_Sleep + 62
6   ???                              0x000000010fe02eee 0 + 4561317614
7   ???                              0x000000010fdf785a 0 + 4561270874
8   ???                              0x000000010fdf2438 0 + 4561249336
9   libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
10  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
11  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
12  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
13  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
14  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
15  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
16  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
17  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 28:: Java: vm RestApi worker #3
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x000000010fdf785a 0 + 4561270874
8   ???                              0x000000010fdf7d34 0 + 4561272116
9   ???                              0x000000010fdf7e8d 0 + 4561272461
10  ???                              0x000000010fdf79b3 0 + 4561271219
11  ???                              0x000000010fdf7d34 0 + 4561272116
12  ???                              0x000000010fdf2438 0 + 4561249336
13  libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
14  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
15  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
16  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
17  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
18  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
19  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
20  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
21  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 29:: Java: pool-1-thread-5
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x0000000110228690 0 + 4565665424
8   ???                              0x00000000ff7c6866 0 + 4286343270

Thread 30:: Java: vm RestApi worker #4
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e24af 0x10f523000 + 783535
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x000000010fdf785a 0 + 4561270874
8   ???                              0x000000010fdf7d34 0 + 4561272116
9   ???                              0x000000010fdf7e8d 0 + 4561272461
10  ???                              0x000000010fdf79b3 0 + 4561271219
11  ???                              0x000000010fdf7d34 0 + 4561272116
12  ???                              0x000000010fdf2438 0 + 4561249336
13  libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
14  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
15  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
16  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
17  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
18  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
19  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
20  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
21  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 31:: Java: TickThread #1 (50ms, 1 receivers)
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f72ba72 0x10f523000 + 2132594
4   libclient64.dylib                0x000000010f6d9c26 JVM_Sleep + 191
5   libjvmlinkage.dylib              0x000000010fc2465e JVM_Sleep + 62
6   ???                              0x000000010fe02eee 0 + 4561317614
7   ???                              0x000000010fdf785a 0 + 4561270874
8   ???                              0x000000010fdf2438 0 + 4561249336
9   libclient64.dylib                0x000000010f5b9f8e 0x10f523000 + 618382
10  libclient64.dylib                0x000000010f5c6018 0x10f523000 + 667672
11  libclient64.dylib                0x000000010f5c5f0e 0x10f523000 + 667406
12  libclient64.dylib                0x000000010f5c5eae 0x10f523000 + 667310
13  libclient64.dylib                0x000000010f5c5d50 0x10f523000 + 666960
14  libclient64.dylib                0x000000010f5c5b65 0x10f523000 + 666469
15  libclient64.dylib                0x000000010f5364fa 0x10f523000 + 79098
16  libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
17  libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 32:: Java: pool-1-thread-6
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f5f7d96 0x10f523000 + 871830
4   libclient64.dylib                0x000000010f5f818d 0x10f523000 + 872845
5   libclient64.dylib                0x000000010f5f7ed4 0x10f523000 + 872148
6   libclient64.dylib                0x000000010f5c6488 JVM_MonitorWait + 154
7   libjvmlinkage.dylib              0x000000010fc23b0b JVM_MonitorWait + 59
8   ???                              0x000000010fe02eee 0 + 4561317614
9   ???                              0x0000000110126574 0 + 4564608372

Thread 33:: Java: pool-1-thread-7
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x0000000110228690 0 + 4565665424
8   ???                              0x00000000ff7c6866 0 + 4286343270

Thread 34:: Java: pool-1-thread-8
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x0000000110228690 0 + 4565665424
8   ???                              0x00000000ff7c6866 0 + 4286343270

Thread 35:: Java: pool-1-thread-9
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   libclient64.dylib                0x000000010f5e2541 0x10f523000 + 783681
3   libclient64.dylib                0x000000010f944351 0x10f523000 + 4330321
4   libclient64.dylib                0x000000010f986368 0x10f523000 + 4600680
5   ???                              0x000000010fe02eee 0 + 4561317614
6   ???                              0x000000010fdf785a 0 + 4561270874
7   ???                              0x0000000110228690 0 + 4565665424
8   ???                              0x00000000ff7c6866 0 + 4286343270

Thread 36:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib           0x00007fff8ccbb686 mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff8ccbac42 mach_msg + 70
2   com.apple.audio.CoreAudio        0x00007fff8cade17a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3   com.apple.audio.CoreAudio        0x00007fff8cade108 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.apple.audio.CoreAudio        0x00007fff8cadc8db HALC_ProxyIOContext::IOWorkLoop() + 1209
5   com.apple.audio.CoreAudio        0x00007fff8cadc391 HALC_ProxyIOContext::IOThreadEntry(void*) + 83
6   com.apple.audio.CoreAudio        0x00007fff8cadc24b HALB_IOThread::Entry(void*) + 75
7   libsystem_c.dylib                0x00007fff889dc742 _pthread_start + 327
8   libsystem_c.dylib                0x00007fff889c9181 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff523cffb8  rdx: 0x0000000000000000
  rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff523cffe0  rsp: 0x00007fff523cffb8
   r8: 0x00007fff77691278   r9: 0x00000000fffffff0  r10: 0x0000000020000000  r11: 0x0000000000000206
  r12: 0x000000010d842000  r13: 0x00007fe3e1cd6cd8  r14: 0x00007fff77692180  r15: 0x0000000000000000
  rip: 0x00007fff8ccbd212  rfl: 0x0000000000000206  cr2: 0x00007fff7768afe8
Logical CPU: 0



REGION TYPE                      VIRTUAL
===========                      =======
(null) (reserved)                   104K        reserved VM address space (unallocated)
ATS (font support)                 32.0M
ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
CG backing stores                  2988K
CG image                             68K
CG shared images                    224K
CoreServices                       2864K
Java                              296.9M
Java (reserved)                   136.0M        reserved VM address space (unallocated)
MALLOC                            145.8M
MALLOC guard page                    64K
Mach message                          8K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=249                      156K
STACK GUARD                        56.1M
Stack                              50.3M
VM_ALLOCATE                        16.2M
__DATA                             12.3M
__IMAGE                             528K
__LINKEDIT                         56.0M
__TEXT                            112.8M
__UNICODE                           544K
mapped file                        44.2M
shared memory                       360K
===========                      =======
TOTAL                             966.3M
TOTAL, minus reserved VM space    830.2M
<<

dcode

User avatar

Mothership
Mothership

Posts: 2200

Joined: 09.07.2011, 00:59

Post 23.09.2012, 14:21

Re: V1.1 Bug - Mac (SegFault)

Think it, design it, build it, run it. That's what I do.
<<

gers

Mako
Mako

Posts: 23

Joined: 27.10.2011, 14:13

Post 23.09.2012, 14:27

Re: V1.1 Bug - Mac (SegFault)

This is what i've already installed, still doesnt work, 966.3Mb of allocated memory seems a lot to me, i'll tried to lower the graphics so see if it helps.


Edit :

It seems to crash randomly, this time i've not even started the game that it has already crashed.
<<

dcode

User avatar

Mothership
Mothership

Posts: 2200

Joined: 09.07.2011, 00:59

Post 23.09.2012, 14:35

Re: V1.1 Bug - Mac (SegFault)

Hmm...seems like a bug with the JVM or the "JavaApplicationStub" in the package. Have you tried to run the linux version instead via bash?
Think it, design it, build it, run it. That's what I do.
<<

gers

Mako
Mako

Posts: 23

Joined: 27.10.2011, 14:13

Post 23.09.2012, 14:36

Re: V1.1 Bug - Mac (SegFault)

No i'll try and keep you inform.
<<

gers

Mako
Mako

Posts: 23

Joined: 27.10.2011, 14:13

Post 23.09.2012, 14:58

Re: V1.1 Bug - Mac (SegFault)

Didn't work either :

  Code:
Mac-mini-de-Germain:CreepTD GeR$ java -Xms64m -Xmx512m -jar /Users/GeR/Desktop/CreepTD/bin/bootstrap.jar -jar /Users/GeR/Desktop/CreepTD/bin/creeptd-launcher.jar
[BOOTSTRAP] Loading from command line: -jar bin/creeptd-launcher.jar -jar /Users/GeR/Desktop/CreepTD/bin/creeptd-launcher.jar
15:51:24,929 - launcher (missing) initialized
15:51:24,929 - music (missing) initialized
15:51:24,930 - client (missing) initialized
java(612,0x11caad000) malloc: *** error for object 0x11966d000: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6


Really seems to have some memory issues :'(
<<

dcode

User avatar

Mothership
Mothership

Posts: 2200

Joined: 09.07.2011, 00:59

Post 23.09.2012, 15:05

Re: V1.1 Bug - Mac (SegFault)

Hrm...I am feeling a little helpless. In Java, you usually don't have access to low level memory at all - so, I didn't even call any near-machine memory stuff like malloc at all like in C++ apps. Generally CreepTD is a pure Java app without any near-machine code or other magic involved.

I think I'll have to try this out in a virtual machine.
Think it, design it, build it, run it. That's what I do.
<<

gers

Mako
Mako

Posts: 23

Joined: 27.10.2011, 14:13

Post 23.09.2012, 15:25

Re: V1.1 Bug - Mac (SegFault)

I think maybe it come from the sound module.
Since i've never been able to have tower/creeps sounds (I've spoke to you about that a while ago).
And now i've a game sound, but still not tower /creeps sound (which i expect to be "normal").
(Its possible that the app try to deallocate sound flux ( a limited flux number is allowed if i remember right on how the lib worked ) and since on Mac the sound haven't been played maybe not allocated) (Its a guest :D)

Even if in java you don't manually allocate memory there is some library that allocate and free memory.
Maybe in one of the lib you used there is some problems.

Can you do a version where there is an option to totally disactivate the sound ? (Not specially in the GUI even in commande line would be fine just for test ?)
(All i can do for now is to put it at 0% but i assume that the sound is still playing, right ?)
<<

dcode

User avatar

Mothership
Mothership

Posts: 2200

Joined: 09.07.2011, 00:59

Post 23.09.2012, 15:29

Re: V1.1 Bug - Mac (SegFault)

If you put it at 0%, sounds will be skipped and will not be played. Let me know if this helps :)
Think it, design it, build it, run it. That's what I do.
<<

gers

Mako
Mako

Posts: 23

Joined: 27.10.2011, 14:13

Post 23.09.2012, 15:53

Re: V1.1 Bug - Mac (SegFault)

Its seems to have fixed the problem. ;)
<<

Hyperion65

Mercury
Mercury

Posts: 5

Joined: 18.06.2012, 03:20

Post 23.09.2012, 22:22

Re: V1.1 Bug - Mac (SegFault)

Hello,

there is a java 7 version for osx available. Since of version 7 Apple doesnt support softwareupdate for java anymore, so it has to be installed from the oracle site (as for any other os). There are some difficulties installing it (a lot about it can be found on the net and the oracle site).
If you install the JRE, java tools do not recognize it and it cannot be activated.
If you install the JDK (with JRE coming along with it) javatools do recognize it and there is a new java settings in the system preference pane (aka Systemeinstellungen).

There you will see that java 7 is installed. If you go to Terminal and type 'java -version' it might still say that you have Java 6, after removing Java completely and reinstalling it worked for me (that is the terminal also tells me i have java 7 aka 1.7.0)

My bugs with CreepTD on macOSX 10.7.5:

• CreedpTD still tells me i dont have Java 7 as long as theres also java 6 on the System.
• No special effect sounds but only music works.
• Whenever a game is finished and all leave i cannot 'leave' the game. When i click the tiny x i get the message if i really want to leave, just as if i was quitting during the game.
• Probably connected to game quitting bug: i dont get the webpage with the recent game and i dont seem to get any games counted at all. The last game recorded was the last one i played on the old version.

cheers
H.

Return to Bugs

Who is online

Users browsing this forum: No registered users and 99 guests

© CreepTD.com · Powered by phpBB · Style by ST Software