Re: view data causes pgadmin to hang or die

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Miha Radej" <miha(dot)radej(at)siix(dot)com>
Cc: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: view data causes pgadmin to hang or die
Date: 2006-03-29 14:23:24
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4011C98DE@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Miha Radej [mailto:miha(dot)radej(at)siix(dot)com]
> Sent: 29 March 2006 14:42
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] view data causes pgadmin to hang or die
>
> Hmm, yes, sorry, I tried it but forgot to report it. I tried
> increasing
> the column size to various values, from very small to large, a few
> hundred kilobytes. Crash/hang still there.

Still there? I thought you said it was working in the query tool?

> I wanted to see if the problem is present in the latest code
> from SVN. I
> can compile revision 5056 just fine, but building revision
> 5057 yields:
>
> if g++ -DHAVE_CONFIG_H -I. -I. -I..
> -DDATA_DIR=\"/usr/local/pgadmin-svn/share/pgadmin3/\" -Wall
> -Wno-non-virtual-dtor -I../src/include -I../src/agent/include
> -I../src/slony/include -I/usr/include/pgsql -DSSL
> -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6
> -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA -O2 -I/usr/include/libxml2
> -DDATA_DIR=\"/usr/local/pgadmin-svn/share/pgadmin3/\" -Wall
> -Wno-non-virtual-dtor -I../src/include -I../src/agent/include
> -I../src/slony/include -MT ctlSQLBox.o -MD -MP -MF
> ".deps/ctlSQLBox.Tpo" -c -o ctlSQLBox.o `test -f
> './ctl/ctlSQLBox.cpp'
> || echo './'`./ctl/ctlSQLBox.cpp; \
> then mv -f ".deps/ctlSQLBox.Tpo" ".deps/ctlSQLBox.Po"; else rm -f
> ".deps/ctlSQLBox.Tpo"; exit 1; fi
> make[2]: *** No rule to make target `ctl/ctlSQLGrid.cpp', needed by
> `ctlSQLGrid.o'. Stop.
> make[2]: Leaving directory `/net/programs/pgadmin-svn/pgadmin3/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/net/programs/pgadmin-svn/pgadmin3'
> make: *** [all] Error 2

Ah, part of the filename was in lower case. I'm surprised that didn't
show up when I tested it on Linux.

Fixed in SVN.

Regards, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-03-29 19:32:36 SVN Commit by dpage: r5062 - trunk/pgadmin3/pkg/mac
Previous Message svn 2006-03-29 14:20:51 SVN Commit by dpage: r5061 - trunk/pgadmin3/src/include/ctl