https://bugzilla.suse.com/show_bug.cgi?id=1201219 Bug ID: 1201219 Summary: wpa_supplicant hit assert(*bool_p == 0 || *bool_p == 1) when started with -utt and requesting ALL properties via DBus Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: i686 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network Assignee: screening-team-bugs@suse.de Reporter: cfamullaconrad@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- # Summary If I start wpa_supplicant with parameters `-utt` and requesting all properties via DBus, wpa_supplicant is hitting the following error:
bus[19258]: arguments to dbus_message_iter_append_basic() were incorrect, assertion "*bool_p == 0 || *bool_p == 1" failed in file dbus-message.c line 2794. This is normally a bug in some application using the D-Bus library.
#Reproducer Start wpa_supplicant like:
wpa_supplicant -utt
Request all properties via DBus:
dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 /fi/w1/wpa_supplicant1 org.freedesktop.DBus.Properties.GetAll string:fi.w1.wpa_supplicant1
-- You are receiving this mail because: You are on the CC list for the bug.