Opened 10 years ago
Closed 10 years ago
#5035 closed defect (duplicate)
gi warnings
Reported by: | ayleph | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | programming | Keywords: | gi, warning |
Cc: | Parent Tickets: |
Description
I get the following warnings when I run bin/gmg dbupdate
in v0.8.0.
(mediagoblin-0.8.0) ~/mediagoblin-0.8.0 $ bin/gmg dbupdate /usr/lib/python2.7/site-packages/gi/module.py:178: Warning: g_array_append_vals: assertion 'array' failed g_type = info.get_g_type() /usr/lib/python2.7/site-packages/gi/module.py:178: Warning: g_hash_table_lookup: assertion 'hash_table != NULL' failed g_type = info.get_g_type() /usr/lib/python2.7/site-packages/gi/module.py:178: Warning: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed g_type = info.get_g_type()
Are these safe to ignore? If so, would it make sense to suppress the warning output?
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Component: | infrastructure → programming |
---|---|
Milestone: | 0.8.0 |
Priority: | minor → trivial |
Status: | new → accepted |
comment:4 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | accepted → closed |
duplicate of #5066, thanks ayleph
Note:
See TracTickets
for help on using tickets.
They are absolutely safe to ignore.
I don't know how to suppress them without suppressing others though, so I will appreciate any help.