Re: pga3 segmentation fault

From: efesar <efesar(at)nmia(dot)com>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pga3 segmentation fault
Date: 2003-05-14 20:18:01
Message-ID: NGBBKFMOILMAGDABPFEGOEILEJAA.efesar@nmia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


> Hmm, not sure then. I don't have Redhat to test unfortunately. Looks
> like it's crashing in wx though, at a guess because parameter one is 0.
>
> Andreas, do you have any ideas? I'm still a C++ newbie and have trouble
> with my own segfaults, never mind those I can't test myself! :-)

I don't have a clue on that one. It might be fixed in my next update. It's a
pretty hefty update, lots of changes. I would recommend that nobody changes
Query Builder code in CVS (since the changes are so extensive) until I'm
done. Just avoid it for now as "pre-alpha" on some systems? Or if someone
has a fix, let me know and I'll fix it in my sandbox. Anyway, just a
thought.

-Keith

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org]On Behalf Of Dave Page
> Sent: Wednesday, May 14, 2003 2:04 PM
> To: Adam H. Pendleton; pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] pga3 segmentation fault
>
>
>
>
> > -----Original Message-----
> > From: Adam H. Pendleton [mailto:fmonkey(at)fmonkey(dot)net]
> > Sent: 14 May 2003 19:09
> > To: pgadmin-hackers(at)postgresql(dot)org
> > Subject: [pgadmin-hackers] pga3 segmentation fault
> >
> >
> > When running pgAdmin3 on RedHat 9, I get the following segmentation
> > fault when selecting Tools->Query Builder:
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 1080417088 (LWP 27644)]
> > 0x083cc1a2 in wxWindowBase::SetSize(int, int, int, int, int)
> > (this=0x0,
> > x=0, y=0, width=750, height=277, sizeFlags=3) at window.h:184
>
> Dave Page wrote:
>
> >Is this your own build from CVS or a snapshot?
> >
> >
> This is a CVS build.
>
> Hmm, not sure then. I don't have Redhat to test unfortunately. Looks
> like it's crashing in wx though, at a guess because parameter one is 0.
>
> Andreas, do you have any ideas? I'm still a C++ newbie and have trouble
> with my own segfaults, never mind those I can't test myself! :-)
>
> Regards, Dave.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-05-14 22:10:25 Re: pga3 segmentation fault
Previous Message Dave Page 2003-05-14 20:04:23 Re: pga3 segmentation fault