Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2024 08:34:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        tcltk@FreeBSD.org
Subject:   [Bug 282006] x11-toolkits/tk90: backspace in text widget crashes interpreter
Message-ID:  <bug-282006-30738-YgKqW4fjmf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282006-30738@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282006-30738-YgKqW4fjmf>