core file is not generated

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

In my setup, core file is not generated on  specific scenario.
Binary name: vpt

if "vpt" is directly  executed on shell, then core is generated for
SIGSEGV scenario.

if  same "vpt"  binary is spawned by some other binary by "execl()"
then core file is not
generated on receiving SIGSEGV.

1.
root@R0:~# ulimit -c
unlimited

2.
root@R0:~# cat /etc/security/limits.conf | grep unlimited
*               soft    core             unlimited

root@R0:~#


SUCCESSFUL Scenario
-----------------------------------
3.  If the binary is executed directly on shell prompt, then core file
is generated when SIGSEGV is received.

root@R0:~# /usr/share/pfe/vpt
.....
....
Aborted (core dumped)

root@R0:~# ls /var/volatile/crash/
   core.vpt.1427885814.1008
root@R0:~#


FAIL scenario
----------------------
4.
Core file is not generated for the same binary "vpt" if it is spawned
by some other process.

e;g    binary_a  ---> vpt      ..  // binary_a is spawning  "vpt" using execl()


root@R0:~# /usr/share/pfe/binary_a
.....
....
Aborted (core dumped)

root@R0:~#

root@R0:~# ls /var/volatile/crash/
   // No core file is generated.
root@R0:~#



Thanks
Santosh
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux