Bug 17639 - mga6: kactivitymanagerd terminated with signal SIGABRT, Aborted
Summary: mga6: kactivitymanagerd terminated with signal SIGABRT, Aborted
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: i586 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 17523
  Show dependency treegraph
 
Reported: 2016-01-28 21:51 CET by Bit Twister
Modified: 2016-02-01 03:52 CET (History)
0 users

See Also:
Source RPM: kactivities-5.18.0-1.mga6.src.rpm
CVE:
Status comment:


Attachments

Description Bit Twister 2016-01-28 21:51:37 CET
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:
Bit Twister 2016-01-28 21:51:58 CET

Blocks: (none) => 17523

Comment 1 Bit Twister 2016-01-29 01:21:10 CET
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
Comment 2 Bit Twister 2016-02-01 03:52:49 CET
 problem not longer exists

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.