[MDEV-23957] seg fault when loading data Created: 2020-10-14 Updated: 2021-01-31 Resolved: 2021-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.22 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Nigel Reed | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | crash, need_feedback | ||
| Environment: |
Ubuntu 20.04 16GB Ryzen 1800+ CPU. |
||
| Description |
|
InnoDB: ###### Diagnostic info printed to the standard error stream To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 10.3.22-MariaDB-1ubuntu1 Thread pointer: 0x0 |
| Comments |
| Comment by Nigel Reed [ 2020-10-18 ] |
|
How to recreate. I can do a video of the process if that would help. |
| Comment by Elena Stepanova [ 2021-01-02 ] |
|
Can you instead enable the general log in MariaDB server, run the steps you describe, and provide the general log after the server crashes (and MariaDB's cnf file(s) or the output of SHOW VARIABLES command)? Thanks. |
| Comment by Nigel Reed [ 2021-01-03 ] |
|
I wonder if its because the tab delimited files are so big that it's trying to import. Some are over 3 million lines. Maybe I can try adjusting the timeout variables and try again. |