From: Stephen D. <sd...@gm...> - 2005-10-21 05:40:18
|
On 10/20/05, Zoran Vasiljevic <zv...@ar...> wrote: > > Am 20.10.2005 um 22:23 schrieb Vlad Seryakov: > > > I just recompiled new nsd. > > > > [20/Oct/2005:16:19:54][6153.3083728576][-main-] Notice: modload: > > loading /usr/local/ns/bin/nspostgres.so > > [20/Oct/2005:16:19:54][6153.3083728576][-main-] Fatal: received > > fatal signal 11 > > Can you use gdb to step thru Ns_ModuleLoad and see where it breaks? > I have no postgress to compile against. I added a new module: nsdbtest. It implements a null db driver module which can be used for testing. Obviously lots more that could be done with it, but it already flushed out a bug with calling Ns_TclRegisterTrace. Here's the error shown at startup: Notice: modload: loading /home/sd/naviserver-nsdbtest/tests/../nsdbtest/nsdbtest.so Error: modload: invalid server name: 'nsdbtest' Error: dbdrv: failed to load driver 'nsdbtest' Error: dbinit: no such default pool 'a' |