On Fri, Nov 21, 2014 at 12:01:30PM +0100, Philippe Makowski wrote: > > in sys.log for surperserver we have : > Nov 21 10:41:14 precise64 kernel: [ 724.669973] fbt_run[21560]: > segfault at 0 ip (null) sp 00007fff305ac9f8 error 14 in > python2.7[400000+270000]
Error 0x14 means instruction fetch in user mode. As both IP and fault address are zero, my guess would be an attempt to call a (rem_port?) method which has not been set. A core dump (or at least a stack trace) would be definitely helpful. > Nov 21 10:41:14 precise64 kernel: [ 724.688799] ------------[ cut here > ]------------ > Nov 21 10:41:14 precise64 kernel: [ 724.688808] WARNING: at > /build/buildd/linux-3.2.0/fs/dcache.c:1287 d_set_d_op+0x7c/0xb0() > ... This is a kernel warning, looks like an inconsistency in dentry cache. I'm not familiar with filsystems code but this seems to point to a bug in kernel code. > and in firebird.log > precise64 Fri Nov 21 10:40:27 2014 > /opt/firebird/bin/fbguard: guardian starting /opt/firebird/bin/firebird > > precise64 Fri Nov 21 10:40:27 2014 > setsockopt: error setting IPV6_V6ONLY to 0 This is surprising. Looking at 3.2 kernel code, setting IPV6_V6ONLY can only fail for two reasons: - optlen < sizeof(int) - local port already set (i.e. setsockopt() called after bind()) There are also universal reasons, e.g. invalid socket number, but those would definitely cause more errors, not only one with setsockopt(). Michal Kubecek ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel