Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 81eecd5a1984d1b300b0267cd38bed9db0600a04
Ticket: 39e510f69e6e641894d24582c61ba0c99ab21799
Revised [text]: textDisp-27.7.2 segfaults on OS X
User & Date: gcramer 2017-05-24 16:23:49
Changes

  1. icomment:
    I'm sorry, I was not clear enough. Tk_CreateOptionTable() (line 1981) will be called during the creation of the text widget (for "sel" tag). Then Tcl_CreateHashEntry() (line 1924) will be called during "tag configure big -font {Helvetica -24}", after Tk_CreateOptionTable() has been called the first time.
    
    BTW, probably it helps if you link with a Tcl library which is compiled with stack protector (-fstack-protector-all).
    
  2. login: "gcramer"
  3. mimetype: "text/plain"