CVSROOT:        /cvs/gnome
Module name:    gdm2
Changes by:     markmc  05/04/21 11:55:43

Modified files:
        .              : ChangeLog 
        daemon         : server.c slave.c 

Log message:
2005-04-21  Mark McLoughlin  <[EMAIL PROTECTED]>

Don't use gdm_debug() from signal handlers - the message
formatting and the syslog() both involve malloc() which
isn't safe in signal handlers. Fixes random lockups with
debugging enabled.

* daemon/server.c:
(gdm_server_usr1_handler),
(gdm_server_child_handler): don't use gdm_debug() here.

* daemon/slave.c:
(gdm_slave_usr2_handler),
(gdm_slave_child_handler): or here.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gdm2&who=markmc&date=explicit&mindate=2005-04-21%2011:54&maxdate=2005-04-21%2011:56

_______________________________________________
cvs-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to