! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfdesktop raises critical warnings about NULL hash tables
Status:
RESOLVED: FIXED
Product:
Xfdesktop
Component:
General

Comments

Description Olivier Fourdan editbugs 2004-11-22 21:38:31 CET
Although it's not blocking, we should get rid of those NULL pointer warnings
before the final release:

(xfdesktop:21691): GLib-CRITICAL **: file ghash.c: line 294
(g_hash_table_insert): assertion `hash_table != NULL' failed
 
(xfdesktop:21691): GLib-CRITICAL **: file ghash.c: line 557
(g_hash_table_foreach): assertion `hash_table != NULL' failed
Comment 1 Brian J. Tarricone (not reading bugmail) 2004-11-22 22:46:28 CET
yeah, that would be nice.  i looked at it briefly a while ago, but it wasn't
obvious where it was occuring.  i might not get to this before 4.2, but i'll try.
Comment 2 Brian J. Tarricone (not reading bugmail) 2004-11-25 05:38:10 CET
ok, the g_hash_table_foreach() warning should be gone.  i'm not sure about the
other one, but maybe.
Comment 3 Brian J. Tarricone (not reading bugmail) 2004-12-04 02:25:51 CET
i'm relatively sure this is fixed.

Bug #525

Reported by:
Olivier Fourdan
Reported on: 2004-11-22
Last modified on: 2009-07-14

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Attachments

Additional information