Tcl Source Code

View Ticket
Login
Ticket UUID: 170551eeffef57034518eaa6995c6213886f961
Title: Crash in tk busy release
Type: Bug Version:
Submitter: anonymous Created on: 2023-02-09 14:49:20
Subsystem: - New Builtin Commands Assigned To: fvogel
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2023-02-12 09:18:17
Resolution: Fixed Closed By: fvogel
    Closed on: 2023-02-12 09:18:17
Description:
Executing the following code will lead to a crash (in TkGetWindowFromObj)

frame .fr
bind .fr <Destroy> "tk busy forget ."
pack .fr
tk busy hold .
destroy .
User Comments: fvogel added on 2023-02-12 09:18:17:

Merged into core-8-6-branch and trunk.

Thanks for the report again. Just an advice: You were reporting a bug against Tk, not Tcl. Here is the Tcl repository. For Tk please use the Tk repository next time.


fvogel added on 2023-02-10 18:30:35:

Indeed. Good catch!

Proposed fix: [7ebe5132]