Itk - the [incr Tk] extension

Ticket Change Details
Login
Overview

Artifact ID: 8d473e2d56739d55f8c9d0fe0d7567238e2d27ad
Ticket: 6acb6a8363b64494a9bd350e85db51f64eeaaedc
segfault cycling through buttonbox instances
User & Date: dgp 2017-07-07 19:16:43
Changes

  1. foundin changed to: "4.1.0"
  2. icomment:
    This script crashes most of the time:
    
    package require Itk 4.1
    package require Iwidgets 4.1
    
    while 1 {
    iwidgets::Buttonbox .bb
    
    .bb add Yes -text Yes
    .bb configure -highlightthickness 2
    catch {.bb add Maybe -text Maybe} msg
    
    destroy .bb
    }
    
  3. login: "dgp"
  4. mimetype: "text/x-fossil-plain"
  5. severity changed to: "Critical"
  6. status changed to: "Open"
  7. title changed to: "segfault cycling through buttonbox instances"
  8. type changed to: "Code_Defect"