From: Vlad S. <vl...@cr...> - 2006-04-13 22:54:40
|
My fault, commiting the fix Stephen Deasey wrote: > Using Tcl 8.4.12. >=20 > Create the file tests/x.test: >=20 >=20 > package require tcltest 2.2 > namespace import -force ::tcltest::* >=20 > eval ::tcltest::configure $argv >=20 > test corruption-1 {cache incr highlights corruption} -setup { > ns_cache_create c1 1000 > } -body { > ns_cache_incr c1 k1 > ns_cache_incr c1 k1 > } -cleanup { > ns_cache_flush c1 > } -result 2 >=20 > cleanupTests >=20 >=20 >=20 > Run with: >=20 > make test TCLTESTARGS=3D"-file x.test" >=20 >=20 > You get an error like: >=20 > errorInfo: expected integer but got "1aaaaaaaaaaaaZa=A5aaa=069" >=20 > Hopefully Purify spots something. Thanks! >=20 >=20 >=20 > On 4/13/06, Zoran Vasiljevic <zv...@ar...> wrote: >> On 13.04.2006, at 23:58, Stephen Deasey wrote: >> >>> Unless anyone has any bright ideas, I'm going to test snapshots from >>> CVS until the problem goes away, when I get time... >>> >> I have Purify. Can you get me a sequence of commands >> which expose memory corrruption so I can replay it >> under purify control? >> >> Cheers >> Zoran >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting lan= guage >> that extends applications into web and mobile media. Attend the live w= ebcast >> and join the prime developer group breaking into this new coding terri= tory! >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&da= t=3D121642 >> _______________________________________________ >> naviserver-devel mailing list >> nav...@li... >> https://lists.sourceforge.net/lists/listinfo/naviserver-devel >> >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting lang= uage > that extends applications into web and mobile media. Attend the live we= bcast > and join the prime developer group breaking into this new coding territ= ory! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel >=20 --=20 Vlad Seryakov 571 262-8608 office vl...@cr... http://www.crystalballinc.com/vlad/ |