We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With this query to http://voparis-tap-planeto.obspm.fr/tap:
SELECT * FROM exoplanet.epn_core WHERE star_name = 'Kepler-106'
the application crashes with segmentation fault:
$ PYTHONFAULTHANDLER=1 python -m tap_adql_sandbox Fatal Python error: Segmentation fault Thread 0x000070000ce9a000 (most recent call first): <no Python frame> Current thread 0x000000011245ee00 (most recent call first): File "/usr/local/lib/python3.9/site-packages/dearpygui/dearpygui.py", line 102 in start_dearpygui File "/Users/vasya/code/python/tap-adql-sandbox/src/tap_adql_sandbox/__main__.py", line 520 in main File "/Users/vasya/code/python/tap-adql-sandbox/src/tap_adql_sandbox/__main__.py", line 526 in <module> File "/usr/local/Cellar/[email protected]/3.9.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87 in _run_code File "/usr/local/Cellar/[email protected]/3.9.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197 in _run_module_as_main Segmentation fault: 11
The text was updated successfully, but these errors were encountered:
So far this looks like a bug in Dear PyGui.
Sorry, something went wrong.
For #14: Don't render results table if user requested more than 64 co…
f85eb0f
…lumns
retifrav
No branches or pull requests
With this query to http://voparis-tap-planeto.obspm.fr/tap:
the application crashes with segmentation fault:
The text was updated successfully, but these errors were encountered: