Itamar
b4842d33bb
Kernel: Generate a coredump file when a process crashes
...
When a process crashes, we generate a coredump file and write it in
/tmp/coredumps/.
The coredump file is an ELF file of type ET_CORE.
It contains a segment for every userspace memory region of the process,
and an additional PT_NOTE segment that contains the registers state for
each thread, and a additional data about memory regions
(e.g their name).
2020-12-14 23:05:53 +01:00
..
2020-12-12 20:09:42 +01:00
2020-11-21 19:25:14 +01:00
2020-09-21 20:17:36 +02:00
2020-09-25 21:18:17 +02:00
2020-09-25 21:18:17 +02:00
2020-11-22 16:07:00 +01:00
2020-10-13 23:59:46 +02:00
2020-10-17 23:19:37 +02:00
2020-10-03 12:36:49 +02:00
2020-09-14 20:58:12 +02:00
2020-11-22 11:35:53 +01:00
2020-08-22 17:18:14 +02:00
2020-12-14 23:05:53 +01:00
2020-10-20 18:08:13 +02:00
2020-09-14 20:58:12 +02:00
2020-08-26 21:07:53 +02:00
2020-12-05 23:52:17 +01:00
2020-11-12 10:19:04 +01:00
2020-09-05 14:17:14 +02:00
2020-10-08 23:28:54 +02:00
2020-10-06 17:43:51 +02:00
2020-12-06 18:52:52 +01:00
2020-11-09 16:21:29 +01:00
2020-12-09 21:17:24 +01:00
2020-09-25 21:18:17 +02:00
2020-10-29 11:52:31 +01:00
2020-10-29 11:52:31 +01:00
2020-10-21 19:42:12 +02:00
2020-11-12 10:19:04 +01:00
2020-10-18 14:44:23 +02:00
2020-12-13 11:00:20 +01:00
2020-12-13 11:00:20 +01:00
2020-09-25 21:18:17 +02:00
2020-12-02 13:02:04 +01:00
2020-11-24 16:37:55 +01:00
2020-11-11 12:18:25 +01:00
2020-11-14 17:20:17 +01:00
2020-09-25 21:18:17 +02:00
2020-11-02 12:56:36 +01:00
2020-11-02 12:56:36 +01:00
2020-11-02 12:56:36 +01:00
2020-10-06 14:27:51 +02:00
2020-09-08 14:01:21 +02:00
2020-10-13 18:34:27 +02:00
2020-11-05 09:59:30 +01:00
2020-10-04 19:18:32 +02:00
2020-09-25 21:18:17 +02:00
2020-10-09 20:52:17 +02:00
2020-11-09 16:21:29 +01:00
2020-11-09 16:21:29 +01:00
2020-11-21 19:25:14 +01:00
2020-10-08 09:59:55 +02:00
2020-12-08 23:34:38 +01:00
2020-12-09 21:17:24 +01:00
2020-11-22 10:54:33 +01:00
2020-08-27 10:12:04 +02:00
2020-11-12 10:19:04 +01:00
2020-12-08 23:34:38 +01:00
2020-11-23 14:08:50 +01:00
2020-11-12 10:19:04 +01:00
2020-12-08 23:34:38 +01:00
2020-10-08 09:59:55 +02:00
2020-09-29 16:14:58 +02:00
2020-11-22 11:35:53 +01:00
2020-11-03 19:14:34 +01:00
2020-08-25 16:22:14 +02:00
2020-11-05 11:04:10 +01:00
2020-09-25 21:18:17 +02:00
2020-12-10 11:02:02 +01:00
2020-11-27 23:57:02 +01:00
2020-12-06 15:49:33 +01:00
2020-11-25 21:26:58 +01:00
2020-10-03 20:16:26 +02:00
2020-09-25 21:18:17 +02:00
2020-10-08 09:59:55 +02:00
2020-10-02 15:38:07 +02:00
2020-12-08 09:39:43 +01:00
2020-11-22 11:35:53 +01:00
2020-09-06 21:56:32 +02:00
2020-11-22 11:35:53 +01:00
2020-11-23 18:37:40 +01:00
2020-10-16 17:06:47 +02:00
2020-11-22 11:35:53 +01:00
2020-11-08 16:51:54 +01:00
2020-11-12 10:19:04 +01:00
2020-10-03 12:36:49 +02:00
2020-12-10 20:42:11 +01:00
2020-12-10 20:42:11 +01:00
2020-11-24 22:06:51 +01:00
2020-11-24 22:06:51 +01:00
2020-11-25 20:17:25 +01:00
2020-11-29 20:32:10 +01:00
2020-11-17 09:48:35 +01:00
2020-10-29 11:53:01 +01:00
2020-10-29 11:53:01 +01:00
2020-11-07 18:28:35 +01:00
2020-10-14 11:29:29 +02:00
2020-08-26 08:52:07 +02:00
2020-09-25 21:18:17 +02:00
2020-11-29 16:22:04 +01:00
2020-09-09 20:15:50 +02:00
2020-11-12 10:19:04 +01:00
2020-12-12 20:09:42 +01:00
2020-11-04 19:34:00 +01:00
2020-12-12 23:50:23 +01:00
2020-08-22 17:18:14 +02:00
2020-10-22 15:23:45 +02:00
2020-11-12 10:19:04 +01:00
2020-11-12 10:19:04 +01:00
2020-11-23 18:37:40 +01:00
2020-11-10 19:11:52 +01:00
2020-11-10 19:11:52 +01:00