In PyCharm (community edition 2016.2.3), using anaconda2 + ubuntu 14.04, import matplotlib
causes a signal 11 error during the debug mode. There is no problem when executing the script in release mode.
The python code:
import matplotlib as pt
The debug console:
Connected to pydev debugger (build 162.1967.10) GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Backend Qt4Agg is interactive backend. Turning interactive mode on.
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)