Tcl Source Code

View Ticket
Login
Ticket UUID: 3865631578e3423a7786527af579e844c6ace321
Title: Tcl panics when writing a file exceeding `ulimit -f`
Type: Patch Version: 8.5.15rc0
Submitter: sbron Created on: 2013-08-30 19:34:36
Subsystem: 37. File System Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2013-08-30 19:42:42
Resolution: None Closed By: nobody
    Closed on:
Description:
When writing a file that exceeds the size allowed by ulimit -f, Tcl panics (File size limit exceeded). This can easily be turned into a more reasonable I/O error (file too large). See the attached patch.

Attachments: