Bug #17373 | setting several events in different sessions crashes the server | ||
---|---|---|---|
Submitted: | 14 Feb 2006 11:52 | Modified: | 21 Feb 2006 2:24 |
Reporter: | Giuseppe Maxia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 5.1.6/5.1.7 BK | OS: | Linux (Linux (RHE-AS3 and FC4)) |
Assigned to: | Andrey Hristov | CPU Architecture: | Any |
[14 Feb 2006 11:52]
Giuseppe Maxia
[14 Feb 2006 14:52]
MySQL Verification Team
Thank you for the bug report. miguel@hegel:~/dbs/5.1> libexec/mysqld --event-scheduler=1 060214 12:50:58 InnoDB: Started; log sequence number 0 43655 060214 12:50:58 [Note] libexec/mysqld: ready for connections. Version: '5.1.7-beta-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution 060214 12:50:58 [Note] Scheduler loaded 0 events 060214 12:50:58 [Note] Scheduler thread started 060214 12:51:49 [Note] EVEX EXECUTING event test.justonce [EXPR:0] 060214 12:51:49 [Note] EVEX EXECUTED event test.justonce [EXPR:0]. RetCode=0 060214 12:51:55 [Note] Event found disabled, dropping. safe_mutex: Trying to destroy unitialized mutex at event.h, line 132 mysqld got signal 6;
[14 Feb 2006 17:15]
Andrey Hristov
This issue is being fixed by the patch for bug #16406.
[16 Feb 2006 15:25]
Andrey Hristov
Fixed in 5.1.7. The bugfix was part of the fix for #16406
[21 Feb 2006 2:24]
Paul DuBois
Noted in 5.1.7 changelog. Race conditions between event creation, dropping, and execution could result in a server crash or hang. (Bug #17373)