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

Segfaulting on close of the chaco example #66

Open
jonathanrocher opened this issue Nov 21, 2015 · 0 comments
Open

Segfaulting on close of the chaco example #66

jonathanrocher opened this issue Nov 21, 2015 · 0 comments

Comments

@jonathanrocher
Copy link

$ python embedding_chaco.py 
/Users/jrocher/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/chaco/array_data_source.py:123: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  self._data = newdata
2015-11-21 17:40:39.559 Python[7978:957591] Error loading /Users/jrocher/Library/Internet Plug-Ins/Picasa.plugin/Contents/MacOS/Picasa:  dlopen(/Users/jrocher/Library/Internet Plug-Ins/Picasa.plugin/Contents/MacOS/Picasa, 262): no suitable image found.  Did find:
    /Users/jrocher/Library/Internet Plug-Ins/Picasa.plugin/Contents/MacOS/Picasa: mach-o, but wrong architecture
plugin,NP_Initialize start
plugin,NP_Initialize end
plugin,NP_GetEntryPoints start
Private_Initialize
plugin,NP_GetEntryPoints end
2015-11-21 17:40:39.605 Python[7978:957591] Error loading /Users/jrocher/Library/Internet Plug-Ins/LWAPlugin15.8.bundle/Contents/MacOS/LWAPlugin:  dlopen(/Users/jrocher/Library/Internet Plug-Ins/LWAPlugin15.8.bundle/Contents/MacOS/LWAPlugin, 262): no suitable image found.  Did find:
    /Users/jrocher/Library/Internet Plug-Ins/LWAPlugin15.8.bundle/Contents/MacOS/LWAPlugin: mach-o, but wrong architecture
2015-11-21 17:40:39.607 Python[7978:957591] Error loading /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin:  dlopen(/Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin, 265): no suitable image found.  Did find:
    /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin: mach-o, but wrong architecture
Vector smash protection is enabled.
/Users/jrocher/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/chaco/axis.py:498: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  for tickpos in mapped_tick_positions]))
/Users/jrocher/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/chaco/axis.py:499: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  self._tick_label_list = tick_list
/Users/jrocher/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/chaco/axis.py:500: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  self._tick_label_positions = self._tick_positions
Segmentation fault: 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant