On Tue, Jul 09, 2002 at 08:23:47AM +0200, Gerald Richter wrote: > Hi, > > > > > I've tweaked it in places and I'll probably release it soon. Maybe as a > beta. > > > > Great news! > > I am also happy to hear that you found the "modfied in free page" problem. I > forgot to mention it yesterday. I have seen it once, but didn't have a > chance to track it down. Since it didn't have occur in my final tests, I > don't have cared further about it. I guess just my debugger didn't have > shown it. > > BTW. How did you find it? So far I didn't have debugged memory allocation > problems in Perl itself. Are there any special debug setting in Perl that > help to track such things down?
Nah, I just used good old-fashioned approaches the "remove/disable chunks of code till the problem goes away" :) Since "use DBI; clone" was enough to trigger it, I first disabled CLONE, then _clone_dbis, then parts of dbi_bootinit if a parent was supplied. Didn't take long. Far easier than some problems in the past! > Looking forward to your comments on the Oracle patch Me too - time hasn't allowed me to look at it yet. Tim.