Description of problem: Core was generated by `/usr/bin/kactivitymanagerd start-daemon'. Program terminated with signal SIGABRT, Aborted. #0 0xb7789c11 in __kernel_vsyscall () Traceback (most recent call last): File "/usr/share/gdb/python/gdb/__init__.py", line 144, in auto_load_packages __import__(modname) File "/usr/share/gdb/python/gdb/command/pahole.py", line 58 print (' /* %3d %3d */' % (int (bitpos / 8), int (fieldsize / 8)), end = "") ^ SyntaxError: invalid syntax Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Enable core dumps, as root: cat /etc/sysctl.d/my__sysctl.conf <EOD # Enabling core dump PID appending and set core location and name kernel.core_uses_pid=1 kernel.core_pattern="/var/tmp/%e_%p_%s.core" EOD 2. Load config file sysctl --load=/etc/sysctl.d/my__sysctl.conf or reboot. 3. log into user account and ls core* Reproducible: Steps to Reproduce:
Blocks: (none) => 17523
Sorry. I missed a needed '<' on step 1. It should have been cat /etc/sysctl.d/my__sysctl.conf <<EOD # Enabling core dump PID appending and set core location and name kernel.core_uses_pid=1 kernel.core_pattern="/var/tmp/%e_%p_%s.core" EOD
problem not longer exists
Status: NEW => RESOLVEDResolution: (none) => FIXED