[MDEV-14208] innodb_gis.rtree_split failed in buildbot with server abort Created: 2017-10-29  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - InnoDB, Tests
Affects Version/s: 10.2
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Marko Mäkelä
Resolution: Cannot Reproduce Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/1362/steps/test_1/logs/stdio

innodb_gis.rtree_split 'innodb'          w1 [ fail ]
        Test ended at 2017-10-29 20:03:20
 
CURRENT_TEST: innodb_gis.rtree_split
 
 
Server [mysqld.1 - pid: 7357, winpid: 7357, exit: 256] failed during test run
Server log from this test:
----------SERVER LOG START-----------
----------SERVER LOG END-------------
mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
select count(*) from t1 where MBRWithin(t1.c2, @g1);
count(*)
73728
set @g1 = ST_GeomFromText('Polygon((10 10,10 800,800 800,800 10,10 10))');
select count(*) from t1 where MBRWithin(t1.c2, @g1);
count(*)
0
drop index c2 on t1;
create spatial index idx2 on t1(c2);
show create table t1;
Table	Create Table
t1	CREATE TABLE `t1` (
  `c1` int(11) DEFAULT NULL,
  `c2` geometry NOT NULL,
  SPATIAL KEY `idx2` (`c2`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
set @g1 = ST_GeomFromText('Polygon((0 0,0 100,100 100,100 0,0 0))');
select count(*) from t1 where MBRWithin(t1.c2, @g1);
count(*)
73728

Server error log:

2017-10-29 20:23:22 3078347072 [Note] Plugin &#39;INNODB_MUTEXES&#39; is disabled.
2017-10-29 20:23:22 3078347072 [Note] Plugin &#39;INNODB_SYS_SEMAPHORE_WAITS&#39; is disabled.
2017-10-29 20:23:22 3078347072 [Warning] /mnt/buildbot/build/mariadb-10.2.10/sql/mysqld: unknown option &#39;--loose-pam-debug&#39;
/mnt/buildbot/build/mariadb-10.2.10/sql/mysqld: Too many arguments (first extra is &#39;restart:&#39;).
2017-10-29 20:23:22 3078347072 [ERROR] Aborting



 Comments   
Comment by Marko Mäkelä [ 2023-11-29 ]

This test fails rather often with memory leaks, hangs, and various problems for reasons similar to MDEV-15284 and other known bugs, but not with this type of failure. In the cross-reference, I was not able to find a failure that would say Too many arguments.

Generated at Thu Feb 08 08:11:46 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.