-
Reproduced with tbcload1.7.
2009-09-27 19:48:27 UTC in Tcl
-
You are right.
The header file was picked up from the system-installed include directory, which held header files of tcl8.5 .
Invalid issue indeed.
Sorry for the noise.
2009-09-17 17:22:55 UTC in Tcl
-
Observed
--------
Tcl8.4 segfaults when calling Tcl_FindCommand() from a stubs enabled shared object.
The segfault occurs at the assembler instruction "call", and the program never makes it into the function. At the moment of the call instruction, the cpu register that holds the memory location to which the call is made, holds the value 0x0.
Running the code from the same shared lib in...
2009-09-16 19:41:03 UTC in Tcl
-
Uhmm,
I copied the title of this issue from #1432380.
I now see that it refers to /usr/lib64. Apparently, the author for #1432380, had --prefix set to /usr, which I didn't.
Just being explicit to prevent confusion. I don't think that it changes the nature of the issue.
2009-09-09 20:31:45 UTC in Tcl
-
> What is the value of ::tcl_pkgPath ?
/usr/local/lib
> Why does it not include the correct
> directories for packages, both arch-specific
> and non-arch-specific, "out of the box" ?
Good question! ;-)
> What values of --prefix and --exec_prefix
> (and perhaps --libir ?)
> are used to configure Tcl in your build?
The configure command line was:
configure...
2009-09-09 16:56:42 UTC in Tcl
-
This report refers to #1432380 (for which I am not the author)
The #1432380 was closed without resolution.
The issue does not occur anymore in 8.5.7 or 8.6b1.
However, it is still valid for 8.4.19
I'm unsure whether I can reopen a closed issue. Therefore, I open a new one.
Maybe it is possible to fix 8.4.19 in the way that a fix was applied to the 8.5 and 8.6 series?.
2009-09-07 21:33:00 UTC in Tcl
-
Confirmed for Tcl8.5.7.
I would like to mention that I understand that the "g" suffix was deprecated since 8.5. Please disregard that part of this report.
The observed difference between win vs. unix builds is still valid though.
2009-08-15 09:50:26 UTC in Tcl
-
When selecting an item in a Combobox, the X-selection is also set. Personally, I find this "feature" annoying. (I'm not sure about standards compliance, though.)
The purpose of a combobox is to select an item from a list, not to select characters from a text for copy/paste actions.
In case there is doubt about the usefulness of this feature, it could be made an option to the Combobox command.
2009-06-16 16:27:20 UTC in tcllib
-
Four more files have been found which exhibit the stalling behaviour. They have been uploaded to the TLS tracker to which this issue is linked.
2009-06-08 14:14:28 UTC in Tcl
-
The sample file used thus far to exercise "the choking channel" has received company ...
The tarball "more_stalling_gifs.tar.gz" holds four more of them.
Each of these gif images gets stuck at a different byte offset (i.e. the notifier not responding to the last bytes having arrived).
When the exercise for any of these files is repeated, the byte offset where the stalling occurs is always...
2009-06-08 13:58:07 UTC in TLS: OpenSSL Tcl Extension