After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 481158 - Inconsistency between standard and implementation of the interface "g_key_file_set_boolean_list"
Inconsistency between standard and implementation of the interface "g_key_fil...
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2007-09-28 04:27 UTC by Areg Beketovski
Modified: 2007-12-23 05:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The test case reproducing the bug (712 bytes, text/plain)
2007-09-28 04:28 UTC, Areg Beketovski
Details

Description Areg Beketovski 2007-09-28 04:27:51 UTC
Documentation for the interface g_key_file_set_boolean_list states: "Associates a list of boolean values with key under group_name. If key cannot be found then it is created. If group_name is NULL, the start_group is used.". But invocation of the interface with the parameter "group_name" = NULL returns with the following error message "GLib-CRITICAL **: g_key_file_set_boolean_list: assertion `group_name != NULL' failed".


The detailed bug description can be found at: 

http://linuxtesting.org/results/report?num=D0057
Comment 1 Areg Beketovski 2007-09-28 04:28:20 UTC
Created attachment 96317 [details]
The test case reproducing the bug
Comment 2 Matthias Clasen 2007-12-23 05:56:34 UTC
2007-12-22  Matthias Clasen  <mclasen@redhat.com>

        * glib/gkeyfile.c: Remove wrong documentation about start group
        handling.  (#476856, Areg Beketovski)