[Bug 721777] Re: notify-send crashed with SIGABRT in g_return_if_fail_warning()

2016-01-27 Thread dino99
This version has expired long time ago, and is no more supported

** Changed in: libnotify4 (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721777

Title:
  notify-send crashed with SIGABRT in g_return_if_fail_warning()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnotify4/+bug/721777/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 721777] Re: notify-send crashed with SIGABRT in g_return_if_fail_warning()

2011-10-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libnotify4 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721777

Title:
  notify-send crashed with SIGABRT in g_return_if_fail_warning()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnotify4/+bug/721777/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 721777] Re: notify-send crashed with SIGABRT in g_return_if_fail_warning()

2011-04-15 Thread Vsevolod Velichko
with libnotify-bin  0.7.2-0ubuntu2 problem can be reproduced.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721777

Title:
  notify-send crashed with SIGABRT in g_return_if_fail_warning()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 721777] Re: notify-send crashed with SIGABRT in g_return_if_fail_warning()

2011-02-22 Thread Fabien Tassin
seems to be a regression in the last dbus-glib..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721777

Title:
  notify-send crashed with SIGABRT in g_return_if_fail_warning()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 721777] Re: notify-send crashed with SIGABRT in g_return_if_fail_warning()

2011-02-21 Thread Fabien Tassin
I can reproduce easily.

It started on 2011-02-14.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721777

Title:
  notify-send crashed with SIGABRT in g_return_if_fail_warning()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 721777] Re: notify-send crashed with SIGABRT in g_return_if_fail_warning()

2011-02-20 Thread Fabien Tassin
here is the proper stack trace, with G_DEBUG=fatal_criticals:

GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' 
failed
aborting...

Program received signal SIGABRT, Aborted.
0x0012e416 in __kernel_vsyscall ()

(gdb) bt
#0  0x0012e416 in __kernel_vsyscall ()
#1  0x00298e61 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2  0x0029c33e in abort () at abort.c:92
#3  0x001c7077 in g_logv (log_domain=0x17178c "GLib-GObject", log_level=, format=0x2108a0 "%s: assertion `%s' failed", args1=0xb46c 
"\"<\027") at /build/buildd/glib2.0-2.28.0/glib/gmessages.c:557
#4  0x001c70b2 in g_log (log_domain=0x17178c "GLib-GObject", 
log_level=G_LOG_LEVEL_CRITICAL, format=0x2108a0 "%s: assertion `%s' failed") at 
/build/buildd/glib2.0-2.28.0/glib/gmessages.c:577
#5  0x001c72dd in g_return_if_fail_warning (log_domain=0x17178c "GLib-GObject", 
pretty_function=0x173c22 "g_object_unref", expression=0x172df6 "G_IS_OBJECT 
(object)") at /build/buildd/glib2.0-2.28.0/glib/gmessages.c:586
#6  0x00143802 in g_object_unref (_object=0x0) at 
/build/buildd/glib2.0-2.28.0/gobject/gobject.c:2669
#7  0x0049fad3 in g_dbus_proxy_finalize (object=0x8056408) at 
/build/buildd/glib2.0-2.28.0/gio/gdbusproxy.c:159
#8  0x0014396c in g_object_unref (_object=0x8056408) at 
/build/buildd/glib2.0-2.28.0/gobject/gobject.c:2734
#9  0x00436292 in g_initable_new_valist (object_type=134563680, 
first_property_name=0x4e3932 "g-flags", var_args=0xb5a0 "\001", 
cancellable=0x0, error=0x0) at /build/buildd/glib2.0-2.28.0/gio/ginitable.c:221
#10 0x004362d9 in g_initable_new (object_type=134563680, cancellable=0x0, 
error=0x0, first_property_name=0x4e3932 "g-flags") at 
/build/buildd/glib2.0-2.28.0/gio/ginitable.c:139
#11 0x004a1230 in 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=0x13334d 
"org.freedesktop.Notifications", object_path=0x1333dc 
"/org/freedesktop/Notifications", interface_name=0x13334d 
"org.freedesktop.Notifications", cancellable=0x0, error=0x0) at 
/build/buildd/glib2.0-2.28.0/gio/gdbusproxy.c:1881
#12 0x00130f66 in _notify_get_proxy (error=0x0) at notify.c:229
#13 0x001320d3 in notify_notification_show (notification=0x8052290, error=0x0) 
at notification.c:518
#14 0x080493d1 in main (argc=1, argv=0xb854) at notify-send.c:269


** Visibility changed to: Public

** Changed in: libnotify4 (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/721777

Title:
  notify-send crashed with SIGABRT in g_return_if_fail_warning()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs