diff options
| author | Karel Klic <kklic@redhat.com> | 2009-12-18 17:09:33 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-12-18 17:09:33 +0100 |
| commit | 46b2fb8df8d4e025f5bbdd9f53be1f658a9e82c6 (patch) | |
| tree | a500ef39d5e136932943ab54dff17ebf61781db4 /src/Hooks/abrt_exception_handler.py.in | |
| parent | f0fe841b0f257ee288b6b88a32597a6282952d34 (diff) | |
| download | abrt-46b2fb8df8d4e025f5bbdd9f53be1f658a9e82c6.tar.gz abrt-46b2fb8df8d4e025f5bbdd9f53be1f658a9e82c6.tar.xz abrt-46b2fb8df8d4e025f5bbdd9f53be1f658a9e82c6.zip | |
cmdline and daemon checking is done by abrt-python-hook
Diffstat (limited to 'src/Hooks/abrt_exception_handler.py.in')
| -rw-r--r-- | src/Hooks/abrt_exception_handler.py.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Hooks/abrt_exception_handler.py.in b/src/Hooks/abrt_exception_handler.py.in index b5ec35f..a0b0519 100644 --- a/src/Hooks/abrt_exception_handler.py.in +++ b/src/Hooks/abrt_exception_handler.py.in @@ -111,7 +111,6 @@ def write_dump(pid, tb_uuid, tb): command.append("--pid=%s" % pid) command.append("--executable=%s" % executable) command.append("--uuid=%s" % tb_uuid) - command.append("--cmdline=%s" % open("/proc/%s/cmdline" % pid).read().replace('\x00',' ')) helper = subprocess.Popen(command, stdin=subprocess.PIPE) helper.communicate(tb) |
