Thread: pgadmin3 cores on FreeBSD 5.3

pgadmin3 cores on FreeBSD 5.3

From
"Dan Langille"
Date:
Hi folks,

I'm just wondering if I'm just special and I'm the only one that is 
having pgadmin3 core dump when it starts on.

I'm running pgadmin3-1.2.0 under FreeBSD 5.3-stable.

Any ideas? suggestions?

thanks
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/



Re: pgadmin3 cores on FreeBSD 5.3

From
"Hiroshi Saito"
Date:
Dear Dan.

Thank you for the report.

----- Original Message -----
From: "Dan Langille" <dan@langille.org>

> Hi folks,
>
> I'm just wondering if I'm just special and I'm the only one that is
> having pgadmin3 core dump when it starts on.
>
> I'm running pgadmin3-1.2.0 under FreeBSD 5.3-stable.
>
> Any ideas? suggestions?

At present, various problems are being watched with FreeBSD5.3....:-(

wxWidgets of  current-cvs(version 2.5.3) won't be built.
It has a pthread problem further though it can be built narrowly by this.

------------------------------------------------------------------------------
--- src/regex/regex.h.orig      Thu Dec  2 12:18:24 2004
+++ src/regex/regex.h   Fri Jan 14 09:46:59 2005
@@ -292,7 +292,10 @@
 #define        REG_ATOI        101     /* convert error-code name to number */
 #define        REG_ITOA        102     /* convert error-code number to name */

+/* FreeBSD5.3 need patches. */
+#undef re_comp
+#undef re_exec
+#define re_comp wxre_comp
+#define re_exec wxre_exec

 /*
  * the prototypes, as possibly munched by regfwd

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

Therefore I used wxWidgets-pgAdmin3-20040907-2(Version 2.5.2), and tried it.
It couldn't be used under the condition which wasn't good.

I recognize that must put these problems in order. However, I have contact recently
with Mr. Max Khon, He is ports the maintainer of FreeBSD. He is doing a countermeasure
vigorously including these problems. I spend the time when it is limited.:-(
While it is near, it hopes that it is solved. Of course, I work, too.

regards,
Hiroshi Saito



Re: pgadmin3 cores on FreeBSD 5.3

From
Max Khon
Date:
Hi!

On Fri, Jan 14, 2005 at 04:26:06PM +0900, Hiroshi Saito wrote:

FreeBSD wxgtk 2.5.3 port includes this patch:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-toolkits/wxgtk2-devel/files/patch-src-regex-regex.h?rev=1.1&content-type=text/x-cvsweb-markup

> Thank you for the report.
>
> ----- Original Message -----
> From: "Dan Langille" <dan@langille.org>
>
> > Hi folks,
> >
> > I'm just wondering if I'm just special and I'm the only one that is
> > having pgadmin3 core dump when it starts on.
> >
> > I'm running pgadmin3-1.2.0 under FreeBSD 5.3-stable.
> >
> > Any ideas? suggestions?
>
> At present, various problems are being watched with FreeBSD5.3....:-(
>
> wxWidgets of  current-cvs(version 2.5.3) won't be built.
> It has a pthread problem further though it can be built narrowly by this.
>
> ------------------------------------------------------------------------------
> --- src/regex/regex.h.orig      Thu Dec  2 12:18:24 2004
> +++ src/regex/regex.h   Fri Jan 14 09:46:59 2005
> @@ -292,7 +292,10 @@
>  #define        REG_ATOI        101     /* convert error-code name to number */
>  #define        REG_ITOA        102     /* convert error-code number to name */
>
> +/* FreeBSD5.3 need patches. */
> +#undef re_comp
> +#undef re_exec
> +#define re_comp wxre_comp
> +#define re_exec wxre_exec
>
>  /*
>   * the prototypes, as possibly munched by regfwd
>
> ------------------------------------------------------------------------------
>
> Therefore I used wxWidgets-pgAdmin3-20040907-2(Version 2.5.2), and tried it.
> It couldn't be used under the condition which wasn't good.
>
> I recognize that must put these problems in order. However, I have contact recently
> with Mr. Max Khon, He is ports the maintainer of FreeBSD. He is doing a countermeasure
> vigorously including these problems. I spend the time when it is limited.:-(
> While it is near, it hopes that it is solved. Of course, I work, too.
>
> regards,
> Hiroshi Saito
>