Date: Fri, 11 Oct 2024 07:07:58 +0000 From: bugzilla-noreply@freebsd.org To: tcltk@FreeBSD.org Subject: maintainer-feedback requested: [Bug 282006] x11-toolkits/tk90: backspace in text widget crashes interpreter Message-ID: <bug-282006-30738-8VoMQOcL3S@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282006-30738@https.bugs.freebsd.org/bugzilla/> References: <bug-282006-30738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-tcltk (Nobody) <tcltk@FreeBSD.org> for maintainer-feedback: Bug 282006: x11-toolkits/tk90: backspace in text widget crashes interpreter https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282006 --- Description --- First: I'm using the package from latest. Pressing backspace in a not empty text widget results in a "kernel: pid 2770 (tclsh9.0), jid 0, uid 1001: exited on signal 11 (no core dump - bad address)" Simple code example: ------------------------- #!/usr/local/bin/tclsh9.0 package require Tk text .t pack .t ------------------------- Entering a char in a text widget and then pressing backspace crashes the Tc= l/Tk interpreter; Pressing backspace in an empty widget doesn't crash.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282006-30738-8VoMQOcL3S>