I have PyCharm installed and it just crashes after about 1-2 hours of use everytime, there is no pattern to when it crashes. Sometimes it's when I'm using it and others when it's just running in the background.
I have the following JRE:
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
I get the following error and was wondering if anyone has seen anything similar?
Process: pycharm [5205]
Path: /Applications/PyCharm CE.app/Contents/MacOS/pycharm
Identifier: com.jetbrains.pycharm
Version: 4.0.4 (PC-139.1001)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: pycharm [5205]
User ID: 502
Date/Time: 2015-04-15 13:11:06.241 -0400
OS Version: Mac OS X 10.10.3 (14D131)
Report Version: 11
Anonymous UUID: 7843DB2C-FEDB-F974-830E-2E01462647F4
Time Awake Since Boot: 12000 seconds
Crashed Thread: 28 Java: Java2D Queue Flusher
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
*** error for object 0x2065636e6174736e: pointer being freed was not allocated
I would either try downloading the latest pycharm 4.5 / check for other updates. Or by removing all add ons (if any) and the add them back one by one. See what breaks it.
I had the same problem.
I've tried to invalidate caches (File -> Invalidate Caches / Restart...) it seems that it helped.
Related
When I try to open Xcode, it crashes unexpectedly and asks me to reopen. But reopening also gives me the same error. I have XCode 10.2.1 as well as XCode 11.7 installed.
Problem details and system configuration:
Process: Xcode [1607]
Path: /Applications/Xcode1.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 10.2.1 (14490.122)
Build Info: IDEFrameworks-14490122000000000~6 (10E1001)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [1607]
User ID: 501
PlugIn Path: /Applications/Xcode1.app/Contents/Developer/usr/lib/libMainThreadChecker.dylib
PlugIn Identifier: libMainThreadChecker.dylib
PlugIn Version: ??? (64490.34)
Date/Time: 2020-11-16 21:23:39.623 -0500
OS Version: macOS 11.0.1 (20B29)
Report Version: 12
Bridge OS Version: 5.0.1 (18P2561)
Anonymous UUID: 14ACF447-0D96-DDDB-DD2C-2FE0B3DB664D
Time Awake Since Boot: 4800 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff237919b9
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Bus error: 10
Termination Reason: Namespace SIGNAL, Code 0xa
Terminating Process: exc handler [1607]
VM Regions Near 0x7fff237919b9:
__TEXT 7fff22bf8000-7fff23600000 [ 10.0M] r-x/r-x SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
--> __TEXT 7fff23600000-7fff23800000 [ 2048K] r-x/rwx SM=COW /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
Submap 7fff23800000-7fff40000000 [456.0M] r--/rwx SM=PRV process-only VM submap
Application-Specific Information:
/Applications/Xcode1.app/Contents/Developer/usr/lib/libMainThreadChecker.dylib
ProductBuildVersion: 10E1001
Faced the same issue on Big Sur update. Git stopped working as well. Fixed it by running following command in terminal.
defaults write com.apple.dt.Xcode DVTDisableMainThreadChecker 1
Original Answer Reference: https://developer.apple.com/forums/thread/651985?answerId=637934022#637934022
Faced the same issue after updating to Big Sur.
Found a temporary workaround:
Go to Xcode10.app/Contents/Developer/usr/lib
Rename the file libMainThreadChecker.dylib into anything else (I named it _libMainThreadChecker.dylib)
NOTE: If your project has "Main thread checker enabled" it may crash somewhere, so it's better to disable it.
This is a known issues
Currently there is one workaround for this.
You've to run the following command in the Terminal app to avoid crashes when starting Xcode:
defaults write com.apple.dt.Xcode DVTDisableMainThreadChecker 1
Now deactivate "Main Thread Checker" in your Xcode project: Edit
Scheme -> Run/Test -> Diagnostics -> Uncheck Main Thread Checker.
I use XCode 8.2.1 to debug my app. Every time when click the stop debug button, The XCode will crash. This is the following crash info:
Process: Xcode [1478]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 8.2.1 (11766.1)
Build Info: IDEFrameworks-11766001000000000~5
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [1478]
User ID: 501
Date/Time: 2017-01-06 16:24:45.369 +0800
OS Version: Mac OS X 10.11.6 (15G1212)
Report Version: 11
Anonymous UUID: A7D6D50D-A3D3-32EF-A3FC-160E5195E461
Time Awake Since Boot: 3000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Does anyone has the same issue?
There was a race condition bug in lldb that was fixed very recently - should show up in the next official tools release - that could cause debugger shutdown crashes. Without seeing the crashed thread though, it's hard to tell whether it was likely one of these crashes.
Running XCode 6.1.1 and Unity 4.6.1 (free version)
I edited the Unity-Generated Xcode project so that Base SDK is "iOS 8.1", and Supported Platforms is "iOS". Other than that, it is the same. Each time I run the project, XCode asks me if I want the app to accept incoming Network Connections (really annoying btw), and then XCode implodes with the below, about a Code Signature being invalid with lldb. I can't imagine I'm the only one out there with this issue, but Google has not helped me out with finding others with this issue. So... not sure what's happening here.
Process: Xcode [9062]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 6.1.1 (6611)
Build Info: IDEFrameworks-6611000000000000~4
App Item ID: 497799835
App External ID: 810788292
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [9062]
User ID: 501
PlugIn Path: /Users/gregory/Library/Developer/CoreSimulator/Devices/4763D685-8069-492C-AACD-210671E5A7DD/data/Containers/Bundle/Application/D574563E-8038-4C30-B88B-0FF3B1AF96F1/LaserLarry.app/LaserLarry
PlugIn Identifier: ca.crescentdevelopment.LaserLarry
PlugIn Version: 1.0 (1.0)
Date/Time: 2015-01-27 12:05:28.662 -0800
OS Version: Mac OS X 10.10.1 (14B25)
Report Version: 11
Anonymous UUID: D4619ABC-7D43-9E17-7C12-7ECEBAE0D4CA
Sleep/Wake UUID: 2F24D97F-F4B6-42EC-BFE3-110FF9BA4544
Time Awake Since Boot: 59000 seconds
Crashed Thread: 24 <lldb.process.internal-state(pid=9138)>
Exception Type: EXC_BAD_ACCESS (Code Signature Invalid)
Exception Codes: 0x0000000000000032, 0x000000011b5fa000
kernel messages:
-1 sec CODE SIGNING: cs_invalid_page(0x11b5fa000): p=9062[Xcode] final status 0x3000200, denying page sending SIGKILL
-1 sec CODE SIGNING: process 9062[Xcode]: rejecting invalid page at address 0x11b5fa000 from offset 0xed4000 in file "/Users/USER/Library/Developer/CoreSimulator/Devices/4763D685-8069-492C-AACD-210671E5A7DD/data/Containers/Bundle/Application/D574563E-8038-4C30-B88B-0FF3B1AF96F1/LaserLarry.app/LaserLarry" (cs_mtime:1422389070.0 == mtime:1422389070.0) (signed:1 validated:1 tainted:1 wpmapped:0 slid:0)
I'm trying to migrate to new processing, as I use often in my life (it's an update, so I'm moving on...).
Here's my setup:
Mac OS X 10.7.3
Processing 2.0b1 (Launch Program in 32-bit mode)
$ java -version
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11D50b)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
My setup used to work on Processing 1.5 - and all the problems that I'm seeing right now I not had using that release.
First:
Any examples from libraries/video/capture simply don't work. Sometimes it crashes, sometimes it freezes.
The console log after AsciiVideo:
DVFreeThread - CFMachPortCreateWithPort hack = 0xc083b7c0,
fPowerNotifyPort= 0xc085a0f0 DVFreeThread - CFMachPortCreateWithPort
hack = 0xc0809a60, fPowerNotifyPort= 0xc0808080 DVFreeThread -
CFMachPortCreateWithPort hack = 0xc08159a0, fPowerNotifyPort=
0xc082add0
I use the GSVideo too, and I tried to run the AsciiVideo from there.
The console error:
GSVideo version: 1.0.0 19200 Invalid memory access of location 0x0
eip=0x97cee3ba
and raised an error window
Process: java [25673] Path: /usr/bin/java
Identifier: com.apple.javajdk16.cmd Version: 1.0 (1.0)
Code Type: X86 (Native) Parent Process: JavaApplicationStub
[24849]
PlugIn Path: /var/folders/*/libjogl_desktop.jnilib PlugIn
Identifier: libjogl_desktop.jnilib PlugIn Version: ??? (???)
Date/Time: 2012-09-05 17:04:08.993 -0300 OS Version: Mac OS
X 10.7.3 (11D50b) Report Version: 9
...
I work with SimpleOpenNI, GSVideo, GLgraphics, SurfaceMapper... I decided migrate yesterday, to increase performance using the same CPU when I render videos.
I think it's better to ask this question on the processing forum.
Reason why you get this error is that the video library is rewritten from scratch in Processing 2, and it's based on GSVideo. Check the video examples in Processing 2.0b3.
Also, SurfaceMapper is currently not working with Processing 2.0, I'll look into that.
Best regards,
Jonas, Ixagon
I recently started using Mac OS X for a flex/actionscript project and having a problem with flash player debugger plugin for the browsers:
OSX: 10.6.3
Browsers I tried: firefox, safari and chrome
Flashplayer debug "Flash Player 10 Plugin content debugger (Intel-based Macs)
Whenever I open a page containing a flash content, my browser crashes due to flash player plugin's crash.
I checked the version of my flash player debug plugin with http://kb2.adobe.com/cps/155/tn_15507.html
and as the version checker is written in flash, my browser crashes a few seconds later.
I am using version 10,0,42,2 (debug edition: yes)
This is what I see in the crash log:
Process: WebKitPluginHost [338]
Path: /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS/WebKitPluginHost
Identifier: com.apple.WebKit.PluginHost
Version: 6533 (6533.13)
Build Info: WebKitPluginHost-75331300~1
Code Type: X86 (Native)
Parent Process: WebKitPluginAgent [337]
PlugIn Path: /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
PlugIn Identifier: com.macromedia.Flash Player.plugin
PlugIn Version: 10.0.45.2 (1.0.4f458472)
Date/Time: 2010-06-09 21:18:23.408 +0200
OS Version: Mac OS X 10.6.3 (10D2094)
Report Version: 6
Interval Since Last Report: 1232 sec
Crashes Since Last Report: 2
Per-App Interval Since Last Report: 61 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: 6765603E-22AC-4AA6-8EFF-215234877FF4
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000197003e4
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Any ideas how can I track this issue ?
Cheers,
-A
Upgrading to version 10.1 resolved the issue.