[Expired for apport (Ubuntu) because there has been no activity for 60
days.]
** Changed in: apport (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1189194
Title:
Core file not created on SIGSEGV
Status in apport package in Ubuntu:
Expired
Bug description:
Ref.: https://answers.launchpad.net/ubuntu/+question/230416
I just playing with the c++ programming, I made a mistake(I know what
is the mistake) and I am expecting core file should generate on
Segmentation fault. But the program exit with the following but I
didn't found the core file
Segmentation fault (core dumped)
My program is very simple, and no directory change. I didn't found
core file on either the current directory(where it was executed) and
in the program location(where the binary was there) or the user's home
directory.
jj@jjux64:010_InnerClasses$ ulimit -c
102400
jj@jjux64:010_InnerClasses$ echo $USER
jj
jj@jjux64:010_InnerClasses$ grep $USER /etc/security/limits.conf
jj soft core 102400
jj@jjux64:010_InnerClasses$ cat /proc/sys/kernel/core_pattern
|/usr/share/apport/apport %p %s %c
jj@jjux64:010_InnerClasses$ grep VERSION /etc/os-release
VERSION="13.04, Raring Ringtail"
VERSION_ID="13.04"
with "ulimit -c unlimited" also core file is not generating.
overwriting the core pattern temporarily resolve the issue but if we
rebooted again its overwritten to default value.
sudo bash -c 'echo core.%e.%p >
/proc/sys/kernel/core_pattern'
after the above core file is generated. But every reboot I have to run
above for getting core file automatically.
Any idea "/usr/share/apport/apport %p %s %c" is not generating core
dump on Segmentation fault ?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1189194/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp