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

Python crashed in fuzzing test of 7 APIs #409

Open
baltsers opened this issue May 15, 2022 · 1 comment
Open

Python crashed in fuzzing test of 7 APIs #409

baltsers opened this issue May 15, 2022 · 1 comment
Assignees
Labels

Comments

@baltsers
Copy link

baltsers commented May 15, 2022

Describe the bug
API-list: bn.nanmedian, bn.nanmean, bn.nanstd, bn.median, bn.ss, bn.nanmin, bn.nanmax.
Python crashed in our fuzzing test of 7 APIs
All tests were run on the latest developing branch.

To Reproduce
To assist in reproducing the bug, please include the following:

  1. Script
    example: python random_shape.py input1 bn.nanmedian
  2. Python3.8 & Ubuntu18.04
  3. pip 21.2.4
  4. pip list

Expected behavior
python should not crash

Additional context
input1
input2
input3
input4
input5
input6
input7

Crash information:
median
nanmean
nanmedian
nanmin
nanstd
ss
nanmin and nanmax crashed at the same position.

@NetaStern99
Copy link

The input and script links don't seem to work for me. Can you please fix the links?
I specifically need to reproduce the crash that occurred using bn.median, to understand if it can affect my code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants