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

Segmentation fault when SELECT has a lot of columns #14

Open
retifrav opened this issue Jan 20, 2022 · 1 comment
Open

Segmentation fault when SELECT has a lot of columns #14

retifrav opened this issue Jan 20, 2022 · 1 comment
Assignees
Labels
bug something isn't working upstream issue the bug/problem originates in one of the dependencies

Comments

@retifrav
Copy link
Owner

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/python@3.9/3.9.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87 in _run_code
  File "/usr/local/Cellar/python@3.9/3.9.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197 in _run_module_as_main
Segmentation fault: 11
@retifrav retifrav added the bug something isn't working label Jan 20, 2022
@retifrav retifrav added this to the v0.7.0 milestone Jan 20, 2022
@retifrav retifrav self-assigned this Jan 20, 2022
@retifrav
Copy link
Owner Author

So far this looks like a bug in Dear PyGui.

@retifrav retifrav added the upstream issue the bug/problem originates in one of the dependencies label Jan 20, 2022
@retifrav retifrav removed this from the v0.8.0 milestone Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working upstream issue the bug/problem originates in one of the dependencies
Projects
None yet
Development

No branches or pull requests

1 participant