Am 06.01.2014 13:56, schrieb Antonis Tsolomitis:>
> Here is what I get about dtfile using gdb.
> Is this enough or I have to enable the core mechanism from limits.conf ?
> Antonis.

You could do something like this:

$ ulimit -c unlimited                   # for bourne-like
$ /usr/dt/bin/dtfile
Segmentation fault (core dumped)
$ ls core.[0-9]*
core.1234
$ gdb /usr/dt/bin/dtfile core.1234
(gdb) bt

this will show a backtrace for the crashed dtfile process.

Cheers.

-- 
Johannes von Rotz
Bachmannweg 11
8046 Zuerich
+41 79 705 23 96

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to