Re: 2nd try @NetBSD/2.0 Alpha

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 'PostgreSQL-development' <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 2nd try @NetBSD/2.0 Alpha
Date: 2005-10-18 21:45:58
Message-ID: 20051018214558.GD13902@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 18, 2005 at 04:04:42PM -0500, Larry Rosenman wrote:
> Upped the stack to 8Mb. Now it dies in Plcheck.
>
> Logs/bt.out in: http://www.lerctr.org/~ler/alphadeath2.tar.gz

Wierd, it's dying in malloc() because the C library called kill() from
__libc_mutex_unlock().

You're not the only one though:

http://archive.netbsd.se/?ml=netbsd-users&a=2004-01&m=18027

No-one answered that one either...
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-18 21:58:06 Re: 2nd try @NetBSD/2.0 Alpha
Previous Message Martijn van Oosterhout 2005-10-18 21:39:29 Re: Character Conversions Handling