Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
Description
/data/bld/10.1/bin/mysqld --no-defaults <...> --loose-core-file --skip-core-file
|
...
|
2016-11-25 16:56:17 140329427449728 [ERROR] /data/bld/10.1/bin/mysqld: option '--core-file' cannot take an argument
|
2016-11-25 16:56:17 140329427449728 [ERROR] Aborting
|
Attachments
Issue Links
- relates to
-
MDEV-13125 Undocumented change: Core dumps can now be enabled dynamically
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
{noformat}
2016-11-25 16:56:17 140329427449728 [ERROR] /data/bld/10.1/bin/mysqld: option '--core-file' cannot take an argument 2016-11-25 16:56:17 140329427449728 [ERROR] Aborting {noformat} |
{noformat}
/data/bld/10.1/bin/mysqld --no-defaults <...> --loose-core-file --skip-core-file ... 2016-11-25 16:56:17 140329427449728 [ERROR] /data/bld/10.1/bin/mysqld: option '--core-file' cannot take an argument 2016-11-25 16:56:17 140329427449728 [ERROR] Aborting {noformat} |
Link |
This issue relates to |
Assignee | Elena Stepanova [ elenst ] |
Summary | Opton skip-core-file does not work | Option skip-core-file does not work |
Labels | beginner-friendly |
Assignee | Vicentiu Ciorbaru [ cvicentiu ] |
Workflow | MariaDB v3 [ 78457 ] | MariaDB v4 [ 140147 ] |
Assignee | VicenČiu Ciorbaru [ cvicentiu ] | Sergei Golubchik [ serg ] |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Fix Version/s | 10.2 [ 14601 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.4.29 [ 28510 ] | |
Fix Version/s | 10.5.20 [ 28512 ] | |
Fix Version/s | 10.6.13 [ 28514 ] | |
Fix Version/s | 10.9.6 [ 28520 ] | |
Fix Version/s | 10.10.4 [ 28522 ] | |
Fix Version/s | 10.11.3 [ 28524 ] | |
Fix Version/s | 10.8.8 [ 28518 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
I think the same root cause of this bug (intentionally?) makes it possible to dynamically enable core dumps: In MariaDB 10.1.21 and 10.2.6 I can just change the limits of the mysqld process (with prlimit).
In MariaDB 10.1.19 this is not possible. A server restart seams to be required.