Created
January 20, 2016 08:57
-
-
Save pitrou/de815026e0f2c96840ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python -Xfaulthandler pdcrash.py | |
*** Error in `python': free(): invalid pointer: 0x00007f2980189df0 *** | |
Fatal Python error: Aborted | |
Thread 0x00007f297affd700 (most recent call first): | |
File "pdcrash.py", line 8 in let_crash | |
File "/home/antoine/35/lib/python3.5/threading.py", line 862 in run | |
File "/home/antoine/35/lib/python3.5/threading.py", line 914 in _bootstrap_inner | |
File "/home/antoine/35/lib/python3.5/threading.py", line 882 in _bootstrap | |
Thread 0x00007f297b7fe700 (most recent call first): | |
File "pdcrash.py", line 8 in let_crash | |
File "/home/antoine/35/lib/python3.5/threading.py", line 862 in run | |
File "/home/antoine/35/lib/python3.5/threading.py", line 914 in _bootstrap_inner | |
File "/home/antoine/35/lib/python3.5/threading.py", line 882 in _bootstrap | |
Thread 0x00007f297bfff700 (most recent call first): | |
File "/home/antoine/pandas/pandas/core/internals.py", line 4086 in _stack_arrays | |
File "/home/antoine/pandas/pandas/core/internals.py", line 4041 in _multi_blockify | |
File "/home/antoine/pandas/pandas/core/internals.py", line 3964 in form_blocks | |
File "/home/antoine/pandas/pandas/core/internals.py", line 3895 in create_block_manager_from_arrays | |
File "/home/antoine/pandas/pandas/core/frame.py", line 5278 in _arrays_to_mgr | |
File "/home/antoine/pandas/pandas/core/frame.py", line 360 in _init_dict | |
File "/home/antoine/pandas/pandas/core/frame.py", line 224 in __init__ | |
File "pdcrash.py", line 9 in let_crash | |
File "/home/antoine/35/lib/python3.5/threading.py", line 862 in run | |
File "/home/antoine/35/lib/python3.5/threading.py", line 914 in _bootstrap_inner | |
File "/home/antoine/35/lib/python3.5/threading.py", line 882 in _bootstrap | |
Thread 0x00007f2988e99700 (most recent call first): | |
File "/home/antoine/pandas/pandas/core/internals.py", line 4086 in _stack_arrays | |
File "/home/antoine/pandas/pandas/core/internals.py", line 4041 in _multi_blockify | |
File "/home/antoine/pandas/pandas/core/internals.py", line 3964 in form_blocks | |
File "/home/antoine/pandas/pandas/core/internals.py", line 3895 in create_block_manager_from_arrays | |
File "/home/antoine/pandas/pandas/core/frame.py", line 5278 in _arrays_to_mgr | |
File "/home/antoine/pandas/pandas/core/frame.py", line 360 in _init_dict | |
File "/home/antoine/pandas/pandas/core/frame.py", line 224 in __init__ | |
File "pdcrash.py", line 9 in let_crash | |
File "/home/antoine/35/lib/python3.5/threading.py", line 862 in run | |
File "/home/antoine/35/lib/python3.5/threading.py", line 914 in _bootstrap_inner | |
File "/home/antoine/35/lib/python3.5/threading.py", line 882 in _bootstrap | |
Thread 0x00007f298975e700 (most recent call first): | |
File "/home/antoine/35/lib/python3.5/site-packages/numexpr/necompiler.py", line 767 in evaluate | |
File "/home/antoine/pandas/pandas/computation/expressions.py", line 117 in _evaluate_numexpr | |
File "/home/antoine/pandas/pandas/computation/expressions.py", line 218 in evaluate | |
File "/home/antoine/pandas/pandas/core/ops.py", line 581 in na_op | |
File "/home/antoine/pandas/pandas/core/ops.py", line 650 in wrapper | |
File "pdcrash.py", line 11 in let_crash | |
File "/home/antoine/35/lib/python3.5/threading.py", line 862 in run | |
File "/home/antoine/35/lib/python3.5/threading.py", line 914 in _bootstrap_inner | |
File "/home/antoine/35/lib/python3.5/threading.py", line 882 in _bootstrap | |
Current thread 0x00007f298a023700 (most recent call first): | |
File "/home/antoine/35/lib/python3.5/site-packages/numexpr/necompiler.py", line 767 in evaluate | |
File "/home/antoine/pandas/pandas/computation/expressions.py", line 117 in _evaluate_numexpr | |
File "/home/antoine/pandas/pandas/computation/expressions.py", line 218 in evaluate | |
File "/home/antoine/pandas/pandas/core/ops.py", line 581 in na_op | |
File "/home/antoine/pandas/pandas/core/ops.py", line 650 in wrapper | |
File "pdcrash.py", line 11 in let_crash | |
File "/home/antoine/35/lib/python3.5/threading.py", line 862 in run | |
File "/home/antoine/35/lib/python3.5/threading.py", line 914 in _bootstrap_inner | |
File "/home/antoine/35/lib/python3.5/threading.py", line 882 in _bootstrap | |
Thread 0x00007f299de55700 (most recent call first): | |
File "/home/antoine/35/lib/python3.5/threading.py", line 293 in wait | |
File "/home/antoine/35/lib/python3.5/threading.py", line 549 in wait | |
File "/home/antoine/35/lib/python3.5/threading.py", line 849 in start | |
File "pdcrash.py", line 21 in <module> | |
Abandon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment