again with the up and info local

[EMAIL PROTECTED]:~# gdb mysqld
GNU gdb 6.8-debian      
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.           
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"   
and "show warranty" for details.                                             
This GDB was configured as "x86_64-linux-gnu"...                             
(no debugging symbols found)                                                 
(gdb) r --basedir=/usr --datadir=/var/lib/mysql --user=mysql 
--pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 
--socket=/var/run/mysqld/mysqld.sock
Starting program: /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql 
--user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking 
--port=3306 --socket=/var/run/mysqld/mysqld.sock
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
[Thread debugging using libthread_db enabled]                                   
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
[New Thread 0x7fd9881ca6f0 (LWP 22967)]                                         
                                                                                
                                      
[New Thread 0x42668950 (LWP 22984)]                                             
                                                                                
                                      
[Thread 0x42668950 (LWP 22984) exited]                                          
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
(no debugging symbols found)                                                    
                                                                                
                                      
[New Thread 0x42668950 (LWP 22988)]                                             
                                                                                
                                      
[New Thread 0x42e69950 (LWP 22989)]                                             
                                                                                
                                      
[New Thread 0x4366a950 (LWP 22990)]                                             
                                                                                
                                      
[New Thread 0x43e6b950 (LWP 22991)]
InnoDB: Log scan progressed past the checkpoint lsn 0 1752709
081107 20:27:42  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: Error: tried to read 1048576 bytes at offset 0 1048576.
InnoDB: Was only able to read 8192.
InnoDB: Fatal error: cannot read from file. OS error number 17.
081107 20:28:09InnoDB: Assertion failure in thread 140572268209904 in file 
os0file.c line 2211
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery.html
InnoDB: about forcing recovery.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fd9881ca6f0 (LWP 22967)]
0x0000000000803ff7 in os_file_read ()
(gdb) backtrace
#0  0x0000000000803ff7 in os_file_read ()
#1  0x00000000007d0b5e in fil_io ()
#2  0x000000000078f241 in trx_sys_doublewrite_init_or_restore_pages ()
#3  0x00000000007b8cf2 in recv_scan_log_recs ()
#4  0x00000000007b96f6 in ?? ()
#5  0x00000000007b9cb6 in recv_recovery_from_checkpoint_start ()
#6  0x0000000000714d43 in innobase_start_or_create_for_mysql ()
#7  0x0000000000695e64 in innobase_init ()
#8  0x000000000068bbfa in ha_init ()
#9  0x00000000005d6085 in ?? ()
#10 0x00000000005d82aa in main ()
(gdb) info local
No symbol table info available.
(gdb) up
#1  0x00000000007d0b5e in fil_io ()
(gdb) info local
No symbol table info available.
(gdb) up
#2  0x000000000078f241 in trx_sys_doublewrite_init_or_restore_pages ()
(gdb) info local
No symbol table info available.
(gdb) up
#3  0x00000000007b8cf2 in recv_scan_log_recs ()
(gdb) info local
No symbol table info available.
(gdb)

-- 
InnoDB: Assertion failure in thread...
https://bugs.launchpad.net/bugs/295293
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to