Tcl Source Code

View Ticket
Login
Ticket UUID: 452b103a748a7ba00db70cd4b004be3dbca293e
Title: lseq crash on nested indices
Type: Bug Version: 9.0.1
Submitter: apnadkarni Created on: 2025-04-27 10:21:42
Subsystem: - New Builtin Commands Assigned To: nobody
Priority: 5 Medium Severity: Severe
Status: Closed Last Modified: 2025-04-28 10:04:48
Resolution: Fixed Closed By: apnadkarni
    Closed on: 2025-04-28 10:04:48
Description:

Either of the following crash.

lindex [lseq 10] 0 1
lindex [lseq 10] 0 end

Logged separately from 7d3101bf28 because conditions seem different, both location of crash and unlike the other bug, this occurs with or without byte compilation.

Also investigating...

User Comments: apnadkarni added on 2025-04-28 10:04:48:
Fixed in [1869372b12].

apnadkarni added on 2025-04-28 03:09:47:
Proposed fix in [apn-bug-452b-7d31]