GDB info

(gdb) b trx_undo_page_init Breakpoint 1 at 0x842d384 (gdb) b trx_doublewrite_init Breakpoint 2 at 0x8428064 (gdb) b dict_init Breakpoint 3 at 0x839d9a4 (gdb) r --skip-grant --datadir=/mnt/bigdisk/xn/data/ ..... [New Thread -1208382576 (LWP 28227)] [New Thread -1230525552 (LWP 28228)] [New Thread -1241015408 (LWP 28229)] [New Thread -1251505264 (LWP 28230)] InnoDB: The first specified data file ./ibdata1 did not exist: InnoDB: a new database to be created! 101226 17:04:44 InnoDB: Setting file ./ibdata1 size to 10 MB InnoDB: Database physically writes the file full: wait... 101226 17:04:44 InnoDB: Log file ./ib_logfile0 did not exist: new to be created InnoDB: Setting log file ./ib_logfile0 size to 5 MB InnoDB: Database physically writes the file full: wait... 101226 17:04:44 InnoDB: Log file ./ib_logfile1 did not exist: new to be created InnoDB: Setting log file ./ib_logfile1 size to 5 MB InnoDB: Database physically writes the file full: wait... [Switching to Thread -1208379696 (LWP 28223)] Breakpoint 3, 0x0839d9a4 in dict_init () (gdb) bt #0 0x0839d9a4 in dict_init () #1 0x0843ce0e in dict_boot () #2 0x0843df53 in dict_create () #3 0x08418719 in innobase_start_or_create_for_mysql () #4 0x08374ce0 in innobase_init () #5 0x082a4a24 in ha_initialize_handlerton () #6 0x0831eb9e in plugin_initialize () #7 0x0832118d in plugin_init () #8 0x081c016d in init_server_components () #9 0x081c4595 in main () (gdb) c Breakpoint 2, 0x08428064 in trx_doublewrite_init () (gdb) bt #0 0x08428064 in trx_doublewrite_init () #1 0x08428b74 in trx_sys_create_doublewrite_buf () #2 0x08418389 in innobase_start_or_create_for_mysql () #3 0x08374ce0 in innobase_init () #4 0x082a4a24 in ha_initialize_handlerton () #5 0x0831eb9e in plugin_initialize () #6 0x0832118d in plugin_init () #7 0x081c016d in init_server_components () #8 0x081c4595 in main () (gdb) c Continuing. InnoDB: Creating foreign key constraint system tables Breakpoint 1, 0x0842d384 in trx_undo_page_init () (gdb) bt #0 0x0842d384 in trx_undo_page_init () #1 0x0842e57d in trx_undo_assign_undo () #2 0x08423819 in trx_undo_report_row_operation () #3 0x0837e88c in btr_cur_optimistic_insert () #4 0x083f88aa in row_ins_index_entry_low () #5 0x083fa8b1 in row_ins () #6 0x083faba3 in row_ins_step () #7 0x083f11fd in que_run_threads () #8 0x083f17bd in que_eval_sql () #9 0x0843e96e in dict_create_or_check_foreign_constraint_tables () #10 0x0841838e in innobase_start_or_create_for_mysql () #11 0x08374ce0 in innobase_init () #12 0x082a4a24 in ha_initialize_handlerton () #13 0x0831eb9e in plugin_initialize () #14 0x0832118d in plugin_init () #15 0x081c016d in init_server_components () #16 0x081c4595 in main () (gdb)

 

 

 

 

 

你可能感兴趣的:(thread,mysql,server,File,database,Components)