Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: a682344e3bf53bd63ce9b9b3cb3d9e032bf55a7d
Ticket: 0b874c344dd5331a5bc28b24f723ef8905903129
Tcl SEGV
User & Date: dgp 2013-11-25 20:23:35
Changes

  1. icomment:
    Part of the sequence of events leading to the segfault
    is the 
    
    SAVE_CONTEXT(corPtr->caller);
    
    around line 8740 or so in tclBasic.c (in the TIP 396 commit,
    in case the file has changed a lot since then).
    
    This is called at a time when iPtr->cmdFramePtr is NULL,
    which puts the NULL value in place which [info frame] later
    crashes on attempting to dereference.
    
  2. login: "dgp"
  3. mimetype: "text/plain"