chiark / gitweb /
coredump: retrieve comm information from /proc
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 24 Jun 2014 00:18:16 +0000 (20:18 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 24 Jun 2014 03:14:54 +0000 (23:14 -0400)
commit1eef15b181507f95dc41ec00a0eef5c0a7499351
tree8c5cf7120ade86658a8db4e2b1f20052d1d8658c
parent75a59316ea0d4bb9d04cce138817d9fa8a75479f
coredump: retrieve comm information from /proc

Kernel mangles comm information in an irreversible way when comm
constains repeated spaces. Retrieve comm information from /proc, and
only fallback to the information provided on the commandline when
retrieving information from /proc fails.

Add exe information to the list of saved xattr.

https://bugs.freedesktop.org/show_bug.cgi?id=62043
src/journal/coredump.c