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 777774 - GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' fa...
Status: RESOLVED DUPLICATE of bug 773675
Product: NetworkManager
Classification: Platform
Component: nm-applet
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-01-26 07:36 UTC by Paul Menzel
Modified: 2017-02-08 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Menzel 2017-01-26 07:36:50 UTC
With the NetworkManager applet 1.4.2 from Debian Sid/unstable, when the system is under high load and the WLAN is not that good – I believe – the following messages are shown.

```
$ nm-applet
(nm-applet:1793): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(nm-applet:1793): libnm-WARNING **: (nm-access-point.c:285):nm_access_point_connection_valid: runtime check failed: (ap_ssid != NULL)

(nm-applet:1793): libnm-WARNING **: (nm-access-point.c:285):nm_access_point_connection_valid: runtime check failed: (ap_ssid != NULL)
```

I guess these are two separate issues. Please confirm though, so that I can submit anotherh bug for the libnm warnings.
Comment 1 Paul Menzel 2017-01-26 07:46:56 UTC
There is already bug #773675 [1] for the libnm warnings.


[1] https://bugzilla.gnome.org/show_bug.cgi?id=773675
Comment 2 Thomas Haller 2017-02-08 12:47:18 UTC
(In reply to Paul Menzel from comment #0)
> With the NetworkManager applet 1.4.2 from Debian Sid/unstable, when the
> system is under high load and the WLAN is not that good – I believe – the
> following messages are shown.

When WLAN is not good, has nothing to do with the warnings printed by nm-applet. 


> ```
> $ nm-applet
> (nm-applet:1793): GLib-GObject-CRITICAL **: g_object_unref: assertion
> 'G_IS_OBJECT (object)' failed

it's unclear what causes this assertion. Would need a stacktrace, that you can get via

  G_DEBUG=fatal-warnings gdb /usr/bin/nm-applet


> (nm-applet:1793): libnm-WARNING **:
> (nm-access-point.c:285):nm_access_point_connection_valid: runtime check
> failed: (ap_ssid != NULL)
> 
> (nm-applet:1793): libnm-WARNING **:
> (nm-access-point.c:285):nm_access_point_connection_valid: runtime check
> failed: (ap_ssid != NULL)
> ```

this is a duplicate of bug 773675.

closing this as duplicate. Pleaes re-open if you can get a stacktrace for the previous assertion. thanks

*** This bug has been marked as a duplicate of bug 773675 ***