vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > Hi everybody! I'm having problems with launching pgAdmin (versions > from 1.6.x to 1.8) on Mac OS X 10.4.10. When i try lo launch PgAdmin > application, it just crashes every time. The bug is 100% reproducible. Similar problem here, can't get latest v1.8.0 it to launch on Mac OSX 10.5, the icon bounces a few times and the pgAdmin3 name appears in the menu bar but nothing else, I then have to force quit. This is on a PPC Powermac G5, whereas same OS and pgAdmin version on an Intel MacBook Pro works perfectly. Phill ---------------------------(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 |
| |||
| Phill wrote: > >> Hi everybody! I'm having problems with launching pgAdmin (versions >> from 1.6.x to 1.8) on Mac OS X 10.4.10. When i try lo launch PgAdmin >> application, it just crashes every time. The bug is 100% reproducible. > > Similar problem here, can't get latest v1.8.0 it to launch on Mac OSX > 10.5, the icon bounces a few times and the pgAdmin3 name appears in the > menu bar but nothing else, I then have to force quit. > > This is on a PPC Powermac G5, whereas same OS and pgAdmin version on an > Intel MacBook Pro works perfectly. > Phill I'm in the process of procuring some new kit to test on Leopard with. Please bear with me... Regards, Dave ---------------------------(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 |
| |||
| Phill wrote: > >> Hi everybody! I'm having problems with launching pgAdmin (versions >> from 1.6.x to 1.8) on Mac OS X 10.4.10. When i try lo launch PgAdmin >> application, it just crashes every time. The bug is 100% reproducible. > > Similar problem here, can't get latest v1.8.0 it to launch on Mac OSX > 10.5, the icon bounces a few times and the pgAdmin3 name appears in the > menu bar but nothing else, I then have to force quit. > > This is on a PPC Powermac G5, whereas same OS and pgAdmin version on an > Intel MacBook Pro works perfectly. Would you mind trying the build at http://developer.pgadmin.org/~dpage/pgadmin3-1.9.dmg please? Thanks, Dave ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| On 01/nov/07, at 13:34, Dave Page wrote: >>> Hi everybody! I'm having problems with launching pgAdmin (versions >>> from 1.6.x to 1.8) on Mac OS X 10.4.10. When i try lo launch PgAdmin >>> application, it just crashes every time. The bug is 100% >>> reproducible. >> >> Similar problem here, can't get latest v1.8.0 it to launch on Mac OSX >> 10.5, the icon bounces a few times and the pgAdmin3 name appears in >> the >> menu bar but nothing else, I then have to force quit. >> >> This is on a PPC Powermac G5, whereas same OS and pgAdmin version >> on an >> Intel MacBook Pro works perfectly. > > Would you mind trying the build at > http://developer.pgadmin.org/~dpage/pgadmin3-1.9.dmg please? > > Thanks, Dave Same behaviour I'm afraid, still won't open. Phill ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| Phill wrote: > > On 01/nov/07, at 13:34, Dave Page wrote: >>>> Hi everybody! I'm having problems with launching pgAdmin (versions >>>> from 1.6.x to 1.8) on Mac OS X 10.4.10. When i try lo launch PgAdmin >>>> application, it just crashes every time. The bug is 100% reproducible. >>> >>> Similar problem here, can't get latest v1.8.0 it to launch on Mac OSX >>> 10.5, the icon bounces a few times and the pgAdmin3 name appears in the >>> menu bar but nothing else, I then have to force quit. >>> >>> This is on a PPC Powermac G5, whereas same OS and pgAdmin version on an >>> Intel MacBook Pro works perfectly. >> >> Would you mind trying the build at >> http://developer.pgadmin.org/~dpage/pgadmin3-1.9.dmg please? >> >> Thanks, Dave > > Same behaviour I'm afraid, still won't open. > Phill OK, thanks. I should be able to test on Leopard in a few days so I'll come back to it then. Regards, Dave ---------------------------(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 |
| |||
| Phill wrote: > > Yep that's it! > Renamed pg_dump and it starts just fine. OK, great - now to figure out why... /D ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| giannibruno wrote: > > Yep that's it! > Renamed pg_dump and it starts just fine. > Phill > Yay, that worked fine for me as well! How will the renaming of pg_dump affect the usage of PostgreSQL? I renamed one in /usr/local/bin/ and one in pgAdmin 1.8 and 1.9 respectively. Is there any risk that some automated process in another part of pgAdmin or PostgreSQL will fail since this file cannot be found? -- View this message in context: http://www.nabble.com/Re%3A-pgAdmin-...html#a13588157 Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com. ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| chokladzingo wrote: > > > giannibruno wrote: >> Yep that's it! >> Renamed pg_dump and it starts just fine. >> Phill >> > > Yay, that worked fine for me as well! How will the renaming of pg_dump > affect the usage of PostgreSQL? I renamed one in /usr/local/bin/ and one in > pgAdmin 1.8 and 1.9 respectively. Is there any risk that some automated > process in another part of pgAdmin or PostgreSQL will fail since this file > cannot be found? pgAdmin won't fail - though it will probably not offer you backup/restore options. pg_dumpall will fail in PostgreSQL though, as might any cron jobs oyu have calling pg_dump. One workaround that should work would be to create a shell script called that echoes the same text as output from 'pg_dump --version' and point pgAdmin's PostgreSQL Bin Dir config option (under File -> Options) to the directory containing the script. That should fool pgAdmin into using the shell script for backups (which won't work, but won't hang either), which will cause it to leave the real pg_dump alone. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| Phill wrote: > Yep that's it! > Renamed pg_dump and it starts just fine. OK, can you put pg_dump back and try this version please? http://developer.pgadmin.org/~dpage/pgadmin3-dev.dmg Thanks, Dave ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| On 07/nov/07, at 16:35, Dave Page wrote: > Phill wrote: >> Yep that's it! >> Renamed pg_dump and it starts just fine. > OK, can you put pg_dump back and try this version please? http://developer.pgadmin.org/~dpage/pgadmin3-dev.dmg > > Thanks, Dave Works perfectly Many thanks ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |