Advertisement
TakesxiSximada

ipython crash

Jun 3rd, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.58 KB | None | 0 0
  1. ```
  2. $ ipython
  3. Python 3.6.0a1+ (default, Jun  1 2016, 18:41:38)
  4. Type "copyright", "credits" or "license" for more information.
  5.  
  6. IPython 4.2.0 -- An enhanced Interactive Python.
  7. ?         -> Introduction and overview of IPython's features.
  8. %quickref -> Quick reference.
  9. help      -> Python's own help system.
  10. object?   -> Details about 'object', use 'object??' for extra details.
  11.  
  12. In [1]:
  13. python3.6(11678,0x7fff7be8a300) malloc: *** error for object 0x105c41e20: pointer being freed was not allocated
  14. *** set a breakpoint in malloc_error_break to debug
  15. zsh: abort      ipython
  16. $
  17. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement