Skip to content

Instantly share code, notes, and snippets.

@iemcd
Created May 16, 2020 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iemcd/de2ee717c91aaae8eec56e8d12bd0851 to your computer and use it in GitHub Desktop.
Save iemcd/de2ee717c91aaae8eec56e8d12bd0851 to your computer and use it in GitHub Desktop.
I install comictagger with:
`$ pip install --user comictagger`
Then I try:
`$ comictagger`
and I get:
`(process:6616): GLib-CRITICAL **: 19:16:12.048: g_hash_table_contains: assertion 'hash_table != NULL' failed`
`(process:6616): GLib-CRITICAL **: 19:16:12.048: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed`
`Segmentation fault (core dumped)`
Confirmed that it happens on two computers, both running Mageia.
`$ python3 -q -X faulthandler .local/bin/comictagger`
returns:
`Current thread 0x00007f856b95e600 (most recent call first):`
` File "/home/ian/.local/lib/python3.7/site-packages/comictaggerlib/main.py", line 65 in ctmain`
` File ".local/bin/comictagger", line 8 in <module>`
(in addition to the same messages as before). Line 65 is something about QtWidgets, but there my knowledge ends.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment