1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/include
unknown 5ceb394fe2 Bug#15869 Cannot shutdown the server - it restarts
- A segfault occured when the function 'kill_server' called 
   'my_sigset' with signal number 0. 'my_sigset' is a macro which
   uses 'sigaction' to install the signal handler with an invalid
   signal number will on most platforms return EINVAL but yields
   a segfauilt on IRIX 6.5
 - The server crash was detected by mysqld_safe and it was restarted although
   a shutdown was requested. 
 - Semantics of kill_server(0) is not known, leaving it intact


include/my_pthread.h:
  Check return value from sigaction with a DBUG_ASSERT
  Also DBUG_ASSERT if signal number 0 is passed
sql/mysqld.cc:
  Don't call my_sigset if signo is 0
2006-05-19 13:07:24 +02:00
..
2006-04-29 15:58:02 +02:00
2005-11-08 00:26:37 -05:00
2005-08-24 22:03:34 +03:00
2005-08-24 22:03:34 +03:00
2005-09-24 15:51:45 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2004-05-16 14:48:32 +03:00
2004-11-10 18:07:39 +02:00
2003-12-12 03:39:29 +03:00
2004-09-01 04:12:09 +03:00
2003-10-31 23:20:23 +01:00
2001-12-06 14:10:51 +02:00
2003-04-30 12:32:43 +02:00
2004-03-18 00:09:13 +02:00
2003-02-28 14:32:40 +02:00
2004-05-16 14:48:32 +03:00
2004-07-28 21:46:22 +02:00
2001-12-06 14:10:51 +02:00
2004-06-12 14:37:41 -05:00
2001-12-06 14:10:51 +02:00
2001-12-06 14:10:51 +02:00
2004-05-25 22:00:14 +03:00
2005-07-27 13:24:59 +03:00