Tcl Source Code

View Ticket
Login
Ticket UUID: 977971f1f31797c4d82b4ef9e8af2e03c9c0fa4b
Title: Segfault after forget/require package TclOO
Type: Bug Version: 8.6.10
Submitter: erikleunissen Created on: 2020-02-08 14:21:42
Subsystem: 35. TclOO Package Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2020-02-08 14:24:27
Resolution: None Closed By: nobody
    Closed on:
Description:
> tclsh
% set tcl_patchLevel
8.6.10
% parray tcl_platform
tcl_platform(byteOrder)     = littleEndian
tcl_platform(engine)        = Tcl
tcl_platform(machine)       = x86_64
tcl_platform(os)            = Linux
tcl_platform(osVersion)     = 4.12.14-lp150.12.82-default
tcl_platform(pathSeparator) = :
tcl_platform(platform)      = unix
tcl_platform(pointerSize)   = 8
tcl_platform(threaded)      = 1
tcl_platform(user)          = erik
tcl_platform(wordSize)      = 8
% package names
zlib TclOO tcl::tommath Tcl
% package forget TclOO
% package require TclOO
Segmentation fault (core dumped)

I'm unsure whether this is an issue with [package] or with TclOO.
User Comments: erikleunissen added on 2020-02-08 14:24:27:
Attached a full back trace in "bt_full.txt".

Attachments: