Re: Possible bug in Tcl.pm exposed by Tktable?

[email protected] (Christopher Chavez) Mon, 16 Mar 2020 03:08:18 -0500
Newsgroups perl.tcltk
Message-ID <[email protected]>
On 3/16/2020 2:22 AM, Konovalov, Vadim wrote:
> I can't reproduce on windows,
> I will have a closer look on ubuntu later.
>
> Can you also try w/o stubs?

I actually needed to use --nousestubs to get complete stack traces,
otherwise everything between XS_Tcl_Eval and malloc was ???.
When doing this on Debian/Ubuntu, I also needed to specify
-INC=3D-I/usr/include/tcl8.6 for tcl.h to be found.

The issue has indeed been present on Ubuntu, at least in 18.04 i386
and 16.04 amd64. I had tried running Tcl::pTk Tktable tests on Travis CI
(Ubuntu 16.04 amd64) but ran into this issue, so for now Tktable is not
installed and the tests are skipped.

Christopher A. Chavez