arokem / python-matlab-bridge

A simple Python => MATLAB(R) interface and a matlab_magic for ipython
BSD 2-Clause "Simplified" License
332 stars 97 forks source link

Matlab crash on plot #238

Open bwilfley opened 8 years ago

bwilfley commented 8 years ago

Hello all,

I'm trying to get pymatbridge running on my mac (config: see below). I'm getting a crash when I run a line of code that calls the matlab 'plot' function. The sequence of events is:

`>> python3

from pymatbridge import Matlab mlab = Matlab(executable='/Applications/MATLAB_R2015b.app/bin/matlab') mlab.start() Starting MATLAB on ZMQ socket ipc:///tmp/pymatbridge-84668aa7-d80d-4df4-a129-7a2c6fa49d51 Send 'exit' command to kill the server .......MATLAB started and connected! <pymatbridge.pymatbridge.Matlab object at 0x10240b630> results = mlab.run_code('plot( sin( 0:0.01:10))')


          abort() detected at Mon May 16 18:25:19 2016

`

The abort produces a crash dump (text file attached.)

I'm hoping someone knows what to do, or maybe how to approach debugging the problem.

Thanks.

My config: macbook pro (Retina, 13-inch, Early 2015) OS X 10.11.5 (El Capitan) python3 via homebrew Matlab 2015b pymatbridge from 'master' on github.

crashDump03.txt