[MDEV-8395] InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE) Created: 2015-06-29  Updated: 2015-06-30  Resolved: 2015-06-30

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - InnoDB, Storage Engine - XtraDB
Affects Version/s: 10.1.5
Fix Version/s: 10.1.6

Type: Bug Priority: Major
Reporter: Jan Lindström (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Sprint: 10.1.6-2

 Description   

block_size == 0 and used on if (write_size % block_size)



 Comments   
Comment by Jan Lindström (Inactive) [ 2015-06-30 ]

commit d1307bde651a02535405531aa9abd576b625311c
Author: Jan Lindström <jan.lindstrom@mariadb.com>
Date: Tue Jun 30 08:34:31 2015 +0300

MDEV-8395: InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE)

File block size might be 0 and used on modulo operator. Make sure that
file block size is initialized to 512.

Generated at Thu Feb 08 07:26:50 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.