From: Bob D. <bd...@si...> - 2003-12-04 15:24:11
|
On Thu, 2003-12-04 at 10:15, Everton Luis Berz wrote: > Bob Doan escreveu: > > Hym..... > > > > Does the breaks bug exist in all database formats or just postgre? > postgre and odbc postgre. mysql is ok. Ok.. sounds like a input bug.. not a engine bug.. good :).. I'll set my self up w/ your data in a bit and take a look > > > > > On the subject of RLIB memory checking: > > > > 1) Did you compile rlib with/ --enable-memdebug ?? > No, just --disable-python. Must i enable memdebug ? Um.. not unless you are actually developing RLIB source :) > I try putting "if's" like above and the problem persist. My new guess is because of the failure we are freeing something we are not supposed to.. could you try taking out the rlib_free and see if the problem still exists? My guess is it won't.. let me know - Bob |