Bug #31087 | Second call to stored procedure crashed server | ||
---|---|---|---|
Submitted: | 18 Sep 2007 17:47 | Modified: | 18 Oct 2007 18:09 |
Reporter: | Chaos Engine | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | mysql-5.0.44-r1 | OS: | Linux (recent up2date Gentoo box) |
Assigned to: | CPU Architecture: | Any | |
Tags: | CALL, server crash, StoredProc |
[18 Sep 2007 17:47]
Chaos Engine
[18 Sep 2007 17:54]
Chaos Engine
this actually is the deadly call (followed by select) call CheckersDeactivateGamesFromPlayer(7, null, 'LOST'); select iID, iPlayer1ID, iPlayer2ID, GameState from CheckersGame;
[18 Sep 2007 18:02]
Chaos Engine
my.cnf: -------------------------------- [client] port = 3306 socket = /var/run/mysqld/mysqld.sock [mysql] character-sets-dir=/usr/share/mysql/charsets default-character-set=utf8 [mysqladmin] character-sets-dir=/usr/share/mysql/charsets default-character-set=utf8 [mysqlcheck] character-sets-dir=/usr/share/mysql/charsets default-character-set=utf8 [mysqldump] character-sets-dir=/usr/share/mysql/charsets default-character-set=utf8 [mysqlimport] character-sets-dir=/usr/share/mysql/charsets default-character-set=utf8 [mysqlshow] character-sets-dir=/usr/share/mysql/charsets default-character-set=utf8 [myisamchk] character-sets-dir=/usr/share/mysql/charsets [myisampack] character-sets-dir=/usr/share/mysql/charsets [mysqld_safe] err-log = /var/log/mysql/mysql.err [mysqld] character-set-server = utf8 default-character-set = utf8 user = mysql port = 3306 socket = /var/run/mysqld/mysqld.sock pid-file = /var/run/mysqld/mysqld.pid log-error = /var/log/mysql/mysqld.err basedir = /usr datadir = /var/lib/mysql skip-locking key_buffer = 32M max_allowed_packet = 2M table_cache = 128 sort_buffer_size = 1024K net_buffer_length = 16K read_buffer_size = 512K read_rnd_buffer_size = 1024K myisam_sort_buffer_size = 16M language = /usr/share/mysql/polish bind-address = XXX.XXX.XXX.XXX server-id = 1 tmpdir = /tmp/ innodb_buffer_pool_size = 32M innodb_additional_mem_pool_size = 4M innodb_data_file_path = ibdata1:10M:autoextend:max:128M innodb_log_file_size = 5M innodb_log_buffer_size = 8M set-variable = innodb_log_files_in_group=2 innodb_flush_log_at_trx_commit = 1 innodb_lock_wait_timeout = 50 max_join_size = 2079152 innodb_file_per_table [mysqldump] quick max_allowed_packet = 16M [mysql] [isamchk] key_buffer = 20M sort_buffer_size = 20M read_buffer = 2M write_buffer = 2M [myisamchk] key_buffer = 20M sort_buffer_size = 20M read_buffer = 2M write_buffer = 2M [mysqlhotcopy] interactive-timeout
[18 Sep 2007 18:09]
MySQL Verification Team
Thank you for the bug report. Could you please provide a sql file script since I wasn't able to create the procedure copying and pasting from the original report (attach the file using the Files tab) also provide the insert command if necessary to test the behavior reported. Thanks in advance.
[18 Oct 2007 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".