Unix Technical Forum

PgAdmin3 1.4.1 on Mac OSX 1.4.1 is unusable....

This is a discussion on PgAdmin3 1.4.1 on Mac OSX 1.4.1 is unusable.... within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> I guess the subject says it all. I replaced 1.4.0 with 1.4.1 and many, many commands kill the application. ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 08:17 PM
Jerry LeVan
 
Posts: n/a
Default PgAdmin3 1.4.1 on Mac OSX 1.4.1 is unusable....

I guess the subject says it all. I replaced 1.4.0 with
1.4.1 and many, many commands kill the application.
(even select * from foo limit 100).

I am running the latest MacOS X 10.4.3 and Postgresql 8.1.1.

Where can I find 1.4.0, it seemed to be reasonably stable!

Jerry

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 08:17 PM
Dave Page
 
Posts: n/a
Default Re: PgAdmin3 1.4.1 on Mac OSX 1.4.1 is




On 14/12/05 7:05 pm, "Jerry LeVan" <jerry.levan@eku.edu> wrote:

> I guess the subject says it all. I replaced 1.4.0 with
> 1.4.1 and many, many commands kill the application.
> (even select * from foo limit 100).


Eeep, that's not good :-(. I'm investigating now (thanks for the report)

> I am running the latest MacOS X 10.4.3 and Postgresql 8.1.1.
>
> Where can I find 1.4.0, it seemed to be reasonably stable!


http://www.postgresql.org/ftp/pgadmi...ase/v1.4.0/osx


Regards, Dave



---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2008, 08:17 PM
Dave Page
 
Posts: n/a
Default Re: PgAdmin3 1.4.1 on Mac OSX 1.4.1 is




On 14/12/05 9:12 pm, "Dave Page" <dpage@vale-housing.co.uk> wrote:

>
>
>
> On 14/12/05 7:05 pm, "Jerry LeVan" <jerry.levan@eku.edu> wrote:
>
>> I guess the subject says it all. I replaced 1.4.0 with
>> 1.4.1 and many, many commands kill the application.
>> (even select * from foo limit 100).

>
> Eeep, that's not good :-(. I'm investigating now (thanks for the report)
>


Now this is strange - I can reproduce this in 1.4.1 with any query in the
query tool, including SELECT 1; or SELECT * fROM pg_class; However, SVN
trunk, and 1.4.0 work just fine (I've done complete rebuilds of trunk and
1.4.1 on the same box. Didn't bother with 1.4.0).

It bails out with the following at the tip of the back trace:

#0 0x00008c40 in pgConnBase::RegisterNoticeProcessor(void (*)(void*, char
const*), void*) ()
#1 0x0000ab08 in pgQueryThreadBase:gQueryThreadBase(pgConnBase*, wxString
const&, int) ()
#2 0x00014a04 in pgQueryThread:gQueryThread(pgConnBase*, wxString const&,
int) ()
#3 0x000bb714 in ctlSQLResult::Execute(wxString const&, int) ()
#4 0x000e20bc in frmQuery::execQuery(wxString const&, int, bool, int, bool)
()
#5 0x000e1b44 in frmQuery::OnExecute(wxCommandEvent&) ()

Now I can't see any changes at all that should affect
RegisterNoticeProcessor - which is even wierder when you consider that all
the changes to 1.4.x are also present in trunk. On a hunch I rolled back to
PostgreSQL 8.1.0, but that didn't make any difference.

Anyone got any ideas? Florian, could you try a build of 1.4.1 and trunk, and
if so, do they work for you?

Regards, Dave



---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-17-2008, 08:17 PM
Andreas Pflug
 
Posts: n/a
Default Re: PgAdmin3 1.4.1 on Mac OSX 1.4.1 is

Dave Page wrote:
>
>
> On 14/12/05 9:12 pm, "Dave Page" <dpage@vale-housing.co.uk> wrote:
>
>
>>
>>
>>On 14/12/05 7:05 pm, "Jerry LeVan" <jerry.levan@eku.edu> wrote:
>>
>>
>>>I guess the subject says it all. I replaced 1.4.0 with
>>>1.4.1 and many, many commands kill the application.
>>>(even select * from foo limit 100).

>>
>>Eeep, that's not good :-(. I'm investigating now (thanks for the report)
>>

