Re: Segfault in Debian 12 but not EL7 John Andreasen 03 Apr 25 10:37 PM
I am now seeing code that is triggering the BASIC error that I think should not. It is reproducible with this example.
Code
DIMX $test,ordmapm(varstr;varstr)
MAP1 key$,s,0

MAIN'ROUTINE:
	$test("1") = "_"
	$test("1") = "_"
	$test("2") = "_"
	key$ = "1"
	DO WHILE NOT .ISNULL($test(key$))
		$test(key$) = .NULL
	LOOP
	END
29 541 Read More