Svante Signell, le Mon 16 May 2011 00:04:48 +0200, a écrit : > > So it's unlimited, but you don't have a core file? What does > > /servers/crash point to? > > lrw-r--r-- 1 root root 10 Mar 18 16:05 /servers/crash -> crash-kill
Try to make it point to crash-dump-core > > > > The address is really bogus, use show registers to know where it comes > > > > from, check eip, say 0x1234, use l * 0x1234 to know where that is, etc., > > > > i.e. the usual "let's collect all trivial information before looking for > > > > some direction". > > > > > > Sorry, I need more info here. > > > > Well, it doesn't really matter to understand much assembly. At worse > > paste the result on the list. > > > > > I thought development was made with high-level languages nowadays (at > > > least C-level) > > > > It is. But bugs are quite often when things go wrong ;) > > ?? When things go wrong, they can go very wrong, to the point where all abstractions go into pieces. Samuel