On Sat, Apr 08, 2006 at 04:47:05PM +0200, Petr Salinger wrote:
> Please, could you also test glibc test package at
> http://sci.felk.cvut.cz/~salinger/glibc/
This fixes problem with loading Guile modules. My test case do not fail
any more, as well as test case from #226716.
Thank you very much
On Sat, Apr 08, 2006 at 12:14:19PM +0200, Aurelien Jarno wrote:
> The only problem in bug #226716 is that the glibc should refuse to
> execute such programs instead of silently failing.
> But in the case of the current bug, this is actually the case, it says
> "cannot handle TLS data".
The prob
On Sat, 8 Apr 2006 00:57:58 +0200, Matthias Klose wrote:
> please check with the (i386) libstdc++6 test package at
>
> http://people.debian.org/~doko/tmp/
My test case still fails under 2.4 kernel. Loading Guile modules (written
in C++) does not work either.
Best regards,
Alexei.
--
All sc
On Fri, 07 Apr 2006 19:17:03 +0200, Aurelien Jarno wrote:
> glibc does support TLS on all kernels (even non-linux ones), if there is
> the corresponding kernel support. So please don't claim this is a glibc bug.
The test program included in #226716 fails under 2.4 kernel and works as
expected und
On Thu, 6 Apr 2006 22:36:43 +0200, Matthias Klose wrote:
> Aurelian Jarno pointed out the following: only reproducible with 2.4
> kernels or if you (re)move /lib/tls on a 2.6 kernel.
Current glibc does not support TLS under 2.4 kernels (see #226716), so
this is probalby glibc bug (some people cal
Hello!
On Wed, 05 Apr 2006 18:41:05 -0600, Gordon Haverland wrote:
> Traceback (most recent call last):
> File "/usr/bin/apt-listchanges", line 30, in ?
> import apt_pkg
> ImportError: libstdc++.so.6: cannot handle TLS data
I've seen many similar errors on my system too (I've got a bunch
Hello!
On Thu, 27 Oct 2005 15:12:54 +0200, Stefan Schmidt <[EMAIL PROTECTED]> wrote:
> make bzImage CC=gcc-2.95
> ..
> make CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.31/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-alias
> make[1]: Entering directory `/usr/src/linux-2.4.31/a
Package: gcc-3.4
Version: 3.4.3-12
Severity: normal
Hello!
The following code triggers an ICE:
/** @file ct_nan.c trigger an ICE with gcc-3.4 */
#include
#include
#include
#include
int main(void)
{
double complex oops = ((1.0L+ 1.0L*I)/0.0L);
printf("oops = %.5f, %.5f\n", cr
8 matches
Mail list logo