Guest User

oqgraph crash gentoo 64bit, boost 1.46.1

a guest
Aug 3rd, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 KB | None | 0 0
  1. ./mtr --suite=oqgraph
  2. Logging: ./mtr --suite=oqgraph
  3. Using suites: oqgraph
  4. vardir: /home/pomyk/s/stuff/maria/5.5/mysql-test/var
  5. Checking leftover processes...
  6. Removing old var directory...
  7. Creating var directory '/home/pomyk/s/stuff/maria/5.5/mysql-test/var'...
  8. Checking supported features...
  9. MariaDB Version 5.5.25-MariaDB
  10. Installing system database...
  11. - skipping ndbcluster
  12. - skipping SSL, mysqld not compiled with SSL
  13. Collecting tests...
  14. Using server port 57978
  15.  
  16. ==============================================================================
  17.  
  18. TEST RESULT TIME (ms) or COMMENT
  19. --------------------------------------------------------------------------
  20.  
  21. worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
  22. oqgraph.binlog [ fail ]
  23. Test ended at 2012-08-04 00:08:06
  24.  
  25. CURRENT_TEST: oqgraph.binlog
  26. mysqltest: At line 21: query 'insert into graph(origid, destid) values (1,3), (3,1)' failed: 2013: Lost connection to MySQL server during query
  27.  
  28. The result from queries just before the failure was:
  29. drop table if exists graph;
  30. CREATE TABLE graph (
  31. latch SMALLINT UNSIGNED NULL,
  32. origid BIGINT UNSIGNED NULL,
  33. destid BIGINT UNSIGNED NULL,
  34. weight DOUBLE NULL,
  35. seq BIGINT UNSIGNED NULL,
  36. linkid BIGINT UNSIGNED NULL,
  37. KEY (latch, origid, destid) USING HASH,
  38. KEY (latch, destid, origid) USING HASH
  39. ) ENGINE=OQGRAPH;
  40. SET binlog_format = row;
  41. insert into graph(origid, destid) values (1,3), (3,1);
  42.  
  43.  
  44. Server [mysqld.1 - pid: 18146, winpid: 18146, exit: 256] failed during test run
  45. Server log from this test:
  46. ----------SERVER LOG START-----------
  47. 120804 0:08:05 [Note] Plugin 'InnoDB' is disabled.
  48. 120804 0:08:05 [Note] Plugin 'INNODB_RSEG' is disabled.
  49. 120804 0:08:05 [Note] Plugin 'INNODB_TRX' is disabled.
  50. 120804 0:08:05 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
  51. 120804 0:08:05 [Note] Plugin 'INNODB_CMP' is disabled.
  52. 120804 0:08:05 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
  53. 120804 0:08:05 [Note] Plugin 'INNODB_CMPMEM' is disabled.
  54. 120804 0:08:05 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
  55. 120804 0:08:05 [Note] Plugin 'INNODB_SYS_TABLES' is disabled.
  56. 120804 0:08:05 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
  57. 120804 0:08:05 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
  58. 120804 0:08:05 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
  59. 120804 0:08:05 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
  60. 120804 0:08:05 [Note] Plugin 'INNODB_SYS_FOREIGN' is disabled.
  61. 120804 0:08:05 [Note] Plugin 'INNODB_SYS_FOREIGN_COLS' is disabled.
  62. 120804 0:08:05 [Note] Plugin 'INNODB_SYS_STATS' is disabled.
  63. 120804 0:08:05 [Note] Plugin 'INNODB_TABLE_STATS' is disabled.
  64. 120804 0:08:05 [Note] Plugin 'INNODB_INDEX_STATS' is disabled.
  65. 120804 0:08:05 [Note] Plugin 'INNODB_BUFFER_POOL_PAGES' is disabled.
  66. 120804 0:08:05 [Note] Plugin 'INNODB_BUFFER_POOL_PAGES_INDEX' is disabled.
  67. 120804 0:08:05 [Note] Plugin 'INNODB_BUFFER_POOL_PAGES_BLOB' is disabled.
  68. 120804 0:08:05 [Note] Plugin 'XTRADB_ADMIN_COMMAND' is disabled.
  69. 120804 0:08:05 [Note] Plugin 'partition' is disabled.
  70. 120804 0:08:05 [Warning] /home/pomyk/s/stuff/maria/5.5/sql/mysqld: unknown variable 'loose-feedback-user-info=mysql-test'
  71. 120804 0:08:05 [Warning] /home/pomyk/s/stuff/maria/5.5/sql/mysqld: unknown variable 'loose-debug-sync-timeout=300'
  72. 120804 0:08:05 [Note] Event Scheduler: Loaded 0 events
  73. 120804 0:08:05 [Note] /home/pomyk/s/stuff/maria/5.5/sql/mysqld: ready for connections.
  74. 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
  75. 120804 0:08:05 [ERROR] mysqld got signal 11 ;
  76. This could be because you hit a bug. It is also possible that this binary
  77. or one of the libraries it was linked against is corrupt, improperly built,
  78. or misconfigured. This error can also be caused by malfunctioning hardware.
  79.  
  80. To report this bug, see http://kb.askmonty.org/en/reporting-bugs
  81.  
  82. We will try our best to scrape up some info that will hopefully help
  83. diagnose the problem, but since we have already crashed,
  84. something is definitely wrong and this may fail.
  85.  
  86. Server version: 5.5.25-MariaDB-log
  87. key_buffer_size=1048576
  88. read_buffer_size=131072
  89. max_used_connections=1
  90. max_threads=153
  91. thread_count=1
  92. It is possible that mysqld could use up to
  93. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61889 K bytes of memory
  94. Hope that's ok; if not, decrease some variables in the equation.
  95.  
  96. Thread pointer: 0x0x1d1fea0
  97. Attempting backtrace. You can use the following information to find out
  98. where mysqld died. If you see no messages after this, something went
  99. terribly wrong...
  100. stack_bottom = 0x7f65ff60ee48 thread_stack 0x48000
  101. ??:0(my_print_stacktrace)[0xa68329]
  102. ??:0(handle_fatal_signal)[0x6d3482]
  103. ??:0(??)[0x7f65ff268430]
  104. ??:0(??)[0x7f65f3282949]
  105. ??:0(??)[0x7f65f327f3fc]
  106. ??:0(handler::ha_write_row(unsigned char*))[0x6d7c4e]
  107. ??:0(write_record(THD*, TABLE*, st_copy_info*))[0x576b80]
  108. ??:0(mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool))[0x57e751]
  109. ??:0(mysql_execute_command(THD*))[0x594b52]
  110. ??:0(mysql_parse(THD*, char*, unsigned int, Parser_state*))[0x5964f9]
  111. ??:0(dispatch_command(enum_server_command, THD*, char*, unsigned int))[0x5977db]
  112. ??:0(do_handle_one_connection(THD*))[0x64d840]
  113. ??:0(handle_one_connection)[0x64d8ea]
  114. reginit.c:0(pfs_spawn_thread)[0xa34c76]
  115. ??:0(??)[0x7f65ff25fc1a]
  116. ??:0(??)[0x7f65fddbbe7d]
  117.  
  118. Trying to get some variables.
  119. Some pointers may be invalid and cause the dump to abort.
  120. Query (0x1db9d08): insert into graph(origid, destid) values (1,3), (3,1)
  121. Connection ID (thread ID): 2
  122. Status: NOT_KILLED
  123.  
  124. 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
  125.  
  126. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  127. information that should help you find out what is causing the crash.
  128. Writing a core file
  129. ----------SERVER LOG END-------------
  130.  
  131.  
  132. - 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/'
  133. - found 'core' (0/5)
  134.  
  135. Trying 'dbx' to get a backtrace
  136.  
  137. Trying 'gdb' to get a backtrace
  138. Core generated by '/home/pomyk/s/stuff/maria/5.5/sql/mysqld'
  139. Output from gdb follows. The first stack trace is from the failing thread.
  140. The following stack traces are from all threads (so the failing one is
  141. duplicated).
  142. --------------------------
  143. [New LWP 18158]
  144. [New LWP 18149]
  145. [New LWP 18147]
  146. [New LWP 18150]
  147.  
  148. warning: Can't read pathname for load map: Input/output error.
  149. [Thread debugging using libthread_db enabled]
  150. Core was generated by `/home/pomyk/s/stuff/maria/5.5/sql/mysqld --defaults-group-suffix=.1 --defaults-'.
  151. Program terminated with signal 11, Segmentation fault.
  152. #0 0x00007f65ff2657cc in pthread_kill () from /lib64/libpthread.so.0
  153. #0 0x00007f65ff2657cc in pthread_kill () from /lib64/libpthread.so.0
  154. #1 0x00000000006d3443 in handle_fatal_signal ()
  155. #2 <signal handler called>
  156. #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
  157. #4 0x00007f65f327f3fc in ha_oqgraph::write_row(unsigned char*) () from /home/pomyk/s/stuff/maria/5.5/mysql-test/var/plugins/ha_oqgraph.so
  158. #5 0x00000000006d7c4e in handler::ha_write_row(unsigned char*) ()
  159. #6 0x0000000000576b80 in write_record(THD*, TABLE*, st_copy_info*) ()
  160. #7 0x000000000057e751 in mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool) ()
  161. #8 0x0000000000594b52 in mysql_execute_command(THD*) ()
  162. #9 0x00000000005964f9 in mysql_parse(THD*, char*, unsigned int, Parser_state*) ()
  163. #10 0x00000000005977db in dispatch_command(enum_server_command, THD*, char*, unsigned int) ()
  164. #11 0x000000000064d840 in do_handle_one_connection(THD*) ()
  165. #12 0x000000000064d8ea in handle_one_connection ()
  166. #13 0x0000000000a34c76 in pfs_spawn_thread ()
  167. #14 0x00007f65ff25fc1a in start_thread () from /lib64/libpthread.so.0
  168. #15 0x00007f65fddbbe7d in clone () from /lib64/libc.so.6
  169.  
  170. Thread 4 (Thread 0x7f65ff658700 (LWP 18150)):
  171. #0 0x00007f65ff268157 in do_sigwait () from /lib64/libpthread.so.0
  172. #1 0x00007f65ff2681d7 in sigwait () from /lib64/libpthread.so.0
  173. #2 0x000000000050f65b in signal_hand ()
  174. #3 0x0000000000a34c76 in pfs_spawn_thread ()
  175. #4 0x00007f65ff25fc1a in start_thread () from /lib64/libpthread.so.0
  176. #5 0x00007f65fddbbe7d in clone () from /lib64/libc.so.6
  177.  
  178. Thread 3 (Thread 0x7f65ff659720 (LWP 18147)):
  179. #0 0x00007f65fddb31f3 in poll () from /lib64/libc.so.6
  180. #1 0x000000000050feb1 in handle_connections_sockets() ()
  181. #2 0x00000000005114b2 in mysqld_main(int, char**) ()
  182. #3 0x00007f65fdd08d2d in __libc_start_main () from /lib64/libc.so.6
  183. #4 0x0000000000506f85 in _start ()
  184.  
  185. Thread 2 (Thread 0x7f65fdce9700 (LWP 18149)):
  186. #0 0x00007f65ff2648eb in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  187. #1 0x000000000098f414 in my_service_thread_sleep ()
  188. #2 0x0000000000987d1c in ma_checkpoint_background ()
  189. #3 0x0000000000a34c76 in pfs_spawn_thread ()
  190. #4 0x00007f65ff25fc1a in start_thread () from /lib64/libpthread.so.0
  191. #5 0x00007f65fddbbe7d in clone () from /lib64/libc.so.6
  192.  
  193. Thread 1 (Thread 0x7f65ff60f700 (LWP 18158)):
  194. #0 0x00007f65ff2657cc in pthread_kill () from /lib64/libpthread.so.0
  195. #1 0x00000000006d3443 in handle_fatal_signal ()
  196. #2 <signal handler called>
  197. #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
  198. #4 0x00007f65f327f3fc in ha_oqgraph::write_row(unsigned char*) () from /home/pomyk/s/stuff/maria/5.5/mysql-test/var/plugins/ha_oqgraph.so
  199. #5 0x00000000006d7c4e in handler::ha_write_row(unsigned char*) ()
  200. #6 0x0000000000576b80 in write_record(THD*, TABLE*, st_copy_info*) ()
  201. #7 0x000000000057e751 in mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool) ()
  202. #8 0x0000000000594b52 in mysql_execute_command(THD*) ()
  203. #9 0x00000000005964f9 in mysql_parse(THD*, char*, unsigned int, Parser_state*) ()
  204. #10 0x00000000005977db in dispatch_command(enum_server_command, THD*, char*, unsigned int) ()
  205. #11 0x000000000064d840 in do_handle_one_connection(THD*) ()
  206. #12 0x000000000064d8ea in handle_one_connection ()
  207. #13 0x0000000000a34c76 in pfs_spawn_thread ()
  208. #14 0x00007f65ff25fc1a in start_thread () from /lib64/libpthread.so.0
  209. #15 0x00007f65fddbbe7d in clone () from /lib64/libc.so.6
  210.  
  211. Compressed file /home/pomyk/s/stuff/maria/5.5/mysql-test/var/log/oqgraph.binlog/mysqld.1/data/core
  212.  
  213. Only 1 of 2 completed.
  214. --------------------------------------------------------------------------
  215. The servers were restarted 0 times
  216. Spent 0.000 of 5 seconds executing testcases
  217.  
  218. Failure: Failed 1/1 tests, 0.00% were successful.
  219.  
  220. Failing test(s): oqgraph.binlog
  221.  
  222. The log files in var/log may give you some hint of what went wrong.
  223.  
  224. If you want to report this error, please read first the documentation
  225. at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html
  226.  
  227. mysql-test-run: *** ERROR: there were failing test cases
Advertisement
Add Comment
Please, Sign In to add comment