-
Notifications
You must be signed in to change notification settings - Fork 5
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
Memory leak with emit dataframe #902
Labels
bug
Unwanted / harmful behavior
Comments
This was referenced May 28, 2024
8 tasks
tomuben
added a commit
that referenced
this issue
Jun 10, 2024
tomuben
added a commit
that referenced
this issue
Jun 11, 2024
Changelist: - #904: Ignored Kernel CVE (#905) - #906: Updated APT package (#907) - #908 pined conda package (#909) - #910: Updated APT package (#911) - #892: Filtered out Linux Kernel related CVE's (#912) - #895: Fixed GH Action 'Publish Docker Test Container' (#913) - #856: Changed mirror for installing R packages (#914) - #917: Updated Ubuntu JDK package (#918) - #915: Updated Python (#916) - #902: fixed memory related bugs with emit dataframe (#920) - #921: Use exasol-python-test-framework 0.5.0 (#922) - #923: Use exasol-python-test-framework 0.5.1 (#924)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
=> Throws an OOM error:
Hints:
Try https://docs.python.org/3/library/gc.html#gc.set_debug or dump objects with https://docs.python.org/3/library/gc.html#gc.get_objects
Possible root cause: Missing decrement of reference counter of a Python object.
The text was updated successfully, but these errors were encountered: