notify-send crashed with SIGABRT in g_object_unref()

Bug #748159 reported by Roman
76
This bug affects 12 people
Affects Status Importance Assigned to Milestone
libnotify4 (Ubuntu)
Confirmed
Medium
Unassigned

Bug Description

Binary package hint: libnotify4

Restart, trying to change bg, then send report and get this

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: libnotify-bin 0.7.2-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
CrashCounter: 1
Date: Sat Apr 2 14:18:21 2011
ExecutablePath: /usr/bin/notify-send
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1)
ProcCmdline: notify-send -t 5000 -i dialog-information 1
ProcEnviron: PATH=(custom, no user)
Signal: 6
SourcePackage: libnotify4
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_object_unref () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 g_initable_new_valist () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_initable_new () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 g_dbus_proxy_new_for_bus_sync () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
Title: notify-send crashed with SIGABRT in g_object_unref()
UpgradeStatus: Upgraded to natty on 2011-04-01 (0 days ago)
UserGroups:

Revision history for this message
Roman (romanoza) wrote :
Revision history for this message
Apport retracing service (apport) wrote :

StacktraceTop:
 g_dbus_proxy_finalize (object=0x16b4800) at /build/buildd/glib2.0-2.28.5/./gio/gdbusproxy.c:159
 g_object_unref (_object=0x16b4800) at /build/buildd/glib2.0-2.28.5/./gobject/gobject.c:2734
 g_initable_new_valist (object_type=<value optimized out>, first_property_name=0x7f9af61d23ca "g-flags", var_args=0x7fffa7f0d900, cancellable=0x0, error=0x0) at /build/buildd/glib2.0-2.28.5/./gio/ginitable.c:221
 g_initable_new (object_type=<value optimized out>, cancellable=<value optimized out>, error=<value optimized out>, first_property_name=<value optimized out>) at /build/buildd/glib2.0-2.28.5/./gio/ginitable.c:139
 g_dbus_proxy_new_for_bus_sync (bus_type=G_BUS_TYPE_SESSION, flags=G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES, info=0x0, name=0x7f9af68b3acd "org.freedesktop.Notifications", object_path=0x7f9af68b3b60 "/org/freedesktop/Notifications", interface_name=0x7f9af68b3acd "org.freedesktop.Notifications", cancellable=0x0, error=0x0) at /build/buildd/glib2.0-2.28.5/./gio/gdbusproxy.c:1882

Revision history for this message
Apport retracing service (apport) wrote : Stacktrace.txt
Revision history for this message
Apport retracing service (apport) wrote : ThreadStacktrace.txt
Changed in libnotify4 (Ubuntu):
importance: Undecided → Medium
tags: removed: need-amd64-retrace
visibility: private → public
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in libnotify4 (Ubuntu):
status: New → Confirmed
Revision history for this message
gaara (yoggic) wrote :

I'm trying to show a notification in a cron's line:

45 9 30 6 * export DISPLAY=:0.0 && python /home/path/script.py > /home/path/debug_cron_on.log 2>&1

My script is:

import pynotify
pynotify.init("Basic")
n = pynotify.Notification("Title", "TEST")
n.show()
The log file show this: (in french)

And the result:

Traceback (most recent call last):
  File "/home/path/script.py", line 22, in <module>
    n.show()
gio.Error: Impossible de se connecter : Connexion refusée
#Translating: Unable to connect : Connection refused

Revision history for this message
gaara (yoggic) wrote :

I'm using Kubuntu 14.04 & python 2.7
notify-send version 0.7.3
libnotify4 version 0.7.6

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.