Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDebug user space application with MMU
I am trying to use the gdbserver as described here: http://nioswiki.com/linux/debug_user_space At some point, this was working, but sometimes it wouldn't work and now I haven't had it working...
Altera_Forum
Honored Contributor
16 years agoHi,
I am debugging a user application and I have some doubts, and maby someone can answer my questions. My application produces a segmentation fault, I suppose that a segmentation fault provoke a core dumped, is this true? If I want to have core dumps in uClinux, as kazuyasu commented in last posts I have to insert the command : ulimit -c unlimited. But where is it in the configuration kernel?, I haven't found. And my last question is, is the core file created in /proc/sys/kernel?, if not where is it found? Many thanks