[pgadmin-hackers] Error

2004-03-19 Thread Adam H . Pendleton
When trying to add a server I know get this error "Error connecting to the server: unterminated quoted string in connection info string" I get this error just using the default values, as well as when I fill in my info. I will look at this tonight unless Andreas has a brilliant solution alrea

Re: [pgadmin-hackers] CVS Commit by andreas: Fix duplicate Destroy()

2004-03-19 Thread Adam H. Pendleton
[EMAIL PROTECTED] wrote: Log Message: --- Fix duplicate Destroy() on Connect Server (is already done by dtor) Sweet! Okay, let me check out and try again. ahp ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMA

[pgadmin-hackers] CVS Commit by andreas: Fix duplicate Destroy() on Connect Server (is

2004-03-19 Thread cvs
Log Message: --- Fix duplicate Destroy() on Connect Server (is already done by dtor) Modified Files: -- pgadmin3/src/ui: frmConnect.cpp (r1.21 -> r1.22) Index: frmConnect.cpp === RCS file: /projects/pg

Re: [pgadmin-hackers] Further crashes

2004-03-19 Thread Andreas Pflug
Adam H.Pendleton wrote: When trying to add a new server, I get this crash: (gdb) c Continuing. *** malloc[2954]: Deallocation of a pointer not malloced: 0xbfffea10; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp

[pgadmin-hackers] CVS Commit by andreas: catch 2.5.1 assert

2004-03-19 Thread cvs
Log Message: --- catch 2.5.1 assert Modified Files: -- pgadmin3/src/ui: frmMain.cpp (r1.85 -> r1.86) Index: frmMain.cpp === RCS file: /projects/pgadmin3/src/ui/frmMain.cpp,v retrieving revision 1.85 re

[pgadmin-hackers] Further crashes

2004-03-19 Thread Adam H.Pendleton
When trying to add a new server, I get this crash: (gdb) c Continuing. *** malloc[2954]: Deallocation of a pointer not malloced: 0xbfffea10; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help de

[pgadmin-hackers] wxTreeCtrl assert failure

2004-03-19 Thread Adam H . Pendleton
When running pgAdmin3 on Mac I get this assert failure: ../src/generic/treectlg.cpp(874): assert "wxAssertFailure" failed: invalud tree item If I continue the program it seems to run okay. Here is the backtrace from the "crash"; Starting program: /Users/fmonkey/Projects/pgadmin3/src/pgadmin3 P

Re: [pgadmin-hackers] Mac OS "crash"

2004-03-19 Thread Andreas Pflug
Adam H.Pendleton wrote: On Mar 19, 2004, at 5:13 AM, Andreas Pflug wrote: Are the *.xrc files present there? For testing purposes, you could change that #ifdef embracint that part of code, to use embedded xrc dialogs instead of loading them from file. Since usually xrc dialogs are piggy-backed

Re: [pgadmin-hackers] Mac OS "crash"

2004-03-19 Thread Adam H.Pendleton
On Mar 19, 2004, at 5:13 AM, Andreas Pflug wrote: Are the *.xrc files present there? For testing purposes, you could change that #ifdef embracint that part of code, to use embedded xrc dialogs instead of loading them from file. Since usually xrc dialogs are piggy-backed on the executable, I di