Active Threads | Active Posts | Unanswered Today | Since Yesterday | This Week
Program Development Jump to new posts
Re: Segfault in Debian 12 but not EL7 Jack McGregor 03 Apr 25 11:21 PM
Sorry, rookie mistake on my part (uninitialized variable; sometimes it worked, sometimes not.) Should be fixed here...

ash-7.0.1770.6-el7-upd.tz
ash-7.0.1770.6-d12-x86_64-upd.tz
30 622 Read More
Program Development Jump to new posts
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
30 622 Read More
Powered by UBB.threads™ PHP Forum Software 7.7.3