Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./mtr --suite=oqgraph
- Logging: ./mtr --suite=oqgraph
- Using suites: oqgraph
- vardir: /home/pomyk/s/stuff/maria/5.5/mysql-test/var
- Checking leftover processes...
- Removing old var directory...
- Creating var directory '/home/pomyk/s/stuff/maria/5.5/mysql-test/var'...
- Checking supported features...
- MariaDB Version 5.5.25-MariaDB
- Installing system database...
- - skipping ndbcluster
- - skipping SSL, mysqld not compiled with SSL
- Collecting tests...
- Using server port 57978
- ==============================================================================
- TEST RESULT TIME (ms) or COMMENT
- --------------------------------------------------------------------------
- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
- oqgraph.binlog [ fail ]
- Test ended at 2012-08-04 00:08:06
- CURRENT_TEST: oqgraph.binlog
- mysqltest: At line 21: query 'insert into graph(origid, destid) values (1,3), (3,1)' failed: 2013: Lost connection to MySQL server during query
- The result from queries just before the failure was:
- drop table if exists graph;
- CREATE TABLE graph (
- latch SMALLINT UNSIGNED NULL,
- origid BIGINT UNSIGNED NULL,
- destid BIGINT UNSIGNED NULL,
- weight DOUBLE NULL,
- seq BIGINT UNSIGNED NULL,
- linkid BIGINT UNSIGNED NULL,
- KEY (latch, origid, destid) USING HASH,
- KEY (latch, destid, origid) USING HASH
- ) ENGINE=OQGRAPH;
- SET binlog_format = row;
- insert into graph(origid, destid) values (1,3), (3,1);
- Server [mysqld.1 - pid: 18146, winpid: 18146, exit: 256] failed during test run
- Server log from this test:
- ----------SERVER LOG START-----------
- 120804 0:08:05 [Note] Plugin 'InnoDB' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_RSEG' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_TRX' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_CMP' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_CMPMEM' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_SYS_TABLES' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_SYS_FOREIGN' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_SYS_FOREIGN_COLS' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_SYS_STATS' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_TABLE_STATS' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_INDEX_STATS' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_BUFFER_POOL_PAGES' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_BUFFER_POOL_PAGES_INDEX' is disabled.
- 120804 0:08:05 [Note] Plugin 'INNODB_BUFFER_POOL_PAGES_BLOB' is disabled.
- 120804 0:08:05 [Note] Plugin 'XTRADB_ADMIN_COMMAND' is disabled.
- 120804 0:08:05 [Note] Plugin 'partition' is disabled.
- 120804 0:08:05 [Warning] /home/pomyk/s/stuff/maria/5.5/sql/mysqld: unknown variable 'loose-feedback-user-info=mysql-test'
- 120804 0:08:05 [Warning] /home/pomyk/s/stuff/maria/5.5/sql/mysqld: unknown variable 'loose-debug-sync-timeout=300'
- 120804 0:08:05 [Note] Event Scheduler: Loaded 0 events
- 120804 0:08:05 [Note] /home/pomyk/s/stuff/maria/5.5/sql/mysqld: ready for connections.
- Version: '5.5.25-MariaDB-log' socket: '/home/pomyk/s/stuff/maria/5.5/mysql-test/var/tmp/mysqld.1.sock' port: 16000 Source distribution
- 120804 0:08:05 [ERROR] 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.
- To report this bug, see http://kb.askmonty.org/en/reporting-bugs
- 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.
- Server version: 5.5.25-MariaDB-log
- key_buffer_size=1048576
- read_buffer_size=131072
- max_used_connections=1
- max_threads=153
- thread_count=1
- It is possible that mysqld could use up to
- key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61889 K bytes of memory
- Hope that's ok; if not, decrease some variables in the equation.
- Thread pointer: 0x0x1d1fea0
- 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 = 0x7f65ff60ee48 thread_stack 0x48000
- ??:0(my_print_stacktrace)[0xa68329]
- ??:0(handle_fatal_signal)[0x6d3482]
- ??:0(??)[0x7f65ff268430]
- ??:0(??)[0x7f65f3282949]
- ??:0(??)[0x7f65f327f3fc]
- ??:0(handler::ha_write_row(unsigned char*))[0x6d7c4e]
- ??:0(write_record(THD*, TABLE*, st_copy_info*))[0x576b80]
- ??:0(mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool))[0x57e751]
- ??:0(mysql_execute_command(THD*))[0x594b52]
- ??:0(mysql_parse(THD*, char*, unsigned int, Parser_state*))[0x5964f9]
- ??:0(dispatch_command(enum_server_command, THD*, char*, unsigned int))[0x5977db]
- ??:0(do_handle_one_connection(THD*))[0x64d840]
- ??:0(handle_one_connection)[0x64d8ea]
- reginit.c:0(pfs_spawn_thread)[0xa34c76]
- ??:0(??)[0x7f65ff25fc1a]
- ??:0(??)[0x7f65fddbbe7d]
- Trying to get some variables.
- Some pointers may be invalid and cause the dump to abort.
- Query (0x1db9d08): insert into graph(origid, destid) values (1,3), (3,1)
- Connection ID (thread ID): 2
- Status: NOT_KILLED
- Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=off
- 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.
- Writing a core file
- ----------SERVER LOG END-------------
- - saving '/home/pomyk/s/stuff/maria/5.5/mysql-test/var/log/oqgraph.binlog/' to '/home/pomyk/s/stuff/maria/5.5/mysql-test/var/log/oqgraph.binlog/'
- - found 'core' (0/5)
- Trying 'dbx' to get a backtrace
- Trying 'gdb' to get a backtrace
- Core generated by '/home/pomyk/s/stuff/maria/5.5/sql/mysqld'
- Output from gdb follows. The first stack trace is from the failing thread.
- The following stack traces are from all threads (so the failing one is
- duplicated).
- --------------------------
- [New LWP 18158]
- [New LWP 18149]
- [New LWP 18147]
- [New LWP 18150]
- warning: Can't read pathname for load map: Input/output error.
- [Thread debugging using libthread_db enabled]
- Core was generated by `/home/pomyk/s/stuff/maria/5.5/sql/mysqld --defaults-group-suffix=.1 --defaults-'.
- Program terminated with signal 11, Segmentation fault.
- #0 0x00007f65ff2657cc in pthread_kill () from /lib64/libpthread.so.0
- #0 0x00007f65ff2657cc in pthread_kill () from /lib64/libpthread.so.0
- #1 0x00000000006d3443 in handle_fatal_signal ()
- #2 <signal handler called>
- #3 0x00007f65f3282949 in open_query::oqgraph::insert_edge(unsigned long long, unsigned long long, double, bool) () from /home/pomyk/s/stuff/maria/5.5/mysql-test/var/plugins/ha_oqgraph.so
- #4 0x00007f65f327f3fc in ha_oqgraph::write_row(unsigned char*) () from /home/pomyk/s/stuff/maria/5.5/mysql-test/var/plugins/ha_oqgraph.so
- #5 0x00000000006d7c4e in handler::ha_write_row(unsigned char*) ()
- #6 0x0000000000576b80 in write_record(THD*, TABLE*, st_copy_info*) ()
- #7 0x000000000057e751 in mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool) ()
- #8 0x0000000000594b52 in mysql_execute_command(THD*) ()
- #9 0x00000000005964f9 in mysql_parse(THD*, char*, unsigned int, Parser_state*) ()
- #10 0x00000000005977db in dispatch_command(enum_server_command, THD*, char*, unsigned int) ()
- #11 0x000000000064d840 in do_handle_one_connection(THD*) ()
- #12 0x000000000064d8ea in handle_one_connection ()
- #13 0x0000000000a34c76 in pfs_spawn_thread ()
- #14 0x00007f65ff25fc1a in start_thread () from /lib64/libpthread.so.0
- #15 0x00007f65fddbbe7d in clone () from /lib64/libc.so.6
- Thread 4 (Thread 0x7f65ff658700 (LWP 18150)):
- #0 0x00007f65ff268157 in do_sigwait () from /lib64/libpthread.so.0
- #1 0x00007f65ff2681d7 in sigwait () from /lib64/libpthread.so.0
- #2 0x000000000050f65b in signal_hand ()
- #3 0x0000000000a34c76 in pfs_spawn_thread ()
- #4 0x00007f65ff25fc1a in start_thread () from /lib64/libpthread.so.0
- #5 0x00007f65fddbbe7d in clone () from /lib64/libc.so.6
- Thread 3 (Thread 0x7f65ff659720 (LWP 18147)):
- #0 0x00007f65fddb31f3 in poll () from /lib64/libc.so.6
- #1 0x000000000050feb1 in handle_connections_sockets() ()
- #2 0x00000000005114b2 in mysqld_main(int, char**) ()
- #3 0x00007f65fdd08d2d in __libc_start_main () from /lib64/libc.so.6
- #4 0x0000000000506f85 in _start ()
- Thread 2 (Thread 0x7f65fdce9700 (LWP 18149)):
- #0 0x00007f65ff2648eb in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
- #1 0x000000000098f414 in my_service_thread_sleep ()
- #2 0x0000000000987d1c in ma_checkpoint_background ()
- #3 0x0000000000a34c76 in pfs_spawn_thread ()
- #4 0x00007f65ff25fc1a in start_thread () from /lib64/libpthread.so.0
- #5 0x00007f65fddbbe7d in clone () from /lib64/libc.so.6
- Thread 1 (Thread 0x7f65ff60f700 (LWP 18158)):
- #0 0x00007f65ff2657cc in pthread_kill () from /lib64/libpthread.so.0
- #1 0x00000000006d3443 in handle_fatal_signal ()
- #2 <signal handler called>
- #3 0x00007f65f3282949 in open_query::oqgraph::insert_edge(unsigned long long, unsigned long long, double, bool) () from /home/pomyk/s/stuff/maria/5.5/mysql-test/var/plugins/ha_oqgraph.so
- #4 0x00007f65f327f3fc in ha_oqgraph::write_row(unsigned char*) () from /home/pomyk/s/stuff/maria/5.5/mysql-test/var/plugins/ha_oqgraph.so
- #5 0x00000000006d7c4e in handler::ha_write_row(unsigned char*) ()
- #6 0x0000000000576b80 in write_record(THD*, TABLE*, st_copy_info*) ()
- #7 0x000000000057e751 in mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool) ()
- #8 0x0000000000594b52 in mysql_execute_command(THD*) ()
- #9 0x00000000005964f9 in mysql_parse(THD*, char*, unsigned int, Parser_state*) ()
- #10 0x00000000005977db in dispatch_command(enum_server_command, THD*, char*, unsigned int) ()
- #11 0x000000000064d840 in do_handle_one_connection(THD*) ()
- #12 0x000000000064d8ea in handle_one_connection ()
- #13 0x0000000000a34c76 in pfs_spawn_thread ()
- #14 0x00007f65ff25fc1a in start_thread () from /lib64/libpthread.so.0
- #15 0x00007f65fddbbe7d in clone () from /lib64/libc.so.6
- Compressed file /home/pomyk/s/stuff/maria/5.5/mysql-test/var/log/oqgraph.binlog/mysqld.1/data/core
- Only 1 of 2 completed.
- --------------------------------------------------------------------------
- The servers were restarted 0 times
- Spent 0.000 of 5 seconds executing testcases
- Failure: Failed 1/1 tests, 0.00% were successful.
- Failing test(s): oqgraph.binlog
- The log files in var/log may give you some hint of what went wrong.
- If you want to report this error, please read first the documentation
- at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html
- mysql-test-run: *** ERROR: there were failing test cases
Advertisement
Add Comment
Please, Sign In to add comment