Crashes on OS X
I'm having trouble with rather frequent crashed of PHPStorm on OS x. I'll start posting the crash dumps maybe somebody will get something out of them. Right now I've just completely reinstalled my Mac, started PhpStorm for the first time and I've already got the first crash (deleted a lot of the text, I assume the top part is the most interesting):
Process: phpstorm [698]
Path: /Applications/PhpStorm.app/Contents/MacOS/phpstorm
Identifier: com.jetbrains.PhpStorm
Version: 6.0.2 (PS-129.487)
Code Type: X86-64 (Native)
Parent Process: launchd [116]
User ID: 501
Date/Time: 2013-05-22 22:51:43.667 +0200
OS Version: Mac OS X 10.8.3 (12D78)
Report Version: 10
Interval Since Last Report: 2552 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 85 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 6BADFA62-EEFC-0967-7CD4-D6B8D080569A
Crashed Thread: 4 Java: GC task thread#0 (ParallelGC)
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000098
VM Regions Near 0x98:
-->
__TEXT 0000000100000000-0000000100006000 [ 24K] r-x/rwx SM=COW /Applications/PhpStorm.app/Contents/MacOS/phpstorm
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8fe73686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8fe72c42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff91717233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff9171c916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff9171c0e2 CFRunLoopRunSpecific + 290
5 com.apple.HIToolbox 0x00007fff92c18eb4 RunCurrentEventLoopInMode + 209
6 com.apple.HIToolbox 0x00007fff92c18c52 ReceiveNextEventCommon + 356
7 com.apple.HIToolbox 0x00007fff92c18ae3 BlockUntilNextEventMatchingListInMode + 62
8 com.apple.AppKit 0x00007fff90b8c563 _DPSNextEvent + 685
9 com.apple.AppKit 0x00007fff90b8be22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
10 libawt.jnilib 0x000000010f5ee9e3 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
11 com.apple.AppKit 0x00007fff90b831d3 -[NSApplication run] + 517
12 libawt.jnilib 0x000000010f5ed094 +[AWTStarter startAWT:] + 1495
13 libawt.jnilib 0x000000010f5eca0e -[CPerformer perform] + 93
14 com.apple.Foundation 0x00007fff88079d3a __NSThreadPerformPerform + 225
15 com.apple.CoreFoundation 0x00007fff916f9b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
16 com.apple.CoreFoundation 0x00007fff916f9455 __CFRunLoopDoSources0 + 245
17 com.apple.CoreFoundation 0x00007fff9171c7f5 __CFRunLoopRun + 789
18 com.apple.CoreFoundation 0x00007fff9171c0e2 CFRunLoopRunSpecific + 290
19 com.jetbrains.PhpStorm 0x0000000100000fe8 parkRunLoop + 168
20 com.jetbrains.PhpStorm 0x000000010000120b main + 219
21 com.jetbrains.PhpStorm 0x0000000100000f04 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8fe75d16 kevent + 10
1 libdispatch.dylib 0x00007fff8892bdea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff8892b9ee _dispatch_mgr_thread + 54
Please sign in to leave a comment.
And another, just pressing Enter to create a new line:
And right away the next one. I thought on Macs you supposedly don't have to reboot alle the time... grml
It's getting to the point where I'll have to look for a different IDE on OS X. My Mac has not been messed with at all so I see no reason for the constant crashes I'm seeing. This never happens on Windows, where I spend most time. Here's the report:
Does anybody have anything to say about this? Devs, anybody? Am I being stupid?
Hi there,
I'm not a dev .. but this looks like JVM crash (Java itself -- errors in actual PhpStorm are handled/displayed differently). I have not seen any crash tickets like that on Issue Tracker for a long time -- so it must be your machine specific and not common problem (plus, JVM crash tickets would receive "won't fix" status since it's actually JVM issue).
You better look into your Java installation -- try re-installing it. Upgrading MacOS to 10.8.4 may also help (although unlikely).
Thanks for the info!
I didn't pay much attention to the Java version when iø installed. I simply accepted what PhpStorm suggested. I've comŠletely wiped my OS because I wa– getting constant crashes. In the end even the volume button would just the whole OS flying. Those problems have gone now but PhpStorm remains tricky.
According to java - version I'm running "1.6.0_45"
There might be something wrong with my machine. Even Chrome constantly bails on me... I'll have to look into doing some HW testing I guess. Yay. That's what I got this Mac for...
My very first suspect in such HW problems case would be RAM.
I had a feeling you might be right. Turns out you are. Apple Hardware Test gives me a 4mem/9 error. Despite Apple Care I have to wait for Saturday and my appointment and then god knows how long until I get replacement...
Either way, it seems that this is not a PhpStorm issue after all.
Thank you Andriy for pointing me the right direction!