Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pycharm crashing without reason on Mac?

Tags:

macos

pycharm

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
like image 417
Mo. Avatar asked Apr 15 '15 17:04

Mo.


2 Answers

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.

like image 59
daguy666 Avatar answered Oct 22 '22 21:10

daguy666


I had the same problem. I've tried to invalidate caches (File -> Invalidate Caches / Restart...) it seems that it helped.

like image 32
flipajs Avatar answered Oct 22 '22 19:10

flipajs