Bug #13714 | Server crash calling a nested call to a function | ||
---|---|---|---|
Submitted: | 3 Oct 2005 13:45 | Modified: | 10 Nov 2005 9:31 |
Reporter: | Giorgio Calderone | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S3 (Non-critical) |
Version: | 5.0.13/5.0.15 BK source | OS: | GNU/Linux (SuSE 9.2) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[3 Oct 2005 13:45]
Giorgio Calderone
[3 Oct 2005 14:06]
MySQL Verification Team
miguel@hegel:~/dbs/5.0> bin/mysql -uroot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 5.0.15-rc-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> USE myrotest Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> call myp_users(); ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> 051003 10:59:25 [Note] /home/miguel/dbs/5.0/libexec/mysqld: ready for connections. Version: '5.0.15-rc-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution [New Thread 1132456880 (LWP 6922)] [Thread 1132456880 (zombie) exited] [New Thread 1132456880 (LWP 6943)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1132456880 (LWP 6943)] 0x0814c9a9 in Item_splocal::type (this=0x8e80fb0) at item.cc:896 896 return thd->spcont->get_item(m_offset)->type(); (gdb) bt full #0 0x0814c9a9 in Item_splocal::type (this=0x8e80fb0) at item.cc:896 thd = (class THD *) 0x8e38290 #1 0x081fa6aa in negate_expression (thd=0x8e38290, expr=0x8e80fb0) at sql_parse.cc:7411 negated = (class Item *) 0x820d634 #2 0x082037b5 in yyparse (yythd=0x8e38290) at sql_yacc.yy:4256 yychar = 41 yylval = {num = 149422165, ulong_num = 149422165, ulonglong_number = 4444389461, lex_str = { <cut>
[10 Nov 2005 9:31]
Dmitry Lenev
Hi, Giorgio! Thank you for your bug-report! After investigation I think that this bug is duplicate of bug #13549 "Server crash with nested stored procedures" so I am marking it as such.