> -----Original Message-----
> From: Adam H. Pendleton [mailto:fmonkey@fmonkey.net]
> Sent: 14 May 2003 19:09
> To: pgadmin-hackers@postgresql.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.