> -----Original Message-----
> From: Miha Radej [mailto:miha.radej@siix.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.