MySQL Forums
Forum List  »  InnoDB

Re: service crashed while executing UDF
Posted by: Shane Bester
Date: August 14, 2014 05:57AM

Looks like stored routine crashing.

Can you show us the SHOW CREATE PROCEDURE and SHOW CREATE TABLE for all involved tables? Also, why do you have innodb-force-recovery=4 specified ?


stack_bottom = 7f720e6f1e18 thread_stack 0x40000
/usr/sbin/mysqld(my_print_stacktrace 0x35)[0x8d63f5]
/usr/sbin/mysqld(handle_fatal_signal 0x4a4)[0x663094]
/lib64/libpthread.so.0[0x3d8420f500]
/lib64/libc.so.6[0x3d83e779dd]
/usr/sbin/mysqld(free_root 0x117)[0x8cd727]
/usr/sbin/mysqld(sp_head::execute(THD*, bool) 0x7b2)[0x669a22]
/usr/sbin/mysqld(sp_head::execute_procedure(THD*, List<Item>*) 0x6d7)[0x66aee7]
/usr/sbin/mysqld(mysql_execute_command(THD*) 0xcaa)[0x6de8ca]
/usr/sbin/mysqld(mysql_parse(THD*, char*, unsigned int, Parser_state*) 0x32f)[0x6e2b3f]
/usr/sbin/mysqld(dispatch_command(enum_server_command, THD*, char*, unsigned int) 0x140b)[0x6e403b]
/usr/sbin/mysqld(do_handle_one_connection(THD*) 0xcf)[0x6b0f4f]
/usr/sbin/mysqld(handle_one_connection 0x47)[0x6b1077]
/usr/sbin/mysqld(pfs_spawn_thread 0x12a)[0xafc0ca]
/lib64/libpthread.so.0[0x3d84207851]
/lib64/libc.so.6(clone 0x6d)[0x3d83ee767d]

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: service crashed while executing UDF
1077
August 14, 2014 05:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.