OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005027 [emacs_gtk] packaging minor always 2012-11-28 09:15 2013-04-17 15:27
Reporter wcohrs View Status public  
Assigned To pfelecan
Priority normal Resolution won't fix  
Status closed  
Summary 0005027: (emacs-gtk:13976): GLib-WARNING
Description after upgrade to catalog the ‘kiel’

SunOS 5.10 Generic_147441-20 i86pc i386 i86pc

GNU Emacs 24.2.1 (i386-pc-solaris2.10, GTK+ Version 2.24.8) of 2012-10-10 on unstable10x

(emacs-gtk:14362): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0010315)
wcohrs (reporter)
2013-04-08 14:53

the same with

GNU Emacs 24.3.1 (i386-pc-solaris2.10, GTK+ Version 2.24.14)
 of 2013-03-21 on unstable10x
Copyright (C) 2013 Free Software Foundation, Inc.

(emacs:3288): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action.

(emacs:3288): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action.

(emacs:3288): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action.
(0010332)
pfelecan (manager)
2013-04-17 15:27

This is a warning, as the message level shows it.

The root cause is that there is no dbus daemon listening.

You can find the explanation and different strategies in the dbus-launch(1) manual page.

However, to avoid having this message, but without a real functional configuration, set, at least, the DBUS_SESSION_BUS_ADDRESS environment variable to empty, e.g.
          DBUS_SESSION_BUS_ADDRESS= emacs


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker