Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1957

MySQL stopped responding- error log (no replies)

$
0
0
Hello,

We recently encountered an issue where the MySQL server stopped responding to all connection requests and current queries. Thsi included connections on the server itself, e.g. MySQL Administrator.

We could not stop the MySQL service and needed to restart the server.

Our system:
- Windows 2008 Standard SP1
- 64-bit OS
- MySQL version 5.1.34
- Virtual Guest on VMWare ESX 3.5
- RAM assigned = 22 GB
- innodb_buffer_pool_size=14000MB
- InnoDB
- file per table

below is the excerpt from the MySQL Error Log.

Any help in diagnosing this problem would be appreciated.

--start error log---
101123 9:01:28 - mysqld got exception 0xc0000005 ; 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=57671680
read_buffer_size=65536
max_used_connections=212
max_threads=550
threads_connected=198
It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 237235 K bytes of memory Hope that's ok; if not, decrease some variables in the equation.

thd: 0x5704b180
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...
InnoDB: Thread 3040 stopped in file G:\mysql-5.1.34-winbuild\mysql-community-nt-5.1.34-build\storage\innobase\include\sync0sync.ic line 115
InnoDB: Thread 1068 stopped in file G:\mysql-5.1.34-winbuild\mysql-community-nt-5.1.34-build\storage\innobase\include\sync0sync.ic line 115
0000000140373F50 mysqld.exe!fil_node_open_file()[fil0fil.c:603]
0000000140377393 mysqld.exe!fil_node_prepare_for_io()[fil0fil.c:3881]
0000000140378AD7 mysqld.exe!fil_space_get_size()[fil0fil.c:1266]
00000001403C240C mysqld.exe!buf_read_ahead_random()[buf0rea.c:203]
00000001403C25BD mysqld.exe!buf_read_page()[buf0rea.c:324]
000000014037F800 mysqld.exe!buf_page_get_gen()[buf0buf.c:1212]
00000001403AAF1F mysqld.exe!btr_page_get()[btr0btr.ic:36]
00000001403AB119 mysqld.exe!btr_root_get()[btr0btr.c:136]
00000001403AB81E mysqld.exe!btr_get_size()[btr0btr.c:377]
000000014035291D mysqld.exe!dict_update_statistics_low()[dict0dict.c:3791]
0000000140353138 mysqld.exe!dict_table_get()[dict0dict.c:773]
000000014033227F mysqld.exe!ha_innobase::open()[ha_innodb.cc:2462]
0000000140049A55 mysqld.exe!handler::ha_open()[handler.cc:2037]
00000001402213E9 mysqld.exe!open_table_from_share()[table.cc:1882]
00000001401687D9 mysqld.exe!open_unireg_entry()[sql_base.cc:3927]
000000014016CA20 mysqld.exe!open_table()[sql_base.cc:2935]
000000014016DAA5 mysqld.exe!open_tables()[sql_base.cc:4586]
000000014016E24F mysqld.exe!open_normal_and_derived_tables()[sql_base.cc:5039]
00000001401F8534 mysqld.exe!get_all_tables()[sql_show.cc:3360]
00000001401FB4EC mysqld.exe!get_schema_tables_result()[sql_show.cc:6053]
00000001401E6564 mysqld.exe!JOIN::exec()[sql_select.cc:1730]
00000001401E7C6A mysqld.exe!mysql_select()[sql_select.cc:2380]
00000001401E81B6 mysqld.exe!handle_select()[sql_select.cc:268]
00000001401A0018 mysqld.exe!execute_sqlcom_select()[sql_parse.cc:4983]
00000001401A17D9 mysqld.exe!mysql_execute_command()[sql_parse.cc:2204]
00000001401A6F16 mysqld.exe!mysql_parse()[sql_parse.cc:5906]
00000001401A7C4A mysqld.exe!dispatch_command()[sql_parse.cc:1218]
00000001401A8D17 mysqld.exe!do_command()[sql_parse.cc:857]
000000014024B347 mysqld.exe!handle_one_connection()[sql_connect.cc:1115]
00000001402BD715 mysqld.exe!pthread_start()[my_winthread.c:85]
00000001403D1067 mysqld.exe!_callthreadstart()[thread.c:295]
00000001403D1135 mysqld.exe!_threadstart()[thread.c:275]
000000007703466D kernel32.dll!BaseThreadInitThunk()
0000000077168791 ntdll.dll!RtlUserThreadStart()
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...

--end--

cheers,
A

Viewing all articles
Browse latest Browse all 1957

Trending Articles