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
Program Development Jump to new posts
Re: Segfault in Debian 12 but not EL7 Jack McGregor 02 Apr 25 06:36 PM
Ok, here's a new-and-improved test version (7.0.1770.5) which implements the test (for an attempt to delete a collection element while iterating the collection) at a lower level, where it won't be fooled by code like the example above. But note that it also won't be fooled by my suggested workaround of using another variable in place of the .key($$i) or .NULL references.

It still issues that same error 67 (?Invalid collection operation or reference), which perhaps isn't as clear and precise as it could be (as opposed to, say, "?Illegal attempt to delete an element of collection during iteration"), but I wasn't sure it was worth christening a new error code. For now, let me just repeat that this is a limitation of the underlying Standard Template Library implementation of collections, not an ASB issue per se.

ash70notes.txt
ash-7.0.1770.5-w32-upd.zip
ash-7.0.1770.5-el7-upd.tz
ash-7.0.1770.5-d12-x86_64-upd.tz
30 622 Read More
Powered by UBB.threads™ PHP Forum Software 7.7.3