Tcl Source Code

View Ticket
Login
2013-08-30
19:42 Ticket [3865631578] Tcl panics when writing a file exceeding `ulimit -f` status still Open with 3 other changes artifact: bce7b17eb7 user: sbron
19:41 Add attachment sigxfsz.patch to ticket [3865631578] artifact: 570b228ead user: sbron
19:34 New ticket [3865631578] Tcl panics when writing a file exceeding `ulimit -f`. artifact: bb453919bb user: sbron

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: