Fwd: Mysql issue / crashing
Fwd: Mysql issue / crashing
am 19.04.2011 12:16:42 von Brent Clark
--------------040103000906080100060703
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Ive added
innodb_force_recovery=4
Still no go.
-------- Original Message --------
Subject: Mysql issue / crashing
Date: Tue, 19 Apr 2011 12:15:30 +0200
From: Brent Clark
To: mysql@lists.mysql.com
Hiya
Im getting the following
I ran myisamchk --silent --force */*.MYI
But still I get the following.
I cant see how I can bring Mysql up.
# mysqld
110419 12:13:22 [Warning] 'for replication startup options' is
deprecated and will be removed in a future release. Please use ''CHANGE
MASTER'' instead.
110419 12:13:22 [Note] Plugin 'FEDERATED' is disabled.
110419 12:13:22 InnoDB: Initializing buffer pool, size = 512.0M
110419 12:13:22 InnoDB: Completed initialization of buffer pool
InnoDB: Log scan progressed past the checkpoint lsn 10 96395066
110419 12:13:22 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 10 96451805
110419 12:13:22 InnoDB: Starting an apply batch of log records to the
database...
InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
65 66 67 68 69 70 110419 12:13:22 - mysqld got signal 11 ;
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=201326592
read_buffer_size=2097152
max_used_connections=0
max_threads=100
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads =
606853 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0
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 = (nil) thread_stack 0x20000
mysqld(my_print_stacktrace+0x2d) [0xb75de06d]
mysqld(handle_segfault+0x49c) [0xb72ac0cc]
[0xb7018400]
mysqld(page_cur_parse_insert_rec+0x580) [0xb7500390]
mysqld [0xb74ea325]
mysqld(recv_recover_page+0x502) [0xb74ec2e2]
mysqld(buf_page_io_complete+0x624) [0xb74a22e4]
mysqld(fil_aio_wait+0x12d) [0xb74bdb8d]
mysqld [0xb7533d80]
/lib/i686/cmov/libpthread.so.0 [0xb6ffd4c0]
/lib/i686/cmov/libc.so.6(clone+0x5e) [0xb6ded84e]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash
--------------040103000906080100060703--
Re: Mysql issue / crashing
am 19.04.2011 13:55:53 von sureshkumarilu
--000e0cdf8db0b207b904a14430f1
Content-Type: text/plain; charset=ISO-8859-1
What is the version of MYSQL you are using currently ?
On Tue, Apr 19, 2011 at 3:46 PM, Brent Clark wrote:
> Ive added
>
> innodb_force_recovery=4
>
> Still no go.
>
>
> -------- Original Message --------
> Subject: Mysql issue / crashing
> Date: Tue, 19 Apr 2011 12:15:30 +0200
> From: Brent Clark
> To: mysql@lists.mysql.com
>
>
>
> Hiya
>
> Im getting the following
>
> I ran myisamchk --silent --force */*.MYI
>
> But still I get the following.
>
> I cant see how I can bring Mysql up.
>
> # mysqld
> 110419 12:13:22 [Warning] 'for replication startup options' is
> deprecated and will be removed in a future release. Please use ''CHANGE
> MASTER'' instead.
> 110419 12:13:22 [Note] Plugin 'FEDERATED' is disabled.
> 110419 12:13:22 InnoDB: Initializing buffer pool, size = 512.0M
> 110419 12:13:22 InnoDB: Completed initialization of buffer pool
> InnoDB: Log scan progressed past the checkpoint lsn 10 96395066
> 110419 12:13:22 InnoDB: Database was not shut down normally!
> InnoDB: Starting crash recovery.
> InnoDB: Reading tablespace information from the .ibd files...
> InnoDB: Restoring possible half-written data pages from the doublewrite
> InnoDB: buffer...
> InnoDB: Doing recovery: scanned up to log sequence number 10 96451805
> 110419 12:13:22 InnoDB: Starting an apply batch of log records to the
> database...
> InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
> 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
> 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
> 65 66 67 68 69 70 110419 12:13:22 - mysqld got signal 11 ;
> 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=201326592
> read_buffer_size=2097152
> max_used_connections=0
> max_threads=100
> threads_connected=0
> It is possible that mysqld could use up to
> key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads =
> 606853 K
> bytes of memory
> Hope that's ok; if not, decrease some variables in the equation.
>
> Thread pointer: 0x0
> 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 = (nil) thread_stack 0x20000
> mysqld(my_print_stacktrace+0x2d) [0xb75de06d]
> mysqld(handle_segfault+0x49c) [0xb72ac0cc]
> [0xb7018400]
> mysqld(page_cur_parse_insert_rec+0x580) [0xb7500390]
> mysqld [0xb74ea325]
> mysqld(recv_recover_page+0x502) [0xb74ec2e2]
> mysqld(buf_page_io_complete+0x624) [0xb74a22e4]
> mysqld(fil_aio_wait+0x12d) [0xb74bdb8d]
> mysqld [0xb7533d80]
> /lib/i686/cmov/libpthread.so.0 [0xb6ffd4c0]
> /lib/i686/cmov/libc.so.6(clone+0x5e) [0xb6ded84e]
> The manual page at http://dev.mysql.com/doc/mysql/en/crashing.htmlcontains
> information that should help you find out what is causing the crash
>
>
--
Thanks
Suresh Kuna
MySQL DBA
--000e0cdf8db0b207b904a14430f1--
Re: Mysql issue / crashing
am 19.04.2011 18:04:11 von Brent Clark
--------------040001070503070403030902
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Thanks for replying
5.1.55
On 19/04/2011 13:55, Suresh Kuna wrote:
> What is the version of MYSQL you are using currently ?
>
> On Tue, Apr 19, 2011 at 3:46 PM, Brent Clark
> > wrote:
>
> Ive added
>
> innodb_force_recovery=4
>
> Still no go.
>
>
> -------- Original Message --------
> Subject: Mysql issue / crashing
> Date: Tue, 19 Apr 2011 12:15:30 +0200
> From: Brent Clark
> >
> To: mysql@lists.mysql.com
>
>
>
> Hiya
>
> Im getting the following
>
> I ran myisamchk --silent --force */*.MYI
>
> But still I get the following.
>
> I cant see how I can bring Mysql up.
>
> # mysqld2912
> 110419 12:13:22 [Warning] 'for replication startup options' is
> deprecated and will be removed in a future release. Please use
> ''CHANGE
> MASTER'' instead.
> 110419 12:13:22 [Note] Plugin 'FEDERATED' is disabled.
> 110419 12:13:22 InnoDB: Initializing buffer pool, size = 512.0M
> 110419 12:13:22 InnoDB: Completed initialization of buffer pool
> InnoDB: Log scan progressed past the checkpoint lsn 10 96395066
> 110419 12:13:22 InnoDB: Database was not shut down normally!
> InnoDB: Starting crash recovery.
> InnoDB: Reading tablespace information from the .ibd files...
> InnoDB: Restoring possible half-written data pages from the
> doublewrite
> InnoDB: buffer...
> InnoDB: Doing recovery: scanned up to log sequence number 10 96451805
> 110419 12:13:22 InnoDB: Starting an apply batch of log records to the
> database...
> InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
> 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
> 39 40
> 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
> 63 64
> 65 66 67 68 69 70 110419 12:13:22 - mysqld got signal 11 ;
> 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=201326592
> read_buffer_size=2097152
> max_used_connections=0
> max_threads=100
> threads_connected=0
> It is possible that mysqld could use up to
> key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads =
> 606853 K
> bytes of memory
> Hope that's ok; if not, decrease some variables in the equation.
>
> Thread pointer: 0x0
> 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 = (nil) thread_stack 0x20000
> mysqld(my_print_stacktrace+0x2d) [0xb75de06d]
> mysqld(handle_segfault+0x49c) [0xb72ac0cc]
> [0xb7018400]
> mysqld(page_cur_parse_insert_rec+0x580) [0xb7500390]
> mysqld [0xb74ea325]
> mysqld(recv_recover_page+0x502) [0xb74ec2e2]
> mysqld(buf_page_io_complete+0x624) [0xb74a22e4]
> mysqld(fil_aio_wait+0x12d) [0xb74bdb8d]
> mysqld [0xb7533d80]
> /lib/i686/cmov/libpthread.so.0 [0xb6ffd4c0]
> /lib/i686/cmov/libc.so.6(clone+0x5e) [0xb6ded84e]
> The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html
> contains
> information that should help you find out what is causing the crash
>
>
>
>
> --
> Thanks
> Suresh Kuna
> MySQL DBA
--------------040001070503070403030902--
Re: Mysql issue / crashing
am 20.04.2011 06:23:13 von sureshkumarilu
--001485f1ec0eb27cd304a151fbf6
Content-Type: text/plain; charset=ISO-8859-1
Install the latest version of mysql on top of the current version and start
the database.
On Tue, Apr 19, 2011 at 9:34 PM, Brent Clark wrote:
> Thanks for replying
>
> 5.1.55
>
>
> On 19/04/2011 13:55, Suresh Kuna wrote:
>
> What is the version of MYSQL you are using currently ?
>
> On Tue, Apr 19, 2011 at 3:46 PM, Brent Clark wrote:
>
>> Ive added
>>
>> innodb_force_recovery=4
>>
>> Still no go.
>>
>>
>> -------- Original Message --------
>> Subject: Mysql issue / crashing
>> Date: Tue, 19 Apr 2011 12:15:30 +0200
>> From: Brent Clark
>> To: mysql@lists.mysql.com
>>
>>
>>
>> Hiya
>>
>> Im getting the following
>>
>> I ran myisamchk --silent --force */*.MYI
>>
>> But still I get the following.
>>
>> I cant see how I can bring Mysql up.
>>
>> # mysqld2912
>>
>> 110419 12:13:22 [Warning] 'for replication startup options' is
>> deprecated and will be removed in a future release. Please use ''CHANGE
>> MASTER'' instead.
>> 110419 12:13:22 [Note] Plugin 'FEDERATED' is disabled.
>> 110419 12:13:22 InnoDB: Initializing buffer pool, size = 512.0M
>> 110419 12:13:22 InnoDB: Completed initialization of buffer pool
>> InnoDB: Log scan progressed past the checkpoint lsn 10 96395066
>> 110419 12:13:22 InnoDB: Database was not shut down normally!
>> InnoDB: Starting crash recovery.
>> InnoDB: Reading tablespace information from the .ibd files...
>> InnoDB: Restoring possible half-written data pages from the doublewrite
>> InnoDB: buffer...
>> InnoDB: Doing recovery: scanned up to log sequence number 10 96451805
>> 110419 12:13:22 InnoDB: Starting an apply batch of log records to the
>> database...
>> InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
>> 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
>> 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
>> 65 66 67 68 69 70 110419 12:13:22 - mysqld got signal 11 ;
>> 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=201326592
>> read_buffer_size=2097152
>> max_used_connections=0
>> max_threads=100
>> threads_connected=0
>> It is possible that mysqld could use up to
>> key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads =
>> 606853 K
>> bytes of memory
>> Hope that's ok; if not, decrease some variables in the equation.
>>
>> Thread pointer: 0x0
>> 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 = (nil) thread_stack 0x20000
>> mysqld(my_print_stacktrace+0x2d) [0xb75de06d]
>> mysqld(handle_segfault+0x49c) [0xb72ac0cc]
>> [0xb7018400]
>> mysqld(page_cur_parse_insert_rec+0x580) [0xb7500390]
>> mysqld [0xb74ea325]
>> mysqld(recv_recover_page+0x502) [0xb74ec2e2]
>> mysqld(buf_page_io_complete+0x624) [0xb74a22e4]
>> mysqld(fil_aio_wait+0x12d) [0xb74bdb8d]
>> mysqld [0xb7533d80]
>> /lib/i686/cmov/libpthread.so.0 [0xb6ffd4c0]
>> /lib/i686/cmov/libc.so.6(clone+0x5e) [0xb6ded84e]
>> The manual page at http://dev.mysql.com/doc/mysql/en/crashing.htmlcontains
>> information that should help you find out what is causing the crash
>>
>>
>
>
> --
> Thanks
> Suresh Kuna
> MySQL DBA
>
>
>
--
Thanks
Suresh Kuna
MySQL DBA
--001485f1ec0eb27cd304a151fbf6--
Re: Mysql issue / crashing
am 20.04.2011 09:41:56 von Brent Clark
--------------000609050002000607050405
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Sorry
Would you be so kind as to explain your thinking.
How would upgrading Mysql fix the issue?
Regards
Brent Clark
On 20/04/2011 06:23, Suresh Kuna wrote:
> Install the latest version of mysql on top of the current version and
> start the database.
>
> On Tue, Apr 19, 2011 at 9:34 PM, Brent Clark
> > wrote:
>
> Thanks for replying
>
> 5.1.55
>
>
> On 19/04/2011 13:55, Suresh Kuna wrote:
>> What is the version of MYSQL you are using currently ?
>>
>> On Tue, Apr 19, 2011 at 3:46 PM, Brent Clark
>> > wrote:
>>
>> Ive added
>>
>> innodb_force_recovery=4
>>
>> Still no go.
>>
>>
>> -------- Original Message --------
>> Subject: Mysql issue / crashing
>> Date: Tue, 19 Apr 2011 12:15:30 +0200
>> From: Brent Clark
>> >
>> To: mysql@lists.mysql.com
>>
>>
>>
>> Hiya
>>
>> Im getting the following
>>
>> I ran myisamchk --silent --force */*.MYI
>>
>> But still I get the following.
>>
>> I cant see how I can bring Mysql up.
>>
>> # mysqld2912
>>
>> 110419 12:13:22 [Warning] 'for replication startup options' is
>> deprecated and will be removed in a future release. Please
>> use ''CHANGE
>> MASTER'' instead.
>> 110419 12:13:22 [Note] Plugin 'FEDERATED' is disabled.
>> 110419 12:13:22 InnoDB: Initializing buffer pool, size = 512.0M
>> 110419 12:13:22 InnoDB: Completed initialization of buffer pool
>> InnoDB: Log scan progressed past the checkpoint lsn 10 96395066
>> 110419 12:13:22 InnoDB: Database was not shut down normally!
>> InnoDB: Starting crash recovery.
>> InnoDB: Reading tablespace information from the .ibd files...
>> InnoDB: Restoring possible half-written data pages from the
>> doublewrite
>> InnoDB: buffer...
>> InnoDB: Doing recovery: scanned up to log sequence number 10
>> 96451805
>> 110419 12:13:22 InnoDB: Starting an apply batch of log
>> records to the
>> database...
>> InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13
>> 14 15 16
>> 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
>> 37 38 39 40
>> 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
>> 61 62 63 64
>> 65 66 67 68 69 70 110419 12:13:22 - mysqld got signal 11 ;
>> 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=201326592
>> read_buffer_size=2097152
>> max_used_connections=0
>> max_threads=100
>> threads_connected=0
>> It is possible that mysqld could use up to
>> key_buffer_size + (read_buffer_size +
>> sort_buffer_size)*max_threads =
>> 606853 K
>> bytes of memory
>> Hope that's ok; if not, decrease some variables in the equation.
>>
>> Thread pointer: 0x0
>> 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 = (nil) thread_stack 0x20000
>> mysqld(my_print_stacktrace+0x2d) [0xb75de06d]
>> mysqld(handle_segfault+0x49c) [0xb72ac0cc]
>> [0xb7018400]
>> mysqld(page_cur_parse_insert_rec+0x580) [0xb7500390]
>> mysqld [0xb74ea325]
>> mysqld(recv_recover_page+0x502) [0xb74ec2e2]
>> mysqld(buf_page_io_complete+0x624) [0xb74a22e4]
>> mysqld(fil_aio_wait+0x12d) [0xb74bdb8d]
>> mysqld [0xb7533d80]
>> /lib/i686/cmov/libpthread.so.0 [0xb6ffd4c0]
>> /lib/i686/cmov/libc.so.6(clone+0x5e) [0xb6ded84e]
>> The manual page at
>> http://dev.mysql.com/doc/mysql/en/crashing.html contains
>> information that should help you find out what is causing the
>> crash
>>
>>
>>
>>
>> --
>> Thanks
>> Suresh Kuna
>> MySQL DBA
>
>
>
>
> --
> Thanks
> Suresh Kuna
> MySQL DBA
--------------000609050002000607050405--
Re: Mysql issue / crashing
am 20.04.2011 10:10:22 von sureshkumarilu
--0016e64f5de40c68e004a1552845
Content-Type: text/plain; charset=ISO-8859-1
It will, try it out.
On Wed, Apr 20, 2011 at 1:11 PM, Brent Clark wrote:
> Sorry
>
> Would you be so kind as to explain your thinking.
>
> How would upgrading Mysql fix the issue?
>
> Regards
> Brent Clark
>
>
> On 20/04/2011 06:23, Suresh Kuna wrote:
>
> Install the latest version of mysql on top of the current version and start
> the database.
>
> On Tue, Apr 19, 2011 at 9:34 PM, Brent Clark wrote:
>
>> Thanks for replying
>>
>> 5.1.55
>>
>>
>> On 19/04/2011 13:55, Suresh Kuna wrote:
>>
>> What is the version of MYSQL you are using currently ?
>>
>> On Tue, Apr 19, 2011 at 3:46 PM, Brent Clark wrote:
>>
>>> Ive added
>>>
>>> innodb_force_recovery=4
>>>
>>> Still no go.
>>>
>>>
>>> -------- Original Message --------
>>> Subject: Mysql issue / crashing
>>> Date: Tue, 19 Apr 2011 12:15:30 +0200
>>> From: Brent Clark
>>> To: mysql@lists.mysql.com
>>>
>>>
>>>
>>> Hiya
>>>
>>> Im getting the following
>>>
>>> I ran myisamchk --silent --force */*.MYI
>>>
>>> But still I get the following.
>>>
>>> I cant see how I can bring Mysql up.
>>>
>>> # mysqld2912
>>>
>>> 110419 12:13:22 [Warning] 'for replication startup options' is
>>> deprecated and will be removed in a future release. Please use ''CHANGE
>>> MASTER'' instead.
>>> 110419 12:13:22 [Note] Plugin 'FEDERATED' is disabled.
>>> 110419 12:13:22 InnoDB: Initializing buffer pool, size = 512.0M
>>> 110419 12:13:22 InnoDB: Completed initialization of buffer pool
>>> InnoDB: Log scan progressed past the checkpoint lsn 10 96395066
>>> 110419 12:13:22 InnoDB: Database was not shut down normally!
>>> InnoDB: Starting crash recovery.
>>> InnoDB: Reading tablespace information from the .ibd files...
>>> InnoDB: Restoring possible half-written data pages from the doublewrite
>>> InnoDB: buffer...
>>> InnoDB: Doing recovery: scanned up to log sequence number 10 96451805
>>> 110419 12:13:22 InnoDB: Starting an apply batch of log records to the
>>> database...
>>> InnoDB: Progress in percents: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
>>> 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
>>> 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
>>> 65 66 67 68 69 70 110419 12:13:22 - mysqld got signal 11 ;
>>> 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=201326592
>>> read_buffer_size=2097152
>>> max_used_connections=0
>>> max_threads=100
>>> threads_connected=0
>>> It is possible that mysqld could use up to
>>> key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads =
>>> 606853 K
>>> bytes of memory
>>> Hope that's ok; if not, decrease some variables in the equation.
>>>
>>> Thread pointer: 0x0
>>> 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 = (nil) thread_stack 0x20000
>>> mysqld(my_print_stacktrace+0x2d) [0xb75de06d]
>>> mysqld(handle_segfault+0x49c) [0xb72ac0cc]
>>> [0xb7018400]
>>> mysqld(page_cur_parse_insert_rec+0x580) [0xb7500390]
>>> mysqld [0xb74ea325]
>>> mysqld(recv_recover_page+0x502) [0xb74ec2e2]
>>> mysqld(buf_page_io_complete+0x624) [0xb74a22e4]
>>> mysqld(fil_aio_wait+0x12d) [0xb74bdb8d]
>>> mysqld [0xb7533d80]
>>> /lib/i686/cmov/libpthread.so.0 [0xb6ffd4c0]
>>> /lib/i686/cmov/libc.so.6(clone+0x5e) [0xb6ded84e]
>>> The manual page at http://dev.mysql.com/doc/mysql/en/crashing.htmlcontains
>>> information that should help you find out what is causing the crash
>>>
>>>
>>
>>
>> --
>> Thanks
>> Suresh Kuna
>> MySQL DBA
>>
>>
>>
>
>
> --
> Thanks
> Suresh Kuna
> MySQL DBA
>
>
>
--
Thanks
Suresh Kuna
MySQL DBA
--0016e64f5de40c68e004a1552845--
Re: Mysql issue / crashing
am 20.04.2011 14:46:31 von Brent Clark
On 20/04/2011 10:10, Suresh Kuna wrote:
> It will, try it out.
Thanks for replying.
My Colleague and I, we tried a different route.
We retried innodb_force_recovery.
But this time we started at 1 and progressed to 6.
At 6 we were able to able to start working.
So for our recovery procedure we have opted for mysqldump and reimport.
Dont get me wrong, we know its slower, and may not be bullet proof, but
we are not seeing missing data, but we are reimporting for an extra measure.
Brent
P.s. The one cool thing is that we have been able to add is
'innodb_file_per_table'.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2@m.gmane.org
Re: Mysql issue / crashing
am 21.04.2011 06:18:03 von sureshkumarilu
--0016e6ddfee4083c6504a16607a3
Content-Type: text/plain; charset=ISO-8859-1
Okie cool, Can you paste the error log details when it came up with force
recovery 6.
On Wed, Apr 20, 2011 at 6:16 PM, Brent Clark wrote:
> On 20/04/2011 10:10, Suresh Kuna wrote:
>
>> It will, try it out.
>>
>
> Thanks for replying.
>
> My Colleague and I, we tried a different route.
>
> We retried innodb_force_recovery.
>
> But this time we started at 1 and progressed to 6.
>
> At 6 we were able to able to start working.
>
> So for our recovery procedure we have opted for mysqldump and reimport.
> Dont get me wrong, we know its slower, and may not be bullet proof, but we
> are not seeing missing data, but we are reimporting for an extra measure.
>
> Brent
> P.s. The one cool thing is that we have been able to add is
> 'innodb_file_per_table'.
>
>
>
--
Thanks
Suresh Kuna
MySQL DBA
--0016e6ddfee4083c6504a16607a3--