[sword-devel] BUG: libSword hangs again

sword-devel@crosswire.org sword-devel@crosswire.org
Tue, 30 Jul 2002 21:31:50 +0600


Now libSword hangs on the following test:

#include <iostream>
#include <rawld.h>

void main(int argc, char **argv)
{
	RawLD::createModule("tmp/lextest");
	RawLD lex("tmp/lextest");

	lex.SetKey("a");
	lex << "x";

	lex.SetKey("a");
	lex.deleteEntry();
	
	lex.SetKey("a");
	lex << "y";

	lex = BOTTOM;
}

-- 
Victor Porton (porton@ex-code.com)