[Bug 2007621] [NEW] gio open exits with success even though the underlying exec failed

2023-02-16 Thread Mike Lundy
Public bug reported: This is a sort of annoyingly complex interaction, so bear with me. The observed problem is that xdg-open does not exit with a non-zero exit code when it fails to open. ``` $ unset DISPLAY $ xdg-open http://example.com exo-open: Cannot open display: . $ echo $? 0 ``` It

[Bug 269083] Re: gnome-power-manager crashed with SIGSEGV in g_closure_invoke()

2008-10-09 Thread Mike Lundy
I can second this (gpm 2.24.0-0ubuntu3). Valgrind says: ==19505== Invalid read of size 8 ==19505== at 0x40CB40: gpm_cell_array_charge_low_cb (gpm-engine.c:799) ==19505== by 0xCE2425C: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.1800.1) ==19505== by 0xCE39F5C: (within

[Bug 260314] Re: gnome-power-manager frequently crashes with SIGSEGV in IA__g_closure_invoke() or g_closure_invoke()

2008-10-09 Thread Mike Lundy
I can second this (gpm 2.24.0-0ubuntu3). Valgrind says: ==19505== Invalid read of size 8 ==19505==at 0x40CB40: gpm_cell_array_charge_low_cb (gpm-engine.c:799) ==19505==by 0xCE2425C: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.1800.1) ==19505==by 0xCE39F5C: (within

[Bug 260314] Re: gnome-power-manager frequently crashes with SIGSEGV in IA__g_closure_invoke() or g_closure_invoke()

2008-10-09 Thread Mike Lundy
Sorry, on further reading, my backtrace definitely refers to bug 269083. Moving myself over there. -- gnome-power-manager frequently crashes with SIGSEGV in IA__g_closure_invoke() or g_closure_invoke() https://bugs.launchpad.net/bugs/260314 You received this bug notification because you are a

[Bug 269083] Re: gnome-power-manager crashed with SIGSEGV in g_closure_invoke()

2008-10-09 Thread Mike Lundy
Not sure why gstreamer's audio resampling lib is segfaulting, yet, but disabling use sound to notify in event of an error prevents the gpm crash by preventing it from trying to play a sound. -- gnome-power-manager crashed with SIGSEGV in g_closure_invoke() https://bugs.launchpad.net/bugs/269083