I've been using Eclipse and Pydev for a couple of weeks. This morning I've suddenly been getting java.lang.StackOverflowErrors from Eclipse on startup, while it tries to parse _dotblas.pyd and a couple of other blas related .pyd files (presumably from the numpy or scipy libraries). These occur a few moments after Eclipse opens up my existing pydev projects.
I'm running a basic install of the native stable versions of Python 2.7, numpy, scipy, Eclipse Helios (20110218-0911), CDT and pydev (2.1.0.2011052613) on Windows 7 64-bit.
I can't find anything about this with google, or searching this forum. Is there a way to stop this occuring? If I don't click through at least 6 pop up windows in exactly the right order, Eclipse closes/crashes again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've been using Eclipse and Pydev for a couple of weeks. This morning I've suddenly been getting java.lang.StackOverflowErrors from Eclipse on startup, while it tries to parse _dotblas.pyd and a couple of other blas related .pyd files (presumably from the numpy or scipy libraries). These occur a few moments after Eclipse opens up my existing pydev projects.
I'm running a basic install of the native stable versions of Python 2.7, numpy, scipy, Eclipse Helios (20110218-0911), CDT and pydev (2.1.0.2011052613) on Windows 7 64-bit.
I can't find anything about this with google, or searching this forum. Is there a way to stop this occuring? If I don't click through at least 6 pop up windows in exactly the right order, Eclipse closes/crashes again.
This was already fixed. Please grab the latest nightly build. See: http://pydev.org/download.html for details on getting it.
Cheers,
Fabio