-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Ran into an issue with x86 where heavily nested data was causing a segmentation fault on depythonize.
Issue came from using sqloxide to get ast for queries, narrowed it down to be happening in depythonize. The implementation works with no issue on Arm architecture. Not familiar with rust so I am not sure exactly how to get a full stack trace on the error, but thought it would be good to try and give some information.
The python dictionary has a depth close to 1000, it is an AST of a query with ~800 unions and is represented by rust sqlparser crate as {left: <>, right: {left: <>, right: ...}}.
I am not sure if it is something small or a complex issue, happy to provide more information if you can guide me on how
Metadata
Metadata
Assignees
Labels
No labels