Submitting bugs?

Lists: pdxpug
From: Webb Sprague <webb(dot)sprague(at)gmail(dot)com>
To: Postgresql PDX_Users <pdxpug(at)postgresql(dot)org>
Subject: Submitting bugs?
Date: 2009-11-12 07:12:59
Message-ID: b11ea23c0911112312y27059cc5u3b74e53db48b3d93@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pdxpug

Hi all

I am get the occasional seg fault running 8.4.1 and Postgis (recent)
on Mac OS X -- I am not sure if I can reproduce them, but they might
be of interest to the project. Does anybody have any advice on filing
bug reports, ?

W


From: Dan Colish <dan(at)unencrypted(dot)org>
To: pdxpug(at)postgresql(dot)org
Subject: Re: Submitting bugs?
Date: 2009-11-12 14:56:57
Message-ID: 20091112145657.GN7583@funkstrom.spiretech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pdxpug


On Wed, Nov 11, 2009 at 11:12:59PM -0800, Webb Sprague wrote:
> Hi all
>
> I am get the occasional seg fault running 8.4.1 and Postgis (recent)
> on Mac OS X -- I am not sure if I can reproduce them, but they might
> be of interest to the project. Does anybody have any advice on filing
> bug reports, ?
>
> W
>

Are you able to determine if they are caused by 8.4.1 or Postgis? Narrowing this
down early really helps. Also a full stacktrace will be important. You might
need to rebuild postgres and postgis with full debug symbols depending on your
current build. Finally, steps to repeat are usually required.

--
--Dan


From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Webb Sprague <webb(dot)sprague(at)gmail(dot)com>
Cc: Postgresql PDX_Users <pdxpug(at)postgresql(dot)org>
Subject: Re: Submitting bugs?
Date: 2009-11-12 18:16:54
Message-ID: 1258049814.5135.75.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pdxpug

On Wed, 2009-11-11 at 23:12 -0800, Webb Sprague wrote:
> I am get the occasional seg fault running 8.4.1 and Postgis (recent)
> on Mac OS X -- I am not sure if I can reproduce them, but they might
> be of interest to the project. Does anybody have any advice on filing
> bug reports, ?

That sounds like an important bug.

http://www.postgresql.org/docs/current/static/bug-reporting.html

The most important thing is giving enough information so that a
developer can see the problem for themselves.

Also, do what you can to figure out if it is a postgis bug or a
postgresql bug. If it happens in postgresql without postgis, it's
obviously a postgresql bug. If the bug is hard to reproduce, you may
need to post bug reports to both projects.

Regards,
Jeff Davis