Svante Signell, le Sun 15 May 2011 23:20:52 +0200, a écrit : > Segmentation fault
Do you have a core file? Does your shell perhaps has limited core size limit? (ulimit -a to check) > srs@kvm-hurd:~/DEBs/exim/exim4-4.76$ > > And with gdb the only output I get is (and no stack) > gdb build-tree/build-exim4-daemon-light/exim > > Cannot access memory at address 0xffff548d > > (I get this by just requesting: run from the gdb prompt, no file needed) > > gdb bug? 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". Samuel