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

Re: Spiped 1.4.x segfaults on i386



I followed your steps and got the following results after running
addr2line:

/opt/spiped/1.4.1/spiped/../libcperciva/crypto/crypto_aes_aesni.c:52

On Mon, Oct 6, 2014, at 10:04 PM, Colin Percival wrote:
> On 10/06/14 12:08, Denis Krienb�hl wrote:
> >> What hardware is this exactly?  The major change in spiped 1.4.x is the
> >> use of AESNI, which will depend on the particular CPU it's running on.
> > 
> > That would be an Intel Xeon E5-2680 v2. I attached the output of
> > /proc/cpuinfo.
> 
> OK, looks like the cpu supports aesni, so the problem is probably in
> there
> somewhere... the only question is where.  Can you please extract the
> 1.4.1
> source code and run
> 
> # make CFLAGS="-O2 -g"
> 
> and then run ./spiped/spiped or ./spipe/spipe?  This will include
> debugging
> information.
> 
> Then after it dies,
> 
> # addr2line -e ./spiped/spiped ADDR
> or
> # addr2line -e ./spipe/spipe ADDR
> 
> where ADDR is the ip:XXXXXXX value from your syslog.  This should let me
> know where the fault is being triggered.
> 
> Thanks,
> -- 
> Colin Percival
> Security Officer Emeritus, FreeBSD | The power to serve
> Founder, Tarsnap | www.tarsnap.com | Online backups for the truly
> paranoid
>