View Ticket
Not logged in
2023-04-19
15:52 Closed ticket [a4617c8e90]: lsearch truncates large indices plus 6 other changes artifact: 4aa23e9c5f user: apnadkarni
15:49
Fix [a4617c8e90] - lsearch index truncation check-in: 08fc7dfb36 user: apnadkarni tags: trunk, main
2023-04-12
16:47 Ticket [a4617c8e90] lsearch truncates large indices status still Open with 3 other changes artifact: 1bd2cf5f04 user: apnadkarni
16:47 New ticket [a4617c8e90]. artifact: d097c36bfa user: apnadkarni

Ticket UUID: a4617c8e900df69f046a9bb3d44be41342e2f286
Title: lsearch truncates large indices
Type: Bug Version: 9.0
Submitter: apnadkarni Created on: 2023-04-12 16:47:08
Subsystem: 17. Commands I-L Assigned To: apnadkarni
Priority: 5 Medium Severity: Important
Status: Closed Last Modified: 2023-04-19 15:52:06
Resolution: Fixed Closed By: apnadkarni
    Closed on: 2023-04-19 15:52:06
Description:
```
% set l [testbigdata list 0x100000010 0x100000001] ; llength $l ; # X is at 0x100000001
4294967312
% lsearch -exact $l X
1
% lindex $l 1
1
% lindex $l 0x100000001
X
```
User Comments: apnadkarni added on 2023-04-19 15:52:06:
Fixed in [08fc7dfb36]