>
>
> Now this is strange - I can reproduce this in 1.4.1 with any query in the
> query tool, including SELECT 1; or SELECT * fROM pg_class; However, SVN
> trunk, and 1.4.0 work just fine (I've done complete rebuilds of trunk and
> 1.4.1 on the same box. Didn't bother with 1.4.0).
>
> It bails out with the following at the tip of the back trace:
>
> #0 0x00008c40 in pgConnBase::RegisterNoticeProcessor(void (*)(void*, char
> const*), void*) ()
> #1 0x0000ab08 in pgQueryThreadBase:gQueryThreadBase(pgConnBase*, wxString
> const&, int) ()
> #2 0x00014a04 in pgQueryThread:gQueryThread(pgConnBase*, wxString const&,
> int) ()
> #3 0x000bb714 in ctlSQLResult::Execute(wxString const&, int) ()
> #4 0x000e20bc in frmQuery::execQuery(wxString const&, int, bool, int, bool)
> ()
> #5 0x000e1b44 in frmQuery::OnExecute(wxCommandEvent&) ()
>
> Now I can't see any changes at all that should affect
> RegisterNoticeProcessor - which is even wierder when you consider that all
> the changes to 1.4.x are also present in trunk. On a hunch I rolled back to
> PostgreSQL 8.1.0, but that didn't make any difference.
>
> Anyone got any ideas? Florian, could you try a build of 1.4.1 and trunk, and
> if so, do they work for you?


Try using the previous ctlComboBox.h version. GetSelection is a virtual
method, maybe it's some compiler problem. I noticed the last wxComboBox
problem just in frmQuery, maybe the connections stored in the combobox
are screwed up.

Regards,
Andresa

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-17-2008, 08:17 PM
Florian G. Pflug
 
Posts: n/a
Default Re: PgAdmin3 1.4.1 on Mac OSX 1.4.1 is

Dave Page wrote:
> On 14/12/05 9:12 pm, "Dave Page" <dpage@vale-housing.co.uk> wrote:
>>On 14/12/05 7:05 pm, "Jerry LeVan" <jerry.levan@eku.edu> wrote:
>>>I guess the subject says it all. I replaced 1.4.0 with
>>>1.4.1 and many, many commands kill the application.
>>>(even select * from foo limit 100).

>>
>>Eeep, that's not good :-(. I'm investigating now (thanks for the report)

> Now this is strange - I can reproduce this in 1.4.1 with any query in the
> query tool, including SELECT 1; or SELECT * fROM pg_class; However, SVN
> trunk, and 1.4.0 work just fine (I've done complete rebuilds of trunk and
> 1.4.1 on the same box. Didn't bother with 1.4.0).
>
> It bails out with the following at the tip of the back trace:
>
> #0 0x00008c40 in pgConnBase::RegisterNoticeProcessor(void (*)(void*, char
> const*), void*) ()
> #1 0x0000ab08 in pgQueryThreadBase:gQueryThreadBase(pgConnBase*, wxString
> const&, int) ()
> #2 0x00014a04 in pgQueryThread:gQueryThread(pgConnBase*, wxString const&,
> int) ()
> #3 0x000bb714 in ctlSQLResult::Execute(wxString const&, int) ()
> #4 0x000e20bc in frmQuery::execQuery(wxString const&, int, bool, int, bool)
> ()
> #5 0x000e1b44 in frmQuery::OnExecute(wxCommandEvent&) ()
>
> Now I can't see any changes at all that should affect
> RegisterNoticeProcessor - which is even wierder when you consider that all
> the changes to 1.4.x are also present in trunk. On a hunch I rolled back to
> PostgreSQL 8.1.0, but that didn't make any difference.
>
> Anyone got any ideas? Florian, could you try a build of 1.4.1 and trunk, and
> if so, do they work for you?

I tried my nighty-build of the 1.4 branch
(http://developer.pgadmin.org/snapsho...51214.tar.bz2),
and it seems to work fine. At least I was able to start pgAdmin3,
connect to a db, open a sql window, and issue a few simple queries
(Inserts and Selects). Non of the selects returned a lot of rows, though.

I'm building against wxMac 2.6.2 and postgresql 8.1.0
I'm bulding on panther, using gcc version
"3.3 20030304 (Apple Computer, Inc. build 1671)".

greetings, Florian Pflug

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:48 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com