all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs --daemon and GDK default display
@ 2009-03-17 11:14 Ulrich Mueller
  2009-03-17 11:47 ` Jason Rumney
  0 siblings, 1 reply; 9+ messages in thread
From: Ulrich Mueller @ 2009-03-17 11:14 UTC (permalink / raw
  To: emacs-devel

Hi, at Gentoo we've got a report on a segmentation fault with 23.0.91:
<http://bugs.gentoo.org/259891>

   1. install libcanberra and emacs (--with-x-toolkit=gtk)
   2. run "emacs -Q --daemon"
   3. under GNOME, run "emacsclient -c" (exit with C-x 5 0)
   4. run "emacsclient -c" again, and emacs will segfault

It happens because there is no GDK default display when the display
for the second client frame is opened (xg_display_open), and
libcanberra fails to check for that case.

While I think that the blame is with libcanberra, I'm confused about
the fact that the segfault only happens during the second request from
a client. Does it mean that there is a GDK default display at the time
of the first request, but not for the second one? Why?

Could somebody shed some light on the issue?

Ulrich




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-03-28 18:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 11:14 emacs --daemon and GDK default display Ulrich Mueller
2009-03-17 11:47 ` Jason Rumney
2009-03-23  9:28   ` Ulrich Mueller
2009-03-23 17:09     ` Jan Djärv
2009-03-23 21:33       ` Ulrich Mueller
2009-03-25 19:21         ` Jan Djärv
2009-03-28 15:49           ` Jan Djärv
2009-03-28 18:09             ` Ulrich Mueller
2009-03-24  1:11       ` Austin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.