How do I get ICE to create a core dump when a seg fault occurs? I can see a service that is part of my app is causing a seg fault in the log file, i.e. SIGSEGV signal is being caught, but no core dump is created.
|
|
How do I get ICE to create a core dump when a seg fault occurs? I can see a service that is part of my app is causing a seg fault in the log file, i.e. SIGSEGV signal is being caught, but no core dump is created.
Dennis Alverson
Braxton Technologies
Hi Dennis,
It's a Unix configuration setting. On Linux, you can for example enable core dumps by using:
If you are using IceGrid, it should be sufficient to enable core dumps in the environment where the IceGrid node is started and children processes created by the IceGrid node will also create core dumps.Code:$ ulimit -c unlimited
Cheers,
Benoit.
That worked. Thanks.
Dennis Alverson
Braxton Technologies
There are currently 1 users browsing this thread. (0 members and 1 guests)