On 6/5/06, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote:
Am 05.06.2006 um 23:22 schrieb Vlad Seryakov: > Definitely, i just recompiled NS on working server with recent version > and started crashing on ns_cache. This is the showstopper. At the moment I had to comment-out certain (recent) changes to get it working. But this is not a solution. I think Stephen would need a reproducible case to be able to nail this one down. I have been looking in the sources but I could not see any problem there :-( I will not have time to look into that until the end of this week unfortunately. Cheers Zoran
I don't have time to try and reproduce the problems from scratch, but I'd be happy to fix it if there's a couple of concise test cases. btw. The tests are busted at the moment -- the nsproxy tests all fail because they cannot pickup the uninstalled libraries. Remember, if you configure the server with a non-standard --prefix then that gets burned into the binaries as a search path for libraries. When you run the tests it will link against any installed libraries, not the ones you think your testing in the source directory. This is a bug. I don't know how to fix it yet :-( When you're testing, *always* configure with a bogus prefix such as /tmp/ns so that some random installed version of the libraries are not used. Otherwise, you wont be testing what you think you are. And the tests get busted, as they are now...