Re: [pgadmin-support] GLib-GObject-WARNING / GLib-GObject-CRITICAL

2005-02-04 Thread Shea Martin
have taken me weeks to do with via command line. ~S Shea Martin wrote: I finally got pgadmin3 up and running. Exactly what I wanted, great. But it core dumps all the time; on exit, resize, cancel a dialog, closing help dialog. The error and warning messages are always the same leading up t

[pgadmin-support] GLib-GObject-WARNING / GLib-GObject-CRITICAL : G_TYPE_CHECK_INSTANCE gsignal.c

2005-02-03 Thread Shea Martin
I finally got pgadmin3 up and running. Exactly what I wanted, great. But it core dumps all the time; on exit, resize, cancel a dialog, closing help dialog. The error and warning messages are always the same leading up to the crash. Here is example stdout from a run before a core dump: (pgad

Re: [pgadmin-support] pgadmin3 segfaults on startup. Looks like

2005-02-03 Thread Shea Martin
Andreas Pflug wrote: Shea Martin wrote: I installed insight, and took some sreenshots of the various frames, and the point of bombing. Hopefully these may be of some help to people possibly trying to solve this. Follow this link for screenshots: http://www.snowsquirrel.ca/pages/screenshots

Re: [pgadmin-support] pgadmin3 segfaults on startup. Looks like

2005-02-02 Thread Shea Martin
I installed insight, and took some sreenshots of the various frames, and the point of bombing. Hopefully these may be of some help to people possibly trying to solve this. Follow this link for screenshots: http://www.snowsquirrel.ca/pages/screenshots/pgadmin.html Thanks, ~Shea M. Shea Martin

Re: [pgadmin-support] pgadmin3 segfaults on startup. Looks like

2005-02-01 Thread Shea Martin
= wxLANGUAGE_DEFAULT; 298 299 delete[] langNames; 300 } Hope this helps. ~Shea M. Shea Martin wrote: I am going to try again. I built/installed the gtk2 version of wxWidgets, with --enable-debug. made all the wx demos, and tested them out. Then I built pgdmin3 with --

[pgadmin-support] pgadmin3 segfaults on startup. Looks like a malloc issue?

2005-02-01 Thread Shea Martin
I am going to try again. I built/installed the gtk2 version of wxWidgets, with --enable-debug. made all the wx demos, and tested them out. Then I built pgdmin3 with --enable-debug. Running /usr/local/pgadmin3/bin/pgadmin3 results in a segfault. I loaded pgadmin3 into gdb. Here is some out

[pgadmin-support] Can pgadmin admin a remote DB?

2005-01-28 Thread Shea Martin
I installed psql (from source), gtk2(sunfreeware.com), wxwidgets(from source) and pgadmin(from source). But pgadmin just segaults before I even see a window, despite the fact that ldd shows now errors (see my previous posts). So I have decided that the solution might be to leave the data base

Re: [pgadmin-support] core dump on start up

2005-01-16 Thread Shea Martin
Andreas Pflug wrote: Shea Martin wrote: Ok, I installed wxGTK 2.53, on Solaris 8, gcc 3.4. All the demos work. I built pgadmin with no options passed to configure. The build went smoothly. The link of course failed, as LIBS variable did not include -lnsl nor the wx libs. I added those and

[pgadmin-support] core dump on start up

2005-01-14 Thread Shea Martin
Ok, I installed wxGTK 2.53, on Solaris 8, gcc 3.4. All the demos work. I built pgadmin with no options passed to configure. The build went smoothly. The link of course failed, as LIBS variable did not include -lnsl nor the wx libs. I added those and the link finished successfully. Did a make

[pgadmin-support] I fixed a couple compile errors, but not all, help...

2005-01-10 Thread Shea Martin
In order to get pgadmin to compile I had to make the following changes. Add "#include " to the following files: src/ui/frmQuery.cpp src/ui/frmEditGrid.cpp Change the call to nbOptions->deletePage(0) to nbOptions->deletePage((size_t)0), so that it was not ambigous: src/ui/dlgEditGridOptions.cpp:165