bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exim4 problems


From: Samuel Thibault
Subject: Re: Exim4 problems
Date: Sun, 15 May 2011 23:34:32 +0200
User-agent: Mutt/1.5.12-2006-07-14

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]