> On Wed, Jan 23, 2008, Adrian Chadd wrote: >> On Wed, Jan 23, 2008, Amos Jeffries wrote: >> >> > While you are doing this any chance of a look at: >> > 2.6s18 vs s7_adri vs 3.0s1 vs 3-HEAD ? >> >> Someone broke 3.HEAD ? >> >> Hm, copy/paste is busted (grr ubuntu desktop!) but hm, it seems >> string::limitInit() >> is busted. > > .. or how its being called when handling a request is busted. > > Try running this against squid-3, amos: > > ab -n 10000 -c 100 > http://blah:foo/squid-internal-static/icons/anthony-box.gif > > It crashes straight away. String::limitInit() are passed a NULL string of > length 0. >
Okay, thank you. I've just added a fix for the crashing. I'll look into why its being called that way later. Amos
