Re: NetBSD mac68k crashing on union regression test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rémi Zara <remi_zara(at)mac(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: NetBSD mac68k crashing on union regression test
Date: 2005-04-11 20:31:41
Message-ID: 7338.1113251501@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

=?ISO-8859-1?Q?R=E9mi_Zara?= <remi_zara(at)mac(dot)com> writes:
> The crash occurs in pg_sprintf, work on which has been done beginning
> march 11th....

Offhand I'd bet it's overrunning its malloc'd arrays because the loop at
the top doesn't count "*" as needing a fmtpos position.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas F.O'Connell 2005-04-11 21:35:22 Re: [PATCHES] DELETE ... USING
Previous Message Tom Lane 2005-04-11 20:21:40 Re: probably needless linking against readline and ncurses

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2005-04-11 21:41:05 Exec statement logging
Previous Message Rémi Zara 2005-04-11 19:33:38 NetBSD mac68k crashing on union regression test