Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable explorer crash when viewing numpy structured array #5254

Closed
HassanNaseri opened this issue Sep 16, 2017 · 1 comment
Closed

Variable explorer crash when viewing numpy structured array #5254

HassanNaseri opened this issue Sep 16, 2017 · 1 comment

Comments

@HassanNaseri
Copy link

The following code creates the object test_array , and double-click on it in variable explorer results in error and immediate crash.

import numpy as np
test_array  = np.empty(2,dtype=[('X', 'f8', (2,10)), ('S', 'S10')])

I cannot capture the error message and there is no crash log file.

  • Spyder Version: 3.1.4
  • Python Version: 2.7.10 Anaconda
  • Operating system: MacOS Sierra
  • QT Version: 7.7.3
  • PYQTVersion: 5.6.0
@ccordoba12
Copy link
Member

Thanks for reporting. This is a serious bug indeed!

We'll fix it in Spyder 3.2.4

@ccordoba12 ccordoba12 changed the title Spyder variable explorer crash when viewing numpy structured array Variable explorer crash when viewing numpy structured array Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants