Comment 1 for bug 1459581

Revision history for this message
3b (00003b) wrote :

seems to have been introduced in 892a8350afb02baabef38c4cba48c25a82d9d679 "widetag dispatch for MAP-INTO", which added some (safety 0) declarations, so MAP-INTO has been affected since 1.0.58.

(map-into (cons 1 2) (constantly 'foo))

 -> EXCEPTION_ACCESS_VIOLATION on windows
-> CORRUPTION WARNING ... SB-SYS:MEMORY-FAULT-ERROR on linux

is a test case for the LIST branch of the MAP-INTO code