Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 10.2.12
-
Component/s: Server
-
Labels:None
Description
Hi,
when MariaDB is writing a core file, I have the following in the error log (where /xxx/yyy/zzz/ is my data dir):
Writing a core file at /xxx/yyy/zzz/
|
However, no core is written there when running with on CentOS Linux release 7.4.1708. The reason is the following:
# cat /proc/sys/kernel/core_pattern
|
/tmp/coredumps/core.%e.%p
|
So the core is written to /tmp/coredumps/.
It would be good to fix this error message.
Many thanks,
JFG
Attachments
Issue Links
- is duplicated by
-
MDEV-15051 signal handler - output information about the core generation
-
- Closed
-
- relates to
-
MDEV-15051 signal handler - output information about the core generation
-
- Closed
-