Need NetBSD thread tester

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Need NetBSD thread tester
Date: 2003-09-12 16:18:52
Message-ID: 200309121618.h8CGIq913305@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I need someone running NetBSD to read the top of
src/tools/test_thread_funcs.c and compile and run that function and
report the results.

Thanks.

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> FreeBSD 4.8/i386:
>
> Your gethostbyname() is _not_ thread-safe
> Your getpwuid() is _not_ thread-safe
> Your functions are _not_ all thread-safe
>
> Chris
>
> ----- Original Message -----
> From: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
> To: "Kurt Roeckx" <Q(at)ping(dot)be>
> Cc: <pgsql-hackers(at)postgresql(dot)org>
> Sent: Thursday, September 04, 2003 6:07 AM
> Subject: Re: [HACKERS] Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)
>
>
> > Kurt Roeckx wrote:
> > > On Wed, Sep 03, 2003 at 03:36:53PM -0400, Bruce Momjian wrote:
> > > >
> > > > I would like every operating system that supports thread-safety to run
> > > > this program and report back the results.
> > >
> > > On a Linux system with glibc 2.1:
> > > Your gethostbyname() is _not_ thread-safe
> > > Your getpwuid() is _not_ thread-safe
> > > Your functions are _not_ all thread-safe
> > >
> > >
> > > >From a Linux system with libc5:
> > > Your gethostbyname() is _not_ thread-safe
> > > Your getpwuid() is _not_ thread-safe
> > > Your functions are _not_ all thread-safe
> >
> > Thanks.
> >
> > --
> > Bruce Momjian | http://candle.pha.pa.us
> > pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> > + If your life is a hard drive, | 13 Roberts Road
> > + Christ can be your backup. | Newtown Square, Pennsylvania
> 19073
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-12 16:26:35 Re: __cpu__ defines
Previous Message Bruce Momjian 2003-09-12 16:13:58 Re: 64-bit pgsql