[Pdns-users] PowerDNS Recursor 3.3-RC1 released!

2010-09-11 Thread bert hubert
Dear PowerDNS community, PowerDNS Recursor 3.3 Release Candidate 1 is now available! It is in wide production use already, but we'd like everyone to take a good look at it before we release it as 3.3-final. If nothing crops up, RC1 will be the exact same as the 3.3 release. Tar, RPM Deb for 32

[Pdns-users] PowerDNS (2.9.22) crash with signal 8 (floating point exception)

2010-09-11 Thread Dmitriy Lyfar
Hi, I'm using pdns with my own backend. Previous version I've used was 2.9.21 (from centos repo) and my backend works fine. But we decided to move to last version (pdns-static, 2.9.22, x86_64) and it can't even run with my backend. I've got a stack trace from debugging version, which looks like:

Re: [Pdns-users] PowerDNS (2.9.22) crash with signal 8 (floating point exception)

2010-09-11 Thread bert hubert
On Sat, Sep 11, 2010 at 06:43:08PM +0700, Dmitriy Lyfar wrote: Hi, I'm using pdns with my own backend. Previous version I've used was 2.9.21 (from centos repo) and my backend works fine. But we decided to move to last version (pdns-static, 2.9.22, x86_64) and it can't even run with my

Re: [Pdns-users] PowerDNS (2.9.22) crash with signal 8 (floating point exception)

2010-09-11 Thread Dmitriy Lyfar
Bert, BTW, I have compiled pdns from sources (2.9.22, the last one) as following: ./configure --prefix=$PWD/distr --enable-static-binaries --enable-shared=no --enable-verbose-logging make And replaced /usr/sbin/pdns_server with new executable. All works fine. Not sure I understand what is

Re: [Pdns-users] PowerDNS (2.9.22) crash with signal 8 (floating point exception)

2010-09-11 Thread Dmitriy Lyfar
On 11 September 2010 20:24, bert hubert bert.hub...@netherlabs.nl wrote: On Sat, Sep 11, 2010 at 08:02:48PM +0700, Dmitriy Lyfar wrote: Not sure I understand. You mean compilation of my backend? I'm using following compilation flags (all compiled by g++ compiler): CXXFLAGS: -Wall