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

queries/flatten.py crashes on Windows #19068

Open
biagas opened this issue Nov 17, 2023 · 1 comment
Open

queries/flatten.py crashes on Windows #19068

biagas opened this issue Nov 17, 2023 · 1 comment
Assignees
Labels
bug Something isn't working impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood reviewed Issue has been reviewed and labeled by a developer
Milestone

Comments

@biagas
Copy link
Contributor

biagas commented Nov 17, 2023

Describe the bug

The flatten query test crashes on Windows during this call to np.asarray:

def test_basic_table(table):
data = np.asarray(table)

Not quite sure how to diagnose.

WIndows 10, MSVC 2022, Python 3.7.16, numpy 1.21.6.

I had to switch to Python 3.7.16 on Windows in order to get a working PIL for the image difference aspect of our regression testing.

3.4RC and develop

@biagas biagas added bug Something isn't working likelihood medium Neither low nor high likelihood impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) labels Nov 17, 2023
@brugger1 brugger1 added this to the 3.4.0 milestone Nov 30, 2023
@brugger1 brugger1 added the reviewed Issue has been reviewed and labeled by a developer label Nov 30, 2023
@biagas
Copy link
Contributor Author

biagas commented Dec 12, 2023

@cyrush PR #17423 does not mitigate this crash. BTW, what is happening here is vastly different than the issue that PR attempted to address. Any suggestions for how to debug?

@cyrush cyrush modified the milestones: 3.4.1, 3.4.2 Dec 21, 2023
@cyrush cyrush modified the milestones: 3.4.2, 3.4.3 Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood reviewed Issue has been reviewed and labeled by a developer
Projects
None yet
Development

No branches or pull requests

3 participants