[Bug 282006] x11-toolkits/tk90: backspace in text widget crashes interpreter

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 17 Oct 2024 08:34:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282006

--- Comment #5 from Joachim Moskalewski <tonne03@jmos.net> ---
Building the Tcl/Tk 9 packages with symbols enabled is done, but… what is a
"stack trace" on Tcl? If that's running the code with something like

  if { [catch { mycode } err] } { puts "Error info $err" }

then there's no difference: It crashes without (/prior?) catch catches anything
- simply with "Segmention fault (core dumped)" in the terminal and a "kernel:
pid 23919 (tclsh9.0), jid 0, uid 1001: exited on signal 11 (core dumped)" in
/var/log/messages. The core dump I could provide, but examine 37.660 kB…
Anyway, if that's what needed: https://jmos.net/stuff/tclsh9.0.core

-- 
You are receiving this mail because:
You are the assignee for the bug.