-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Python crashes with bad function arguments #22719
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
Comments
Can you try on master? I got the following on macOS: In [1]: import pandas as pd
...: s = pd.Series(range(10))
...: s.rolling(0).min()
...:
Out[1]:
0 NaN
1 NaN
2 NaN
3 NaN
4 NaN
5 NaN
6 NaN
7 NaN
8 NaN
9 NaN
dtype: float64 |
Python crashes on master when executing code sample. *** Error in `python': free(): invalid next size (fast): 0x000055ffdc1384b0 ***
INSTALLED VERSIONS
------------------
commit: 1a12c41
python: 3.7.0.final.0
python-bits: 64
OS: Linux
OS-release: 4.15.0-34-generic
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: en_US.UTF-8
pandas: 0.24.0.dev0+608.g1a12c41 |
I have the bug both locally and on AWS. |
Did you install from our wheel on PyPI, or conda, or source? |
installed from source, followed the install from github |
What's |
ldd (Ubuntu GLIBC 2.23-0ubuntu10) 2.23 gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 |
just dies on Windows also..
|
I get the same on same on Linux:
Backtrace
|
I think this may be fixed on master now. Tested on Google Colab (Linux) and worked okay
|
I could not reproduce the error with latest master on linux.
|
Works fine on Windows with latest master
|
Code Sample, a copy-pastable example if possible
Problem description
Python crashes instead of raising an Exception
Expected Output
raising an Exception
Output of
pd.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.6.6.final.0
python-bits: 64
OS: Linux
OS-release: 4.15.0-33-generic
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: en_US.UTF-8
pandas: 0.23.4
pytest: None
pip: 10.0.1
setuptools: 39.2.0
Cython: None
numpy: 1.15.0
scipy: 1.1.0
pyarrow: None
xarray: None
IPython: 6.4.0
sphinx: None
patsy: None
dateutil: 2.7.3
pytz: 2018.5
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: 2.2.2
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: 4.6.3
html5lib: 1.0.1
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.10
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: