You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is quite often I encounter that the entire application force closed when downloading any resource. I was wondering if it had something to do with handling stream buffer or something related. But I recently discovered that just didn't seem right. Still figuring out the code. By the way, here's the traceback from faulthandler:
Fatal Python error: Segmentation fault
Thread 0x00007fa048b14700 (most recent call first):
File "/usr/lib/python3.8/ssl.py", line 1099 inread
File "/usr/lib/python3.8/ssl.py", line 1241 in recv_into
File "/usr/lib/python3.8/socket.py", line 669 in readinto
File "/usr/lib/python3.8/http/client.py", line 502 in readinto
File "/usr/lib/python3.8/http/client.py", line 458 inread
File "/app/share/grapik-quran/src/model.py", line 238 in add_musshaf
File "/app/share/grapik-quran/src/window.py", line 571 in add_musshaf
File "/usr/lib/python3.8/threading.py", line 870 in run
File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap
Current thread 0x00007fa04f195740 (most recent call first):
File "/usr/lib/python3.8/site-packages/gi/overrides/Gio.py", line 42 in run
File "/app/share/grapik-quran/src/main.py", line 47 in main
File "/app/bin/grapik-quran", line 41 in<module>
And
free(): double free detected in tcache 2
The text was updated successfully, but these errors were encountered:
It is quite often I encounter that the entire application force closed when downloading any resource. I was wondering if it had something to do with handling stream buffer or something related. But I recently discovered that just didn't seem right. Still figuring out the code. By the way, here's the traceback from
faulthandler
:And
The text was updated successfully, but these errors were encountered: