Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.28
-
Launchpad Ubuntu
Description
While building and testing on Launchpad, MariaDB crashes with SIGBUS in the connect storage engine when working with doubles as data, in a TABLE_FORMAT=BIN table.
The test that fails is connect.upd.
Sadly, no stack trace is available, however the common error message is:
161113 0:19:49 [ERROR] mysqld got signal 7 ;
|
NOTE: ArmHF requires memory alignment of 8 for 64 bit double values.
The problem is fixed on Launchpad via this patch:
https://github.com/cvicentiu/mariadb-10.0/commit/9e44ef13086672f2e852cd2ad6ae3ed658f999dd
Attachments
Issue Links
- relates to
-
MDEV-11367 ArmHF SIGBUS errors in Mroonga Storage Engine
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | foundation |
Link |
This issue relates to |
Description |
While building and testing on Launchpad, MariaDB crashes with SIGBUS in the connect storage engine when working with doubles as data, in a TABLE_FORMAT=BIN table.
The test that fails is connect.upd. NOTE: ArmHF requires memory alignment of 8 for 64 bit double values. The problem is fixed on Debian via this patch: https://github.com/cvicentiu/mariadb-10.0/commit/9e44ef13086672f2e852cd2ad6ae3ed658f999dd |
While building and testing on Launchpad, MariaDB crashes with SIGBUS in the connect storage engine when working with doubles as data, in a TABLE_FORMAT=BIN table.
The test that fails is connect.upd. NOTE: ArmHF requires memory alignment of 8 for 64 bit double values. The problem is fixed on Launchpad via this patch: https://github.com/cvicentiu/mariadb-10.0/commit/9e44ef13086672f2e852cd2ad6ae3ed658f999dd |
Description |
While building and testing on Launchpad, MariaDB crashes with SIGBUS in the connect storage engine when working with doubles as data, in a TABLE_FORMAT=BIN table.
The test that fails is connect.upd. NOTE: ArmHF requires memory alignment of 8 for 64 bit double values. The problem is fixed on Launchpad via this patch: https://github.com/cvicentiu/mariadb-10.0/commit/9e44ef13086672f2e852cd2ad6ae3ed658f999dd |
While building and testing on Launchpad, MariaDB crashes with SIGBUS in the connect storage engine when working with doubles as data, in a TABLE_FORMAT=BIN table.
The test that fails is connect.upd. Sadly, no stack trace is available, however the common error message is: {noformat} 161113 0:19:49 [ERROR] mysqld got signal 7 ; {noformat} NOTE: ArmHF requires memory alignment of 8 for 64 bit double values. The problem is fixed on Launchpad via this patch: https://github.com/cvicentiu/mariadb-10.0/commit/9e44ef13086672f2e852cd2ad6ae3ed658f999dd |
Assignee | Vicentiu Ciorbaru [ cvicentiu ] | Olivier Bertrand [ bertrandop ] |
issue.field.resolutiondate | 2016-12-02 23:01:55.0 | 2016-12-02 23:01:55.775 |
Fix Version/s | 10.0.29 [ 22312 ] | |
Fix Version/s | 10.1.20 [ 22112 ] | |
Fix Version/s | 10.2.3 [ 22115 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 78470 ] | MariaDB v4 [ 151266 ] |
MDEV-11367is the same type of bug, different place in the code