![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| core dumps | pupp | SUN Solaris | 3 | 05-21-2009 07:44 PM |
| AIX core dumps | bean66 | High Level Programming | 4 | 08-08-2008 06:42 PM |
| Using GDB to analyse different CORE dumps | nsdeeps | UNIX for Advanced & Expert Users | 2 | 04-16-2008 12:10 AM |
| strcmp core dumps | annie | High Level Programming | 6 | 02-26-2006 10:23 AM |
| Generating core dumps | handak9 | SUN Solaris | 4 | 09-08-2004 04:07 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
enabling core dumps for daemon processes
Hello,
I am debugging a program which works as daemon. It sigfaults, unfortunately I'm unable to generate core dump file. Here is what I am doing: Code:
tsurko@bastila:~$ ulimit -c unlimited tsurko@bastila:~$ ulimit -c unlimited tsurko@bastila:~$ cat /etc/sysctl.conf | grep 'core_pattern' kernel.core_pattern = "/var/log/dumps/core.%e.%p" tsurko@bastila:~$ ls -l /var/log | grep dumps drwxrwxrwt 2 root root 4096 2009-10-04 12:34 coredumps drwxrwxrwx 2 root root 4096 2009-10-15 02:22 dumps What I am missing? |
|
||||
|
have you checked for other limits in the pam configs?
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| coredump, daemon process, ubuntu |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|