Bug #58005 | utf8 + get_format causes failed assertion: `!str || str != Ptr' | ||
---|---|---|---|
Submitted: | 5 Nov 2010 6:32 | Modified: | 17 Dec 2010 3:42 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S1 (Critical) |
Version: | 5.1.53-debug, 5.5.8-debug | OS: | Any |
Assigned to: | Alexander Barkov | CPU Architecture: | Any |
Tags: | get_format, regression |
[5 Nov 2010 6:32]
Shane Bester
[5 Nov 2010 6:45]
MySQL Verification Team
5.0.91-debug did not crash.
[5 Nov 2010 10:04]
Valeriy Kravchuk
Verified on Ubuntu: openxs@ubuntu:/home2/openxs/dbs/5.1$ bin/mysql --no-defaults -uroot test Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.1.53-debug Source distribution Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL v2 license Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> set names utf8; Query OK, 0 rows affected (0.00 sec) mysql> select least('%',get_format(datetime,'eur'),(cast(get_format(datetime,'eur') as -> char(65535)))); ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> 101105 12:02:07 mysqld_safe Number of processes running now: 0 101105 12:02:07 mysqld_safe mysqld restarted mysql> exit Bye openxs@ubuntu:/home2/openxs/dbs/5.1$ tail -80 var/ubuntu.err ... 101105 12:01:56 mysqld_safe Starting mysqld daemon with databases from /home2/openxs/dbs/5.1/var 101105 12:01:58 [Note] Plugin 'FEDERATED' is disabled. 101105 12:01:59 InnoDB: Started; log sequence number 0 84687012 101105 12:01:59 [Note] Event Scheduler: Loaded 0 events 101105 12:01:59 [Note] /home2/openxs/dbs/5.1/libexec/mysqld: ready for connections. Version: '5.1.53-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution mysqld: sql_string.cc:342: bool String::copy(const char*, uint32, CHARSET_INFO*, CHARSET_INFO*, uint*): Assertion `!str || str != Ptr' failed. 101105 12:02:07 - mysqld got signal 6 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. key_buffer_size=8384512 read_buffer_size=131072 max_used_connections=1 max_threads=151 threads_connected=1 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 337740 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. thd: 0xa812c38 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0xb44ca38c thread_stack 0x30000 /home2/openxs/dbs/5.1/libexec/mysqld(my_print_stacktrace+0x26)[0x85efe48] /home2/openxs/dbs/5.1/libexec/mysqld(handle_segfault+0x2aa)[0x8279d47] [0xeab400] /lib/tls/i686/cmov/libc.so.6(abort+0x182)[0x1bfa82] /lib/tls/i686/cmov/libc.so.6(__assert_fail+0xf8)[0x1b5718] /home2/openxs/dbs/5.1/libexec/mysqld(_ZN6String4copyEPKcjP15charset_info_stS3_Pj+0x3a)[0x8274d20] /home2/openxs/dbs/5.1/libexec/mysqld(_ZN18Item_char_typecast7val_strEP6String+0x120)[0x8216b34] /home2/openxs/dbs/5.1/libexec/mysqld(_ZN17Item_func_min_max7val_strEP6String+0x2f2)[0x81df3f0] /home2/openxs/dbs/5.1/libexec/mysqld(_ZN4Item4sendEP8ProtocolP6String+0x4f)[0x81bd689] /home2/openxs/dbs/5.1/libexec/mysqld(_ZN11select_send9send_dataER4ListI4ItemE+0x174)[0x82616d0] /home2/openxs/dbs/5.1/libexec/mysqld(_ZN4JOIN4execEv+0x424)[0x82f4f4e] /home2/openxs/dbs/5.1/libexec/mysqld(_Z12mysql_selectP3THDPPP4ItemP10TABLE_LISTjR4ListIS1_ES2_jP8st_orderSB_S2_SB_yP13select_resultP18st_select_lex_unitP13st_select_lex+0x353)[0x82f7677] /home2/openxs/dbs/5.1/libexec/mysqld(_Z13handle_selectP3THDP6st_lexP13select_resultm+0x1e2)[0x82efeb1] /home2/openxs/dbs/5.1/libexec/mysqld[0x8295828] /home2/openxs/dbs/5.1/libexec/mysqld(_Z21mysql_execute_commandP3THD+0x91b)[0x828bf60] /home2/openxs/dbs/5.1/libexec/mysqld(_Z11mysql_parseP3THDPcjPPKc+0x265)[0x8297a98] /home2/openxs/dbs/5.1/libexec/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0xc4a)[0x8289849] /home2/openxs/dbs/5.1/libexec/mysqld(_Z10do_commandP3THD+0x26c)[0x82888f5] /home2/openxs/dbs/5.1/libexec/mysqld(handle_one_connection+0x159)[0x8286be8] /lib/tls/i686/cmov/libpthread.so.0(+0x596e)[0x69996e] /lib/tls/i686/cmov/libc.so.6(clone+0x5e)[0x25fa4e] Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0xa83f6f0 = select least('%',get_format(datetime,'eur'),(cast(get_format(datetime,'eur') as char(65535)))) thd->thread_id=1 thd->killed=NOT_KILLED
[11 Nov 2010 13:36]
Alexander Barkov
patch
Attachment: b58005.diff (text/x-patch), 2.92 KiB.
[12 Nov 2010 9:21]
MySQL Verification Team
another testcase for 5.1.54-debug: do format((-1.7976931348623157E+307),(0xa8))
[12 Nov 2010 9:38]
Alexander Barkov
Improved version, with Alik's review suggestions addressed
Attachment: b58005.diff (text/x-patch), 3.20 KiB.
[12 Nov 2010 9:44]
Alexander Nozdrin
The patch is Ok to push. Could you please add to the test latest case from Shane? Thanks.
[13 Nov 2010 2:07]
Paul DuBois
Noted in 5.1.54, 5.5.8 changelogs. Under some circumstances, CAST(GET_FORMAT(datetime, ...) AS CHAR) could cause a server crash.
[14 Nov 2010 14:09]
MySQL Verification Team
hi bar, this is not fixed in mysql-trunk, aka 5.6.99-m5. any plans to push it there too ?
[15 Dec 2010 5:52]
Bugs System
Pushed into mysql-5.1 5.1.55 (revid:sunanda.menon@oracle.com-20101215054055-vgwki317xg1wphhh) (version source revid:sunanda.menon@oracle.com-20101215054055-vgwki317xg1wphhh) (merge vers: 5.1.55) (pib:23)
[16 Dec 2010 21:47]
Bugs System
Pushed into mysql-trunk 5.6.1 (revid:alexander.nozdrin@oracle.com-20101216181820-7afubgk2fmuv9qsb) (version source revid:alexander.nozdrin@oracle.com-20101216173826-ze3y5h450sksotrh) (merge vers: 5.6.1) (pib:23)
[16 Dec 2010 22:28]
Bugs System
Pushed into mysql-5.5 5.5.9 (revid:jonathan.perkin@oracle.com-20101216101358-fyzr1epq95a3yett) (version source revid:jonathan.perkin@oracle.com-20101216101358-fyzr1epq95a3yett) (merge vers: 5.5.9) (pib:24)
[13 Jan 2011 14:36]
Alexander Barkov
Bug#58376 has been marked as a duplicate for this one.