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
[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
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
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
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
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
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
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
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