* rpm crashing on RH 7.0 indy
@ 2001-03-17 10:51 Karel van Houten
2001-03-17 15:47 ` David Jez
2001-03-22 8:40 ` Carsten Langgaard
0 siblings, 2 replies; 10+ messages in thread
From: Karel van Houten @ 2001-03-17 10:51 UTC (permalink / raw)
To: linux-mips
Hi all,
I hope someone can help me with this problem...
I've installed an Indy with Ralfs Redhat/test-7.0 packages.
Most things work OK, but rpm itself crashes when installing
a package. Here is a trace of what happens:
(gdb) run
Starting program: /usr/src/redhat/BUILD/rpm-4.0/rpm -ihv /cdrom/mips/XFree86-dev
el-4.0.1-1lm.mips.rpm
Program received signal SIGSEGV, Segmentation fault.
_dl_lookup_versioned_symbol (undef_name=0x2affa6af "strcpy",
undef_map=0x10075330, ref=0x7fff9818, symbol_scope=0x1007554c,
version=0x100756b0, reloc_type=3, explicit=0) at do-lookup.h:52
52 do-lookup.h: No such file or directory.
(gdb) bt
#0 _dl_lookup_versioned_symbol (undef_name=0x2affa6af "strcpy",
undef_map=0x10075330, ref=0x7fff9818, symbol_scope=0x1007554c,
version=0x100756b0, reloc_type=3, explicit=0) at do-lookup.h:52
#1 0x5c30e4 in _dl_relocate_object () at ../sysdeps/mips/dl-machine.h:684
#2 0x5b6a40 in dl_open_worker (a=0x1007554c) at dl-open.c:316
#3 0x5b4a18 in _dl_catch_error (objname=0x7fff9a38, errstring=0x7fff9a3c,
operate=0x5b6470 <dl_open_worker>, args=0x7fff9a28) at dl-error.c:149
#4 0x5b6ca0 in _dl_open (file=0x7fff9c10 "libnss_nisplus.so.2", mode=1,
caller=0x0) at dl-open.c:380
#5 0x58882c in do_dlopen (ptr=0x7fff9bf0) at dl-libc.c:78
#6 0x5b4a18 in _dl_catch_error (objname=0x7fff9bc0, errstring=0x7fff9bc4,
operate=0x5887ec <do_dlopen>, args=0x7fff9bf0) at dl-error.c:149
#7 0x5887a4 in dlerror_run (operate=0x1007554c, args=0x0) at dl-libc.c:42
#8 0x58893c in __libc_dlopen (__name=0x1007554c "\020\b\023\230\020\b\031 ")
at dl-libc.c:104
#9 0x57d1d0 in __nss_lookup_function (ni=0x10080b80,
fct_name=0x5e3be0 "getpwnam_r") at nsswitch.c:333
#10 0x57c560 in __nss_lookup (ni=0x7ffff2b0, fct_name=0x5e3be0 "getpwnam_r",
fctp=0x7ffff2b4) at nsswitch.c:148
#11 0x57e544 in __nss_passwd_lookup (ni=0x7ffff2b0,
fct_name=0x5e3be0 "getpwnam_r", fctp=0x7ffff2b4) at XXX-lookup.c:68
#12 0x56d7d0 in __getpwnam_r (name=0x5cc34c "root", resbuf=0x10018c08,
buffer=0x10080520 "\020", buflen=1024, result=0x7ffff308)
at ../nss/getXXbyYY_r.c:159
#13 0x56c9bc in getpwnam (name=0x5cc34c "root") at ../nss/getXXbyYY.c:127
#14 0x42753c in installBinaryPackage (rootdir=0x1004de50 "/", db=0x1004a688,
fd=0x100a2bb8, h=0x10088890, flags=0, notify=0x438fa0 <showProgress>,
notifyData=0x12, pkgKey=0x7ffff9f6, actions=0x1006edb8, sharedList=0x0,
scriptFd=0x0) at install.c:941
#15 0x449c20 in rpmRunTransactions (ts=0x1004dde8,
notify=0x438fa0 <showProgress>, notifyData=0x12, okProbs=0x0,
newProbs=0x7ffff6c4, transFlags=0, ignoreSet=0) at transaction.c:1701
#16 0x439c4c in rpmInstall (rootdir=0x5c917c "/", fileArgv=0x1001faf8,
transFlags=0, interfaceFlags=2, probFilter=0, relocations=0x0)
at rpminstall.c:370
#17 0x406a2c in main (argc=3, argv=0xffffffff) at rpm.c:1133
#18 0x53599c in __libc_start_main (main=0x404090 <main>, argc=3,
ubp_av=0x7ffff8d4, init=0x4000f8 <_init>, fini=0x5c6880 <_fini>,
rtld_fini=0, stack_end=0x7ffff8b0) at ../sysdeps/generic/libc-start.c:111
This is a static rpm binary, so I don't understand why it tries
do dynaload anything at all...
Thanks in advance,
--
Karel van Houten
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: rpm crashing on RH 7.0 indy
2001-03-17 10:51 rpm crashing on RH 7.0 indy Karel van Houten
@ 2001-03-17 15:47 ` David Jez
2001-03-17 17:39 ` Keith M Wesolowski
2001-03-22 8:40 ` Carsten Langgaard
1 sibling, 1 reply; 10+ messages in thread
From: David Jez @ 2001-03-17 15:47 UTC (permalink / raw)
To: Karel van Houten; +Cc: linux-mips
On Sat, Mar 17, 2001 at 11:51:19AM +0100, Karel van Houten wrote:
> Hi all,
>
> I hope someone can help me with this problem...
>
> I've installed an Indy with Ralfs Redhat/test-7.0 packages.
> Most things work OK, but rpm itself crashes when installing
> a package. Here is a trace of what happens:
>
> This is a static rpm binary, so I don't understand why it tries
> do dynaload anything at all...
Hi,
Ooops, i think: haven't you got broken rpm? Have you downloaded the rpm
complete? Try checksum or md5.
>
> Thanks in advance,
> --
> Karel van Houten
Hope you will be succeded,
Dave
--
-------------------------------------------------------
David "Dave" Jez Brno, CZ, Europe
E-mail: dave.jez@seznam.cz
PGP key: finger xjezda00@fest.stud.fee.vutbr.cz
---------=[ ~EOF ]=------------------------------------
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: rpm crashing on RH 7.0 indy
2001-03-17 15:47 ` David Jez
@ 2001-03-17 17:39 ` Keith M Wesolowski
2001-03-27 18:24 ` Maciej W. Rozycki
0 siblings, 1 reply; 10+ messages in thread
From: Keith M Wesolowski @ 2001-03-17 17:39 UTC (permalink / raw)
To: David Jez; +Cc: Karel van Houten, linux-mips
On Sat, Mar 17, 2001 at 04:47:26PM +0100, David Jez wrote:
> > This is a static rpm binary, so I don't understand why it tries
> > do dynaload anything at all...
> Hi,
>
> Ooops, i think: haven't you got broken rpm? Have you downloaded the rpm
> complete? Try checksum or md5.
That's not the problem. The problem is that static binaries which use
libdl used to be (and perhaps still are) broken. The reason it's
using libdl is that the nss libraries are never truly static, unless
you compile glibc with a special non-recommended option. I have
indications that this may be fixed in glibc 2.2.2 using my current
toolchain, but my information is not complete.
--
Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
------(( Project Foobazco Coordinator and Network Administrator ))------
"I should have crushed his marketing-addled skull with a fucking bat."
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: rpm crashing on RH 7.0 indy
2001-03-17 17:39 ` Keith M Wesolowski
@ 2001-03-27 18:24 ` Maciej W. Rozycki
2001-03-28 7:06 ` Carsten Langgaard
0 siblings, 1 reply; 10+ messages in thread
From: Maciej W. Rozycki @ 2001-03-27 18:24 UTC (permalink / raw)
To: Keith M Wesolowski; +Cc: David Jez, Karel van Houten, linux-mips
On Sat, 17 Mar 2001, Keith M Wesolowski wrote:
> That's not the problem. The problem is that static binaries which use
> libdl used to be (and perhaps still are) broken. The reason it's
> using libdl is that the nss libraries are never truly static, unless
> you compile glibc with a special non-recommended option. I have
> indications that this may be fixed in glibc 2.2.2 using my current
> toolchain, but my information is not complete.
Glibc is fine; it's the kernel that needs a fix (I've sent it here
already once or twice). We might possibly consider putting a workaround
into glibc as well.
The problem is mmap() fails if a non-zero preferred address is given but
the space is already occupied and no space *above* is available (space
below is not taken into account). A glibc workaround might be to call
mmap() again with no preferred address specified this time.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: rpm crashing on RH 7.0 indy
2001-03-27 18:24 ` Maciej W. Rozycki
@ 2001-03-28 7:06 ` Carsten Langgaard
2001-03-28 13:50 ` Maciej W. Rozycki
0 siblings, 1 reply; 10+ messages in thread
From: Carsten Langgaard @ 2001-03-28 7:06 UTC (permalink / raw)
To: Maciej W. Rozycki
Cc: Keith M Wesolowski, David Jez, Karel van Houten, linux-mips
"Maciej W. Rozycki" wrote:
> On Sat, 17 Mar 2001, Keith M Wesolowski wrote:
>
> > That's not the problem. The problem is that static binaries which use
> > libdl used to be (and perhaps still are) broken. The reason it's
> > using libdl is that the nss libraries are never truly static, unless
> > you compile glibc with a special non-recommended option. I have
> > indications that this may be fixed in glibc 2.2.2 using my current
> > toolchain, but my information is not complete.
>
> Glibc is fine; it's the kernel that needs a fix (I've sent it here
> already once or twice). We might possibly consider putting a workaround
> into glibc as well.
Have the kernel fix made it into the CVS.
If not, could you please resent it.
>
>
> The problem is mmap() fails if a non-zero preferred address is given but
> the space is already occupied and no space *above* is available (space
> below is not taken into account). A glibc workaround might be to call
> mmap() again with no preferred address specified this time.
>
> --
> + Maciej W. Rozycki, Technical University of Gdansk, Poland +
> +--------------------------------------------------------------+
> + e-mail: macro@ds2.pg.gda.pl, PGP key available +
--
_ _ ____ ___ Carsten Langgaard Mailto:carstenl@mips.com
|\ /|||___)(___ MIPS Denmark Direct: +45 4486 5527
| \/ ||| ____) Lautrupvang 4B Switch: +45 4486 5555
TECHNOLOGIES 2750 Ballerup Fax...: +45 4486 5556
Denmark http://www.mips.com
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: rpm crashing on RH 7.0 indy
2001-03-28 7:06 ` Carsten Langgaard
@ 2001-03-28 13:50 ` Maciej W. Rozycki
2001-04-01 17:21 ` Houten K.H.C. van (Karel)
0 siblings, 1 reply; 10+ messages in thread
From: Maciej W. Rozycki @ 2001-03-28 13:50 UTC (permalink / raw)
To: Carsten Langgaard
Cc: Keith M Wesolowski, David Jez, Karel van Houten, linux-mips
On Wed, 28 Mar 2001, Carsten Langgaard wrote:
> Have the kernel fix made it into the CVS.
> If not, could you please resent it.
I do not consider it clean enough for inclusion into the official kernel
at this stage. It works, though.
When appropriately cleaned up, I'll submit it to Linus as it's not
MIPS-specific and affects all systems -- mmap() fails equally badly on an
i386, for example. No time to work on the patch at the moment, sorry.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
patch-2.4.0-test4-mmap-3
diff -u --recursive --new-file linux-2.4.0-test4.macro/mm/mmap.c linux-2.4.0-test4/mm/mmap.c
--- linux-2.4.0-test4.macro/mm/mmap.c Sun Jul 16 22:27:29 2000
+++ linux-2.4.0-test4/mm/mmap.c Tue Jul 25 05:06:21 2000
@@ -175,7 +175,7 @@
if ((len = PAGE_ALIGN(len)) == 0)
return addr;
- if (len > TASK_SIZE || addr > TASK_SIZE-len)
+ if (len > TASK_SIZE || ((flags & MAP_FIXED) && (addr > TASK_SIZE - len)))
return -EINVAL;
/* offset overflow? */
@@ -356,20 +356,31 @@
unsigned long get_unmapped_area(unsigned long addr, unsigned long len)
{
struct vm_area_struct * vmm;
+ int pass = 0;
if (len > TASK_SIZE)
return 0;
- if (!addr)
- addr = TASK_UNMAPPED_BASE;
- addr = PAGE_ALIGN(addr);
-
- for (vmm = find_vma(current->mm, addr); ; vmm = vmm->vm_next) {
- /* At this point: (!vmm || addr < vmm->vm_end). */
- if (TASK_SIZE - len < addr)
- return 0;
- if (!vmm || addr + len <= vmm->vm_start)
- return addr;
- addr = vmm->vm_end;
+
+ while (1) {
+ if (!addr)
+ addr = TASK_UNMAPPED_BASE;
+ addr = PAGE_ALIGN(addr);
+
+ for (vmm = find_vma(current->mm, addr); ; vmm = vmm->vm_next) {
+ /* At this point: (!vmm || addr < vmm->vm_end). */
+ if (TASK_SIZE - len < addr) {
+ if (pass > 0)
+ return 0;
+ else {
+ pass = 1;
+ addr = 0;
+ break;
+ }
+ }
+ if (!vmm || addr + len <= vmm->vm_start)
+ return addr;
+ addr = vmm->vm_end;
+ }
}
}
#endif
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: rpm crashing on RH 7.0 indy
2001-03-28 13:50 ` Maciej W. Rozycki
@ 2001-04-01 17:21 ` Houten K.H.C. van (Karel)
2001-04-02 6:29 ` Geert Uytterhoeven
0 siblings, 1 reply; 10+ messages in thread
From: Houten K.H.C. van (Karel) @ 2001-04-01 17:21 UTC (permalink / raw)
To: Maciej W. Rozycki
Cc: Carsten Langgaard, Keith M Wesolowski, David Jez,
Karel van Houten, linux-mips
Hi Maciej,
"Maciej W. Rozycki" writes:
>On Wed, 28 Mar 2001, Carsten Langgaard wrote:
>
>> Have the kernel fix made it into the CVS.
>> If not, could you please resent it.
>
> I do not consider it clean enough for inclusion into the official kernel
>at this stage. It works, though.
>
> When appropriately cleaned up, I'll submit it to Linus as it's not
>MIPS-specific and affects all systems -- mmap() fails equally badly on an
>i386, for example. No time to work on the patch at the moment, sorry.
I applied this patch to a 2.4.2 CVS checkout, and indeed,
the crashing rpm problem vanished.
Thanks Maciej!
Regards,
Karel.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: rpm crashing on RH 7.0 indy
2001-04-01 17:21 ` Houten K.H.C. van (Karel)
@ 2001-04-02 6:29 ` Geert Uytterhoeven
2001-04-02 13:46 ` Maciej W. Rozycki
0 siblings, 1 reply; 10+ messages in thread
From: Geert Uytterhoeven @ 2001-04-02 6:29 UTC (permalink / raw)
To: Karel van Houten
Cc: Maciej W. Rozycki, Carsten Langgaard, Keith M Wesolowski,
David Jez, linux-mips
On Sun, 1 Apr 2001, Houten K.H.C. van (Karel) wrote:
> "Maciej W. Rozycki" writes:
> >On Wed, 28 Mar 2001, Carsten Langgaard wrote:
> >
> >> Have the kernel fix made it into the CVS.
> >> If not, could you please resent it.
> >
> > I do not consider it clean enough for inclusion into the official kernel
> >at this stage. It works, though.
> >
> > When appropriately cleaned up, I'll submit it to Linus as it's not
> >MIPS-specific and affects all systems -- mmap() fails equally badly on an
> >i386, for example. No time to work on the patch at the moment, sorry.
So it may make sense to post the not-yet-cleant-up patch to linux-kernel now.
Perhaps someone there has more time to clean it up.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven ------------- Sony Software Development Center Europe (SDCE)
Geert.Uytterhoeven@sonycom.com ------------------- Sint-Stevens-Woluwestraat 55
Voice +32-2-7248626 Fax +32-2-7262686 ---------------- B-1130 Brussels, Belgium
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: rpm crashing on RH 7.0 indy
2001-04-02 6:29 ` Geert Uytterhoeven
@ 2001-04-02 13:46 ` Maciej W. Rozycki
0 siblings, 0 replies; 10+ messages in thread
From: Maciej W. Rozycki @ 2001-04-02 13:46 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Karel van Houten, Carsten Langgaard, Keith M Wesolowski,
David Jez, linux-mips
On Mon, 2 Apr 2001, Geert Uytterhoeven wrote:
> So it may make sense to post the not-yet-cleant-up patch to linux-kernel now.
> Perhaps someone there has more time to clean it up.
It already went there back in July, 2000. I sent it again a few months
later again, IIRC (January 2001?). I've received no response at all. I'm
bored with sending patches into a black hole over and over again, sorry.
I'll clean it up sooner or later and I will submit the resulting patch
then -- while no one is interested, Linus might accept it for the sake of
correctness.
Anyway, I can continue to live with a private patch, as I already do for
several months now -- the patch actually caused me no trouble at all since
-test4 as there were no conflicts with kernel patches so far.
Maciej
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: rpm crashing on RH 7.0 indy
2001-03-17 10:51 rpm crashing on RH 7.0 indy Karel van Houten
2001-03-17 15:47 ` David Jez
@ 2001-03-22 8:40 ` Carsten Langgaard
1 sibling, 0 replies; 10+ messages in thread
From: Carsten Langgaard @ 2001-03-22 8:40 UTC (permalink / raw)
To: Karel van Houten; +Cc: linux-mips
Thanks Karel for the RH 7.0 tarball.
I have install it and it seems to work fine, except for the RPM stuff.
Have you or anyone else managed to get rpm to work ?
We really need it to get going.
/Carsten
Karel van Houten wrote:
> Hi all,
>
> I hope someone can help me with this problem...
>
> I've installed an Indy with Ralfs Redhat/test-7.0 packages.
> Most things work OK, but rpm itself crashes when installing
> a package. Here is a trace of what happens:
>
> (gdb) run
> Starting program: /usr/src/redhat/BUILD/rpm-4.0/rpm -ihv /cdrom/mips/XFree86-dev
> el-4.0.1-1lm.mips.rpm
>
> Program received signal SIGSEGV, Segmentation fault.
> _dl_lookup_versioned_symbol (undef_name=0x2affa6af "strcpy",
> undef_map=0x10075330, ref=0x7fff9818, symbol_scope=0x1007554c,
> version=0x100756b0, reloc_type=3, explicit=0) at do-lookup.h:52
> 52 do-lookup.h: No such file or directory.
> (gdb) bt
> #0 _dl_lookup_versioned_symbol (undef_name=0x2affa6af "strcpy",
> undef_map=0x10075330, ref=0x7fff9818, symbol_scope=0x1007554c,
> version=0x100756b0, reloc_type=3, explicit=0) at do-lookup.h:52
> #1 0x5c30e4 in _dl_relocate_object () at ../sysdeps/mips/dl-machine.h:684
> #2 0x5b6a40 in dl_open_worker (a=0x1007554c) at dl-open.c:316
> #3 0x5b4a18 in _dl_catch_error (objname=0x7fff9a38, errstring=0x7fff9a3c,
> operate=0x5b6470 <dl_open_worker>, args=0x7fff9a28) at dl-error.c:149
> #4 0x5b6ca0 in _dl_open (file=0x7fff9c10 "libnss_nisplus.so.2", mode=1,
> caller=0x0) at dl-open.c:380
> #5 0x58882c in do_dlopen (ptr=0x7fff9bf0) at dl-libc.c:78
> #6 0x5b4a18 in _dl_catch_error (objname=0x7fff9bc0, errstring=0x7fff9bc4,
> operate=0x5887ec <do_dlopen>, args=0x7fff9bf0) at dl-error.c:149
> #7 0x5887a4 in dlerror_run (operate=0x1007554c, args=0x0) at dl-libc.c:42
> #8 0x58893c in __libc_dlopen (__name=0x1007554c "\020\b\023\230\020\b\031 ")
> at dl-libc.c:104
> #9 0x57d1d0 in __nss_lookup_function (ni=0x10080b80,
> fct_name=0x5e3be0 "getpwnam_r") at nsswitch.c:333
> #10 0x57c560 in __nss_lookup (ni=0x7ffff2b0, fct_name=0x5e3be0 "getpwnam_r",
> fctp=0x7ffff2b4) at nsswitch.c:148
> #11 0x57e544 in __nss_passwd_lookup (ni=0x7ffff2b0,
> fct_name=0x5e3be0 "getpwnam_r", fctp=0x7ffff2b4) at XXX-lookup.c:68
> #12 0x56d7d0 in __getpwnam_r (name=0x5cc34c "root", resbuf=0x10018c08,
> buffer=0x10080520 "\020", buflen=1024, result=0x7ffff308)
> at ../nss/getXXbyYY_r.c:159
> #13 0x56c9bc in getpwnam (name=0x5cc34c "root") at ../nss/getXXbyYY.c:127
> #14 0x42753c in installBinaryPackage (rootdir=0x1004de50 "/", db=0x1004a688,
> fd=0x100a2bb8, h=0x10088890, flags=0, notify=0x438fa0 <showProgress>,
> notifyData=0x12, pkgKey=0x7ffff9f6, actions=0x1006edb8, sharedList=0x0,
> scriptFd=0x0) at install.c:941
> #15 0x449c20 in rpmRunTransactions (ts=0x1004dde8,
> notify=0x438fa0 <showProgress>, notifyData=0x12, okProbs=0x0,
> newProbs=0x7ffff6c4, transFlags=0, ignoreSet=0) at transaction.c:1701
> #16 0x439c4c in rpmInstall (rootdir=0x5c917c "/", fileArgv=0x1001faf8,
> transFlags=0, interfaceFlags=2, probFilter=0, relocations=0x0)
> at rpminstall.c:370
> #17 0x406a2c in main (argc=3, argv=0xffffffff) at rpm.c:1133
> #18 0x53599c in __libc_start_main (main=0x404090 <main>, argc=3,
> ubp_av=0x7ffff8d4, init=0x4000f8 <_init>, fini=0x5c6880 <_fini>,
> rtld_fini=0, stack_end=0x7ffff8b0) at ../sysdeps/generic/libc-start.c:111
>
> This is a static rpm binary, so I don't understand why it tries
> do dynaload anything at all...
>
> Thanks in advance,
> --
> Karel van Houten
--
_ _ ____ ___ Carsten Langgaard Mailto:carstenl@mips.com
|\ /|||___)(___ MIPS Denmark Direct: +45 4486 5527
| \/ ||| ____) Lautrupvang 4B Switch: +45 4486 5555
TECHNOLOGIES 2750 Ballerup Fax...: +45 4486 5556
Denmark http://www.mips.com
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2001-04-02 17:46 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-17 10:51 rpm crashing on RH 7.0 indy Karel van Houten
2001-03-17 15:47 ` David Jez
2001-03-17 17:39 ` Keith M Wesolowski
2001-03-27 18:24 ` Maciej W. Rozycki
2001-03-28 7:06 ` Carsten Langgaard
2001-03-28 13:50 ` Maciej W. Rozycki
2001-04-01 17:21 ` Houten K.H.C. van (Karel)
2001-04-02 6:29 ` Geert Uytterhoeven
2001-04-02 13:46 ` Maciej W. Rozycki
2001-03-22 8:40 ` Carsten Langgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox