Hi Christian, On Tue, 23 Nov 2010 09:50:19 +0100 Christian Fröbel <[email protected]> wrote:
> Hi All, > > strangely, all our programs we build for PPC never generate any core dumps > when they crash. > Of course we did 'ulimit -c unlimited' but that didn't have any effect. > We also tried using setrlimit() directly in the program--again without any > success. > > Right now we're out of ideas and would greatly appreciate any pointers. > > The system we use: > ELDK: 4.2 > Linux Kernel: 2.6.24.2 > gcc: 4.2.2 > CPU: PPC 7448 Is CONFIG_ELF_CORE option enabled in your kernel configuration? If not, enable it and try again. Best Regards, Anatolij -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: [email protected] _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
