From: John B. <bel...@cs...> - 2002-10-11 15:27:31
|
Erik, On Friday, October 11, 2002, at 12:51 AM, Erik Kunze wrote: > Hi, > > finally I managed to compile FB1.5alpha3 with all the commands that are > required by TCS. I also had to fix some incompatibilities in TCS. > I can now run TCS against FB. The debug version of FB failes with > > Running global test DSQL_EXCEPT_01 ... *** failed **** > Test DSQL_EXCEPT_01 failed on 11-OCT-2002: > initialized by SYSDBA > on 3-AUG-2001 with boilerplate QA_BP > ------------------- > 1,2 c 1,6 > < SQL> SQL> SQL> SQL> SQL> SQL> Exception Name Used > by, Type > --------------------------------------------- >> SQL> You MUST allocate all memory from a pool. Don't use the default >> global new(). >> You MUST allocate all memory from a pool. Don't use the default >> global new(). >> You MUST allocate all memory from a pool. Don't use the default >> global new(). >> You MUST allocate all memory from a pool. Don't use the default >> global new(). >> [...] The original intent for that message turned out to be too aggressive. That functionality should just be dropped. It is ~5 lines in two places in the file src/common/memory/allocators.cpp. Search for "printf" and you should be able to find it. -John |