Linux

From indicium
Revision as of 16:02, 19 May 2016 by Stefan (talk | contribs)
Jump to navigation Jump to search

Debugging Linux applications

LDD

Linux LDD is just a wrapper for:

LD_TRACE_LOADED_OBJECTS=1 <cmd>

Core dumps

To check core dump handler:

cat /proc/sys/kernel/core_pattern

|/usr/sbin/coredump-handler %h_%t_%p.core