<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Matching issues in coredumpctl"
href="https://bugs.freedesktop.org/show_bug.cgi?id=83437">83437</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>Matching issues in coredumpctl
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mail@eliasprobst.eu
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Product</th>
<td>systemd
</td>
</tr></table>
<p>
<div>
<pre>It looks like there are some problems in coredumpctl with matching entries of
the list provided by 'coredumpctl list'.
My listing here:
TIME PID UID GID SIG PRESENT EXE
Wed 2014-09-03 12:54:03 CEST 6650 1000 500 6 * /usr/bin/kglobalaccel5
Wed 2014-09-03 12:54:06 CEST 6651 1000 500 6 *
/usr/lib64/libexec/drkonqi
Wed 2014-09-03 14:25:54 CEST 5928 1000 500 6 * /usr/bin/kglobalaccel5
Wed 2014-09-03 14:25:57 CEST 5929 1000 500 6 *
/usr/lib64/libexec/drkonqi
Wed 2014-09-03 14:26:02 CEST 3303 1000 500 11 * /usr/bin/kded5
Wed 2014-09-03 14:26:03 CEST 5930 1000 500 11 * /usr/bin/kded5
Wed 2014-09-03 14:26:21 CEST 6007 1000 500 6 * /usr/bin/kglobalaccel5
Wed 2014-09-03 14:26:25 CEST 6050 1000 500 11 *
/usr/bin/bluedevil-monolithic
Wed 2014-09-03 14:33:40 CEST 6567 1000 500 6 * /usr/bin/kglobalaccel5
Wed 2014-09-03 14:33:42 CEST 6568 1000 500 6 *
/usr/lib64/libexec/drkonqi
Wed 2014-09-03 14:33:46 CEST 6569 1000 500 11 * /usr/bin/kded5
Wed 2014-09-03 14:33:46 CEST 5986 1000 500 11 * /usr/bin/kded5
Wed 2014-09-03 14:34:32 CEST 6654 1000 500 6 * /usr/bin/kglobalaccel5
Now I'd like to handle the last entry of the list (PID 6654).
coredumpctl(5) says I should be able to use PID=6654 as match:
% coredumpctl info PID=6654
No coredumps found.
While COREDUMP_PID (suggested on IRC by dreisner) works:
% coredumpctl info COREDUMP_PID=6654
PID: 6654 (kglobalaccel5)
UID: 1000 (elias)
GID: 500 (elias)
Signal: 6 (ABRT)
Timestamp: Wed 2014-09-03 14:34:31 CEST (27min ago)
Command Line: /usr/bin/kglobalaccel5
Executable: /usr/bin/kglobalaccel5
Control Group: /user.slice/user-1000.slice/<a href="mailto:user@1000.service">user@1000.service</a>/dbus.service
Unit: <a href="mailto:user@1000.service">user@1000.service</a>
Slice: user-1000.slice
Owner UID: 1000 (elias)
Boot ID: ff9eec4b3e024935b724067f6b4305c4
Machine ID: c7a150de6cd901b63a1317770000000b
Hostname: moria
Coredump:
/var/lib/systemd/coredump/core.kglobalaccel5.1000.ff9eec4b3e024935b724067f6b4305c4.6654.1409747671000000.xz
Message: Process 6654 (kglobalaccel5) of user 1000 dumped core.
Then again, using exactly this matching criteria for 'coredumpctl gdb' doesn't
work:
% coredumpctl gdb COREDUMP_PID=6654
No match found.
So it looks like there are at least 2 issues:
- the manpage is not consistent with the implementation
- the implementation uses tool-specific (info, gdb, …) matching implementations
Running current git master of systemd.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>