[fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-16 Thread Seth Grover
> I've tested on systems with glibc 2.3.6, 2.5 and 2.7 and all work fine > (I don't have access to systems with other glibc versions installed). > I therefore think this was just a bug in 2.6.1 (possibly also 2.6), so > unless someone analyses the cause of the problem with glibc 2.6.1, I'm > not go

Re: [fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 15:43, Seth Grover wrote: What is the version of glibc on the machine that causes a problem? $ /lib/libc.so.6 GNU C Library stable release version 2.6.1, by Roland McGrath et al. I've tested on systems with glibc 2.3.6, 2.5 and 2.7 and all work fine (I don't have acces

[fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-15 Thread Seth Grover
> > What is the version of glibc on the machine that causes a problem? > $ /lib/libc.so.6 GNU C Library stable release version 2.6.1, by Roland McGrath et al. Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not

Re: [fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-14 Thread Jonas Maebe
On 14 Apr 2008, at 21:34, Jonas Maebe wrote: The assertion comes from ld.so, which is not a part of the kernel but part of glibc. It means that either their is a bug in the particular glibc/ld.so on the other machine, or at least an incompatibility between how we do things and what that gl

Re: [fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-14 Thread Jonas Maebe
On 14 Apr 2008, at 21:03, Seth Grover wrote: Okay, so I ran it on a different distribution and it worked fine... INIT INIT2 Test 0 FINI2 FINI No "assertion failed" message or anything of the sort. This second system I tried was: Linux 2.6.12-23mdk #1 Fri Jul 7 13:15:45 MDT 2006 i686 Intel(R)

[fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-14 Thread Seth Grover
Okay, so I ran it on a different distribution and it worked fine... INIT INIT2 Test 0 FINI2 FINI No "assertion failed" message or anything of the sort. This second system I tried was: Linux 2.6.12-23mdk #1 Fri Jul 7 13:15:45 MDT 2006 i686 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz unknown GNU/Li

[fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-14 Thread Seth Grover
> In your source tree, check tests/webtbs/tw9089*.pp (compile tw9089[a- > d] and then run "LD_LIBRARY_PATH=. ./tw9089c" and "LD_LIBRARY_PATH=. ./ > tw9089d"). That's the test case I distilled from your test programs > and which works fine for me. I've googled a bit and found a very long > thre