See <http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/187/>

------------------------------------------
[...truncated 4990 lines...]
20120507-192735  Unknown table 'crash_me_t'
20120507-192735  Supports HH:MM:SS (ISO) time format: yes
20120507-192735  Supports HH.MM.SS (EUR) time format:
20120507-192735  Got error from query: 'insert into crash_me_t(a) values 
('20.08.16')'
20120507-192735  Received an invalid TIME value '20.08.16'.
20120507-192735  no
20120507-192735  Supports HHHHmmSS time format:
20120507-192735  Got error from query: 'insert into crash_me_t(a) values 
('00200816')'
20120507-192735  Received an invalid TIME value '00200816'.
20120507-192735  no
20120507-192735  Supports HHmmSS time format: no
20120507-192735  Supports HH:MM:SS (AM|PM) time format:
20120507-192735  Got error from query: 'insert into crash_me_t(a) values 
('08:08:16 PM')'
20120507-192735  Received an invalid TIME value '08:08:16 PM'.
20120507-192735  no
20120507-192735  
20120507-192735  Got error from query: 'insert into crash_me_t values(20:08:16)'
20120507-192735  You have an error in your SQL syntax; check the manual that 
corresponds to your Drizzle server version for the right syntax to use near 
':08:16)' at line 1
20120507-192735  Function HOUR: yes
20120507-192735  Function ANSI HOUR:
20120507-192735  Got error from query: 'select hour(TIME '12:13:14') '
20120507-192735  You have an error in your SQL syntax; check the manual that 
corresponds to your Drizzle server version for the right syntax to use near 
''12:13:14')' at line 1
20120507-192735  no
20120507-192735  Function MINUTE: yes
20120507-192735  Function SECOND: yes
20120507-192735  Function TIME_TO_SEC:
20120507-192735  Got error from query: 'select time_to_sec('01:23:21') '
20120507-192735  FUNCTION time_to_sec does not exist
20120507-192735  no
20120507-192735  Function SEC_TO_TIME:
20120507-192735  Got error from query: 'select sec_to_time(5001) '
20120507-192735  FUNCTION sec_to_time does not exist
20120507-192735  no
20120507-192735  Function ADDTIME:
20120507-192735  Got error from query: 'select ADDTIME('20:02:12','00:00:03') '
20120507-192735  FUNCTION ADDTIME does not exist
20120507-192735  no
20120507-192735  Function SUBTIME:
20120507-192735  Got error from query: 'select SUBTIME('20:02:15','00:00:03') '
20120507-192735  FUNCTION SUBTIME does not exist
20120507-192735  no
20120507-192735  Function TIMEDIFF:
20120507-192735  Got error from query: 'select TIMEDIFF('20:02:15','20:02:12') '
20120507-192735  FUNCTION TIMEDIFF does not exist
20120507-192735  no
20120507-192735  Function MAKETIME:
20120507-192735  Got error from query: 'select MAKETIME(20,02,12) '
20120507-192735  FUNCTION MAKETIME does not exist
20120507-192735  no
20120507-192735  Function TIME:
20120507-192735  Got error from query: 'select time('20:02:12') '
20120507-192735  You have an error in your SQL syntax; check the manual that 
corresponds to your Drizzle server version for the right syntax to use near 
'('20:02:12')' at line 1
20120507-192735  no
20120507-192735  NOT ID BETWEEN interprets as ID NOT BETWEEN:yes
20120507-192735  LIKE on numbers: REPORT LIKE on numbers yes
20120507-192735  column LIKE column: REPORT column LIKE column yes
20120507-192735  update of column= -column: REPORT update of column= -column yes
20120507-192735  String functions on date columns: yes
20120507-192735  char are space filled:
20120507-192735  query: 'select b || b from crash_me where b = 'a         '' 
returned 'aa' instead of 'a         a         '
20120507-192735  no
20120507-192735  Update with many tables:
20120507-192735  Got error from query: 'update crash_q left join crash_me on 
crash_q.a=crash_me.a set crash_q.b=crash_me.b'
20120507-192735  You have an error in your SQL syntax; check the manual that 
corresponds to your Drizzle server version for the right syntax to use near 
'left join crash_me on crash_q.a=crash_me.a set crash_q.b=crash_me.b' at line 1
20120507-192735  
20120507-192735  Got error from query: 'update crash_q,crash_me set 
crash_q.b=crash_me.b where crash_q.a=crash_me.a'
20120507-192735  You have an error in your SQL syntax; check the manual that 
corresponds to your Drizzle server version for the right syntax to use near 
'crash_me set crash_q.b=crash_me.b where crash_q.a=crash_me.a' at line 1
20120507-192735  no
20120507-192735  DELETE FROM table1,table2...:
20120507-192735  Got error from query: 'delete crash_q.* from crash_q,crash_me 
where crash_q.a=crash_me.a'
20120507-192735  You have an error in your SQL syntax; check the manual that 
corresponds to your Drizzle server version for the right syntax to use near 
'crash_q.* from crash_q,crash_me where crash_q.a=crash_me.a' at line 1
20120507-192735  REPORT DELETE FROM table1,table2... no
20120507-192735  Update with sub select: yes
20120507-192735  Calculate 1--1: yes
20120507-192735  ANSI SQL simple joins:
20120507-192735  Got error from query: 'select crash_me.a from crash_me, 
crash_me t0'
20120507-192735  Implicit cartesian join attempted.
20120507-192735  REPORT ANSI SQL simple joins no
20120507-192735  max text or blob size: 1048576 (cache)
20120507-192735  constant string size in where: 1048576 (cache)
20120507-192735  constant string size in SELECT: 1048576 (cache)
20120507-192735  return string size from function: DBD::drizzle::st execute 
warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  .DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  .DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  .DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  ..DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  .DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  .DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  ..DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  .DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  .....DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  ....DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3835, <CONFIG_FILE> line 4.
20120507-192735  32704
20120507-192735  simple expressions:
20120507-192735  Got error from query: 'select 
1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1...(19888)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  .
20120507-192735  Got error from query: 'select 
1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1...(9888)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  .....
20120507-192735  Got error from query: 'select 
1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1...(9388)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  ..
20120507-192735  Got error from query: 'select 
1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1...(9188)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  ........
20120507-192735  Got error from query: 'select 
1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1...(9186)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  4648
20120507-192735  big expressions:
20120507-192735  Got error from query: 'select 
0+(1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+...(927888)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  .
20120507-192735  Got error from query: 'select 
0+(1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+...(463888)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  .DBD::drizzle::st execute warning:  at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 3570, <CONFIG_FILE> line 4.
20120507-192735  .
20120507-192735  Got error from query: 'select 
0+(1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+...(278288)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  .
20120507-192735  Got error from query: 'select 
0+(1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+...(129808)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  .
20120507-192735  Got error from query: 'select 
0+(1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+...(101968)'
20120507-192735  Thread stack overrun:  2085175 bytes used of a 2097152 byte 
stack, and 12000 bytes needed.  Use 'drizzled -O thread_stack=#' to specify a 
bigger stack.
20120507-192735  10
20120507-192735  stacked expressions: +2000
20120507-192735  OR and AND in WHERE: .
20120507-192735  Got error from query: 'select a from crash_me where a=1 and 
b='a'  or a=0 and b='0' or a=1 and b='1' or a=2 and b='2' or a=3 and b='3' or 
a=4 a...(11698311)'
20120507-192735  drizzle_state_read:lost connection to server (EOF)
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  SEGFAULT at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 291, <CONFIG_FILE> line 4.
20120507-192735  Too many problems, try to restart at 
<http://jenkins.drizzle.org/job/drizzle-staging-dbqp-crashme-32/ws/tests/kewpie/sql-bench/crash-me>
 line 289, <CONFIG_FILE> line 4.
20120507-192735  
20120507-192735  
20120507-192735  
----------------------------------------------------------------------
20120507-192735  Ran 1 test in 689.341s
20120507-192735  
20120507-192735  FAILED (failures=1)
20120507-192735  
20120507-192735 ERROR Failed test.  Use --force to execute beyond the first 
test failure
20120507-192735  ===============================================================
20120507-192735 INFO Test execution complete in 690 seconds
20120507-192735 INFO Summary report:
20120507-192735 INFO Executed 1/1 test cases, 100.00 percent
20120507-192735 INFO STATUS: FAIL, 1/1 test cases, 100.00 percent executed
20120507-192735 INFO FAIL tests: crashme.crashme_test
20120507-192735 INFO Spent 689 / 690 seconds on: TEST(s)
20120507-192735 INFO Test execution complete
20120507-192735 INFO Stopping all running servers...
make: *** [test-crashme] Error 1
Build step 'Execute shell' marked build as failure

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help   : https://help.launchpad.net/ListHelp

Reply via email to