Обсуждение: r5067 + wx563 crash on osx 10.4.5
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
(hi dave. i keep getting stalled list post notices, and don't see this
in the archive. don't know if i've fubar'd something (prob'ly) ...
resubscribing now. in the meantime, direct send to you as well. r/)
hi all.
bldg pgadmin head r5067 against latest wx-v2.6.3 release, build complete
w/o apparent error.
on launch, however, app crashes. CrashReport is:
====================================================
**********
Host Name: devserver
Date/Time: 2006-03-30 10:37:46.142 -0800
OS Version: 10.4.5 (Build 8H14)
Report Version: 4
Command: pgAdmin3
Path: /Volumes/Develop/DB Tools/pgAdmin3.app/Contents/MacOS/pgAdmin3
Parent: WindowServer [124]
Version: 1.5 (1.5.0)
PID: 14058
Thread: Unknown
Link (dyld) error:
Library not loaded:
@executable_path/Contents/Frameworks/libwx_macu-2.6.0.dylib
Referenced from: /Volumes/Develop/DB
Tools/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu_stc-2.6.0.dylib
Reason: image not found
====================================================
but, checking:
% ls -al "/Volumes/Develop/DB
Tools/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu_stc-2.6.0.dylib"
-rwxr-xr-x 1 root staff 1138324 Mar 30 10:36 /Volumes/Develop/DB
Tools/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu_stc-2.6.0.dylib
and,
% ls -al "/Volumes/Develop/DB
Tools/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu-2.6.0.dylib"
-rwxr-xr-x 1 root staff 6769384 Mar 30 10:36 /Volumes/Develop/DB
Tools/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu-2.6.0.dylib
the sought lib *does* exist.
cheers,
richard
- --
/"\
\ / ASCII Ribbon Campaign
X against HTML email, vCards
/ \ & micro$oft attachments
[GPG] OpenMacNews at gmail dot com
fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)
iEYEAREDAAYFAkQsNrIACgkQlffdvTZxCMbyUwCdH9BiYyjIBoeIa7hB6NJUovMl
aXAAoKRPn+85VRZGaUH50uUuJJBmBQP0
=FRJS
-----END PGP SIGNATURE-----
> -----Original Message----- > From: OpenMacNews [mailto:openmacnews@gmail.com] > Sent: 30 March 2006 20:51 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: r5067 + wx563 crash on osx 10.4.5 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > (hi dave. i keep getting stalled list post notices, and > don't see this in the archive. don't know if i've fubar'd > something (prob'ly) ... > resubscribing now. in the meantime, direct send to you as well. r/) > No, it's getting there - this is the third copy I've seen I think :-) The archives can take a couple o hours to catch up. I have flagged the message, just haven't got there yet. /D
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 > No, it's getting there - this is the third copy I've seen I think :-) > The archives can take a couple o hours to catch up. > > I have flagged the message, just haven't got there yet. then, my apologies to the list! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iEYEAREDAAYFAkQsN74ACgkQlffdvTZxCMakvACcDkNvOeeW9oIOGJMVNc2/iKpT /vcAoL7Lp/LSpYzrMqb6/Pqp2SKvvN/3 =P5Lj -----END PGP SIGNATURE-----
> -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of OpenMacNews > Sent: 30 March 2006 19:47 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] r5067 + wx563 crash on osx 10.4.5 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > hi all. > > bldg pgadmin head r5067 against latest wx-v2.6.3 release, > build complete w/o apparent error. From the top of the source tree (with a complete bundle present), what's the output from: pkg/max/complete-bundle.sh pgadmin3.app Also, (and I'm on an XP box ATM, so this is from memory and might need adjusting to suit!), whats the output of: otool -L pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu_stc-2.6 .0.dylib And otool -L pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu-2.6.0.d ylib On Windows, similar errors can be seen if the library is present, but one of it's dependencies is not which prevents it being loaded. I wonder if that is what you are seeing. Come to think of it, are you sure your libwx_macu_stc-2.6.0.dylib is from 2.6.3 (I believe the version number in the filename is supposed to be 2.6.0 whatever the 'real' version is)? Regards, Dave.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
hi dave,
> From the top of the source tree (with a complete bundle present), what's
> the output from:
>
> pkg/max/complete-bundle.sh pgadmin3.app
% pkg/mac/complete-bundle.sh pgadmin3.app
Completing bundle: pgadmin3.app
Found executables: .//Contents/MacOS/pgAdmin3
.//Contents/SharedSupport/helper/pg_dump
.//Contents/SharedSupport/helper/pg_restore
Post-processing: .//Contents/MacOS/pgAdmin3
Post-processing: .//Contents/SharedSupport/helper/pg_dump
Post-processing: .//Contents/SharedSupport/helper/pg_restore
Bundle completed
> Also, (and I'm on an XP box ATM,
truly sorry to hear that ... ;-)
> otool -L
> pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu_stc-2.6
> .0.dylib
>
> And
>
> otool -L
> pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu-2.6.0.d
> ylib
% otool -L "/Volumes/Develop/DB
Tools/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu_stc-2.6.0.dylib"
libwx_macu_stc-2.6.0.dylib (compatibility version 3.0.0, current
version 3.1.0)
@executable_path/Contents/Frameworks/libjpeg.62.dylib (compatibility
version 63.0.0, current version 63.0.0)
@executable_path/Contents/Frameworks/libpng.3.dylib (compatibility
version 4.0.0, current version 4.0.0)
@executable_path/Contents/Frameworks/libtiff.3.dylib (compatibility
version 12.0.0, current version 12.1.0)
@executable_path/Contents/Frameworks/libpcre.0.dylib (compatibility
version 1.0.0, current version 1.1.0)
@executable_path/Contents/Frameworks/libexpat.1.dylib (compatibility
version 7.0.0, current version 7.0.0)
@executable_path/Contents/Frameworks/libz.1.dylib (compatibility
version 1.0.0, current version 1.2.3)
@executable_path/Contents/Frameworks/libSDL-1.2.0.dylib (compatibility
version 8.0.0, current version 8.2.0)
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
(compatibility version 1.0.0, current version 63.0.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
(compatibility version 1.0.0, current version 275.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
(compatibility version 2.0.0, current version 128.0.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 11.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.1.5)
@executable_path/Contents/Frameworks/libwx_macu-2.6.0.dylib
(compatibility version 3.0.0, current version 3.1.0)
/usr/lib/libiconv.2.dylib (compatibility version 5.0.0, current version
5.0.0)
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
(compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 7.3.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
% otool -L "/Volumes/Develop/DB
Tools/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/libwx_macu-2.6.0.dylib"
libwx_macu-2.6.0.dylib (compatibility version 3.0.0, current version 3.1.0)
@executable_path/Contents/Frameworks/libjpeg.62.dylib (compatibility
version 63.0.0, current version 63.0.0)
@executable_path/Contents/Frameworks/libpng.3.dylib (compatibility
version 4.0.0, current version 4.0.0)
@executable_path/Contents/Frameworks/libtiff.3.dylib (compatibility
version 12.0.0, current version 12.1.0)
@executable_path/Contents/Frameworks/libpcre.0.dylib (compatibility
version 1.0.0, current version 1.1.0)
@executable_path/Contents/Frameworks/libexpat.1.dylib (compatibility
version 7.0.0, current version 7.0.0)
@executable_path/Contents/Frameworks/libz.1.dylib (compatibility
version 1.0.0, current version 1.2.3)
@executable_path/Contents/Frameworks/libSDL-1.2.0.dylib (compatibility
version 8.0.0, current version 8.2.0)
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
(compatibility version 1.0.0, current version 63.0.0)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
(compatibility version 1.0.0, current version 275.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
(compatibility version 2.0.0, current version 128.0.0)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 11.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.1.5)
/usr/lib/libiconv.2.dylib (compatibility version 5.0.0, current version
5.0.0)
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
(compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
(compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 7.3.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
> On Windows, similar errors can be seen if the library is present, but
> one of it's dependencies is not which prevents it being loaded. I wonder
> if that is what you are seeing. Come to think of it, are you sure your
> libwx_macu_stc-2.6.0.dylib is from 2.6.3 (I believe the version number
> in the filename is supposed to be 2.6.0 whatever the 'real' version is)?
yup.
deleted prior wx installs, started w/ fresh pgadmin ... and rebuilt this
morn.
note the 'ls -al' output's date: Mar 30 10:36
...
richard
- --
/"\
\ / ASCII Ribbon Campaign
X against HTML email, vCards
/ \ & micro$oft attachments
[GPG] OpenMacNews at gmail dot com
fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)
iEUEAREDAAYFAkQsRkcACgkQlffdvTZxCMY+gQCYo8hDVLmxuNIVgbVsn/LhCwVP
/wCdHcHlw+W7RBg0zIWEkD/duKyv2PA=
=5pEX
-----END PGP SIGNATURE-----
> -----Original Message----- > From: OpenMacNews [mailto:openmacnews@gmail.com] > Sent: 30 March 2006 21:58 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] r5067 + wx563 crash on osx 10.4.5 > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > hi dave, > > > From the top of the source tree (with a complete bundle present), > > what's the output from: > > > > pkg/max/complete-bundle.sh pgadmin3.app > > % pkg/mac/complete-bundle.sh pgadmin3.app > > Completing bundle: pgadmin3.app > Found executables: .//Contents/MacOS/pgAdmin3 > .//Contents/SharedSupport/helper/pg_dump > .//Contents/SharedSupport/helper/pg_restore > Post-processing: .//Contents/MacOS/pgAdmin3 > Post-processing: .//Contents/SharedSupport/helper/pg_dump > Post-processing: .//Contents/SharedSupport/helper/pg_restore > Bundle completed Hmm, nothing about adding libraries? > > Also, (and I'm on an XP box ATM, > > truly sorry to hear that ... ;-) > Well, it's probably about the fastest laptop (well, excluding those from the likes of Alienware that have about a 5 minute battery life) money can buy ATM, so I'm not complaining too much :-) > libwx_macu_stc-2.6.0.dylib (compatibility version > 3.0.0, current version 3.1.0) > @executable_path/Contents/Frameworks/libjpeg.62.dylib > (compatibility version 63.0.0, current version 63.0.0) > @executable_path/Contents/Frameworks/libpng.3.dylib > (compatibility version 4.0.0, current version 4.0.0) > @executable_path/Contents/Frameworks/libtiff.3.dylib > (compatibility version 12.0.0, current version 12.1.0) > @executable_path/Contents/Frameworks/libpcre.0.dylib > (compatibility version 1.0.0, current version 1.1.0) > @executable_path/Contents/Frameworks/libexpat.1.dylib > (compatibility version 7.0.0, current version 7.0.0) > @executable_path/Contents/Frameworks/libz.1.dylib > (compatibility version 1.0.0, current version 1.2.3) > @executable_path/Contents/Frameworks/libSDL-1.2.0.dylib > (compatibility version 8.0.0, current version 8.2.0) > > /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime > (compatibility version 1.0.0, current version 63.0.0) > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit > (compatibility version 1.0.0, current version 275.0.0) > /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon > (compatibility version 2.0.0, current version 128.0.0) > /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa > (compatibility version 1.0.0, current version 11.0.0) > /usr/lib/libSystem.B.dylib (compatibility version > 1.0.0, current version 88.1.5) > @executable_path/Contents/Frameworks/libwx_macu-2.6.0.dylib > (compatibility version 3.0.0, current version 3.1.0) > /usr/lib/libiconv.2.dylib (compatibility version 5.0.0, > current version > 5.0.0) > /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit > (compatibility version 1.0.0, current version 1.0.0) > /usr/lib/libstdc++.6.dylib (compatibility version > 7.0.0, current version 7.3.0) > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, > current version > 1.0.0) > > % otool -L "/Volumes/Develop/DB > Tools/pgAdmin3.app/Contents/MacOS/../../Contents/Frameworks/li > bwx_macu-2.6.0.dylib" > > libwx_macu-2.6.0.dylib (compatibility version 3.0.0, > current version 3.1.0) > @executable_path/Contents/Frameworks/libjpeg.62.dylib > (compatibility version 63.0.0, current version 63.0.0) > @executable_path/Contents/Frameworks/libpng.3.dylib > (compatibility version 4.0.0, current version 4.0.0) > @executable_path/Contents/Frameworks/libtiff.3.dylib > (compatibility version 12.0.0, current version 12.1.0) > @executable_path/Contents/Frameworks/libpcre.0.dylib > (compatibility version 1.0.0, current version 1.1.0) > @executable_path/Contents/Frameworks/libexpat.1.dylib > (compatibility version 7.0.0, current version 7.0.0) > @executable_path/Contents/Frameworks/libz.1.dylib > (compatibility version 1.0.0, current version 1.2.3) > @executable_path/Contents/Frameworks/libSDL-1.2.0.dylib > (compatibility version 8.0.0, current version 8.2.0) > > /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime > (compatibility version 1.0.0, current version 63.0.0) > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit > (compatibility version 1.0.0, current version 275.0.0) > /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon > (compatibility version 2.0.0, current version 128.0.0) > /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa > (compatibility version 1.0.0, current version 11.0.0) > /usr/lib/libSystem.B.dylib (compatibility version > 1.0.0, current version 88.1.5) > /usr/lib/libiconv.2.dylib (compatibility version 5.0.0, > current version > 5.0.0) > /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit > (compatibility version 1.0.0, current version 1.0.0) > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL > (compatibility version 1.0.0, current version 1.0.0) > /usr/lib/libstdc++.6.dylib (compatibility version > 7.0.0, current version 7.3.0) > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, > current version > 1.0.0) Do all of that lot exist? Another thing worth trying would be to get the previous version of complete-bundle.sh from SVN (I hacked it about a bit yesterday). http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/pgadmin3/pkg /mac/complete-bundle.sh?rev=5055 Regards, Dave (off to bed shortly - sorry!! )
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 hi, >> Completing bundle: pgadmin3.app >> Found executables: .//Contents/MacOS/pgAdmin3 >> .//Contents/SharedSupport/helper/pg_dump >> .//Contents/SharedSupport/helper/pg_restore >> Post-processing: .//Contents/MacOS/pgAdmin3 >> Post-processing: .//Contents/SharedSupport/helper/pg_dump >> Post-processing: .//Contents/SharedSupport/helper/pg_restore >> Bundle completed > > Hmm, nothing about adding libraries? nope. that's all of it ... > Well, it's probably about the fastest laptop (well, excluding those from > the likes of Alienware that have about a 5 minute battery life) money > can buy ATM, so I'm not complaining too much :-) must ... resist ... the ... urge ... to ... abuse ... micro$haft ... >> libwx_macu_stc-2.6.0.dylib (compatibility version >> 3.0.0, current version 3.1.0) <snip> > Do all of that lot exist? seem to ... pgAdmin3.app/Contents/Frameworks > ls -al total 17128 drwxr-xr-x 19 root staff 646 Mar 30 10:36 ./ drwxr-xr-x 8 root staff 272 Mar 30 10:36 ../ - -rwxr-xr-x 1 root staff 1223060 Mar 30 10:36 libSDL-1.2.0.dylib - -rwxr-xr-x 1 root staff 1217124 Mar 30 10:36 libcrypto.0.9.7.dylib - -rwxr-xr-x 1 root staff 331928 Mar 30 10:36 libexpat.1.dylib - -rwxr-xr-x 1 root staff 233872 Mar 30 10:36 libgettextlib-0.14.5.dylib - -rwxr-xr-x 1 root staff 118532 Mar 30 10:36 libintl.3.dylib - -rwxr-xr-x 1 root staff 132380 Mar 30 10:36 libjpeg.62.dylib - -rwxr-xr-x 1 root staff 233308 Mar 30 10:36 libpcre.0.dylib - -rwxr-xr-x 1 root staff 484772 Mar 30 10:36 libpng.3.dylib - -rwxr-xr-x 1 root staff 118444 Mar 30 10:36 libpq.4.dylib - -rwxr-xr-x 1 root staff 458392 Mar 30 10:36 libreadline.5.1.dylib - -rwxr-xr-x 1 root staff 255536 Mar 30 10:36 libssl.0.9.7.dylib - -rwxr-xr-x 1 root staff 925832 Mar 30 10:36 libtiff.3.dylib - -rwxr-xr-x 1 root staff 6769384 Mar 30 10:36 libwx_macu-2.6.0.dylib - -rwxr-xr-x 1 root staff 450572 Mar 30 10:36 libwx_macu_ogl-2.6.0.dylib - -rwxr-xr-x 1 root staff 1138324 Mar 30 10:36 libwx_macu_stc-2.6.0.dylib - -rwxr-xr-x 1 root staff 3328528 Mar 30 10:36 libxml2.2.dylib - -rwxr-xr-x 1 root staff 84808 Mar 30 10:36 libz.1.dylib all the MacOSX stuff is there as well ... > Another thing worth trying would be to get the previous version of > complete-bundle.sh from SVN (I hacked it about a bit yesterday). > > http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/pgadmin3/pkg/mac/complete-bundle.sh?rev=5055 trying ... nope. replacing with r5055, same error. have YOU attempted a build agains wx2.6.3 release? .3, NOT .2 ? > Regards, Dave (off to bed shortly - sorry!! ) np. g'nite. r/ - -- /"\ \ / ASCII Ribbon Campaign X against HTML email, vCards / \ & micro$oft attachments [GPG] OpenMacNews at gmail dot com fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iEYEAREDAAYFAkQsd/oACgkQlffdvTZxCMYGPwCfTnbjT72eWRVOUPI3pBDS024d TMkAnA71YicpFeKr3p0gMVupCGyDWOVh =5M37 -----END PGP SIGNATURE-----
> -----Original Message----- > From: OpenMacNews [mailto:openmacnews@gmail.com] > Sent: 31 March 2006 01:30 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] r5067 + wx563 crash on osx 10.4.5 > > > trying ... > nope. replacing with r5055, same error. Oh, good. Well, I mean at least I didn't break it! > have YOU attempted a build agains wx2.6.3 release? .3, NOT .2 ? No, not yet. I didn't think to bring the Apple with me today unfortunately so I'll have to try it over the weekend. Regards, Dave.
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 hi, >> nope. replacing with r5055, same error. > > Oh, good. Well, I mean at least I didn't break it! > >> have YOU attempted a build agains wx2.6.3 release? .3, NOT .2 ? > > No, not yet. I didn't think to bring the Apple with me today > unfortunately so I'll have to try it over the weekend. > > Regards, Dave. just fyi, i tried a fresh co & rebuild of wx 263 + pgadmin3 same probs. let me know what you find. g'nite. richard - -- /"\ \ / ASCII Ribbon Campaign X against HTML email, vCards / \ & micro$oft attachments [GPG] OpenMacNews at gmail dot com fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iEYEAREDAAYFAkQs7PYACgkQlffdvTZxCMZPlwCfaEhhv39wo3EHXPDz24q2z0kL 5/0An0N8PIVxlo4fa4CztcOHmeANJSem =zdgz -----END PGP SIGNATURE-----
On Mar 30, 2006, at 2:33 PM, Dave Page wrote: > Also, (and I'm on an XP box ATM, so this is from memory and might need > adjusting to suit!), whats the output of: Don't have ssh running on your mac? :) -- Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
On 31/3/06 20:11, "Jim Nasby" <jnasby@pervasive.com> wrote: > On Mar 30, 2006, at 2:33 PM, Dave Page wrote: >> Also, (and I'm on an XP box ATM, so this is from memory and might need >> adjusting to suit!), whats the output of: > > Don't have ssh running on your mac? :) Yeah, but it doesn't help much when it's turned off and in its bag under my bed :-) /D
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 > Yeah, but it doesn't help much when it's turned off and in its bag under my > bed :-) heh. THAT simply indicates that your ssh-fu is weak ... also, have you tried the latest in quantum-tunneling-ssh? ;-p - -- /"\ \ / ASCII Ribbon Campaign X against HTML email, vCards / \ & micro$oft attachments [GPG] OpenMacNews at gmail dot com fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iEYEAREDAAYFAkQtpFgACgkQlffdvTZxCMa5XwCgpPQyuM7hGEixzc1r288VhKs0 fVgAoMDNz3vsF5w/iFk+hUkqbiuuIgAl =1mEn -----END PGP SIGNATURE-----
On 31/3/06 22:51, "OpenMacNews" <openmacnews@gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
>> Yeah, but it doesn't help much when it's turned off and in its bag under my
>> bed :-)
>
> heh.
>
> THAT simply indicates that your ssh-fu is weak ...
>
> also, have you tried the latest in quantum-tunneling-ssh?
Well the beauty of quantum physics is of course the ability to be in every
possible state simultaneously. Which means that I can actually log into your
machine as well if I like using my quantum key generator....
Anyway, back to reality; I'm on the mac now and am seeing failures with
wx2.6.3 as well, though not what you are seeing.
A debug build in a debug bundle works fine. Run from a real bundle, it
starts, then exits without error.
A release build ran once and crashed on startup, giving me the error log
below. Subsequent attempts to start it result in a exit without error.
So there's almost certainly something screwed up in the release build, and
possibly in the real app bundle. I'll look at the latter now - the former
will have to wait until I'm less tired.
Regards, Dave
Date/Time: 2006-03-31 22:27:50.189 +0100
OS Version: 10.4.5 (Build 8H14)
Report Version: 4
Command: pgAdmin3
Path: /Users/dpage/pgadmin3/pgAdmin3.app/Contents/MacOS/pgAdmin3
Parent: WindowServer [61]
Version: 1.5 (1.5.0)
PID: 5908
Thread: 0
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004
Thread 0 Crashed:
0 libwx_base_carbonu-2.6.0.dylib 0x01ccd65c wxObject::Ref(wxObject
const&) + 28 (icplusplus.c:28)
1 libwx_macu_core-2.6.0.dylib 0x018fbef0
wxSystemSettingsNative::GetFont(wxSystemFont) + 164 (icplusplus.c:28)
2 libwx_macu_core-2.6.0.dylib 0x019b7ac0
wxWindowBase::GetClassDefaultAttributes(wxWindowVariant) + 284
(icplusplus.c:28)
3 libwx_macu_xrc-2.6.0.dylib 0x0064c9d4
wxWindowBase::GetDefaultAttributes() const + 28 (icplusplus.c:28)
4 libwx_macu_core-2.6.0.dylib 0x011cee5c
wxWindowBase::GetForegroundColour() const + 80 (icplusplus.c:28)
5 libwx_macu_core-2.6.0.dylib 0x0112a770
wxWindow::MacUpdateControlFont() + 60 (icplusplus.c:28)
6 libwx_macu_core-2.6.0.dylib 0x0112a838 wxWindow::SetFont(wxFont
const&) + 36 (icplusplus.c:28)
7 libwx_macu_core-2.6.0.dylib 0x0112f220
wxWindow::DoSetWindowVariant(wxWindowVariant) + 308 (icplusplus.c:28)
8 libwx_macu_core-2.6.0.dylib 0x01129e6c
wxTopLevelWindowMac::MacCreateRealWindow(wxString const&, wxPoint const&,
wxSize const&, long, wxString const&) + 1092 (icplusplus.c:28)
9 libwx_macu_core-2.6.0.dylib 0x01126c68
wxTopLevelWindowMac::Create(wxWindow*, int, wxString const&, wxPoint const&,
wxSize const&, long, wxString const&) + 188 (icplusplus.c:28)
10 libwx_macu_core-2.6.0.dylib 0x010f9a8c wxFrame::Create(wxWindow*,
int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&)
+ 32 (icplusplus.c:28)
11 org.postgresql.pgadmin 0x0015c034 0x1000 + 1421364
12 org.postgresql.pgadmin 0x0014863c 0x1000 + 1340988
13 org.postgresql.pgadmin 0x0000555c 0x1000 + 17756
14 libwx_base_carbonu-2.6.0.dylib 0x014d5cfc wxEntry(int&, wchar_t**) +
108 (icplusplus.c:28)
15 org.postgresql.pgadmin 0x00002f58 0x1000 + 8024
16 org.postgresql.pgadmin 0x00002778 0x1000 + 6008
17 org.postgresql.pgadmin 0x00002620 0x1000 + 5664
Thread 0 crashed with PPC Thread State 64:
srr0: 0x0000000001ccd65c srr1: 0x000000000200f030
vrsave: 0x0000000000000000
cr: 0x42000422 xer: 0x0000000000000004 lr: 0x00000000018fbef0
ctr: 0x0000000001ccd640
r0: 0x0000000000000000 r1: 0x00000000bffff410 r2: 0x000000000000015a
r3: 0x00000000bffff4e8
r4: 0x0000000000000000 r5: 0x0000000000000000 r6: 0x0000000000000000
r7: 0x0000000000000001
r8: 0x00000000a029605c r9: 0x0000000001af2f78 r10: 0x00000000011c917c
r11: 0x0000000042000428
r12: 0x0000000001ccd640 r13: 0x0000000000000000 r14: 0x0000000000000000
r15: 0x0000000000314504
r16: 0x0000000000000000 r17: 0x0000000000404504 r18: 0x0000000000314504
r19: 0x00000000bffffb58
r20: 0x0000000000404504 r21: 0x0000000000404504 r22: 0x0000000001e32c70
r23: 0x00000000bffffa68
r24: 0x0000000000000190 r25: 0x00000000000001ee r26: 0x0000000001ad79ac
r27: 0x00000000bffff650
r28: 0x00000000bffff638 r29: 0x00000000bffff4e8 r30: 0x0000000000000000
r31: 0x00000000018fbe58
Binary Images Description:
0x1000 - 0x3b8fff org.postgresql.pgadmin 1.5 (1.5.0)
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/MacOS/pgAdmin3
0x4ad000 - 0x4c0fff libwx_macu_qa-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_macu_qa-2.6.0.d
ylib
0x4d5000 - 0x4e9fff libpq.4.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libpq.4.dylib
0x605000 - 0x666fff libwx_macu_xrc-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_macu_xrc-2.6.0.
dylib
0x6a5000 - 0x703fff libwx_macu_html-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_macu_html-2.6.0
.dylib
0x74e000 - 0x771fff libwx_base_carbonu_xml-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_base_carbonu_xm
l-2.6.0.dylib
0x77b000 - 0x799fff libwx_base_carbonu_net-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_base_carbonu_ne
t-2.6.0.dylib
0x7b4000 - 0x7d7fff libwx_base_carbonu_xml-2.6.0.dylib
/usr/local/lib/libwx_base_carbonu_xml-2.6.0.dylib
0x7f6000 - 0x7f8fff com.apple.textencoding.unicode 2.0
/System/Library/TextEncodings/Unicode
Encodings.bundle/Contents/MacOS/Unicode Encodings
0x1008000 - 0x1064fff libwx_macu_adv-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_macu_adv-2.6.0.
dylib
0x10c1000 - 0x12ecfff libwx_macu_core-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_macu_core-2.6.0
.dylib
0x149d000 - 0x155bfff libwx_base_carbonu-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_base_carbonu-2.
6.0.dylib
0x15eb000 - 0x168ffff libwx_macu_stc-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_macu_stc-2.6.0.
dylib
0x16db000 - 0x1714fff libwx_macu_ogl-2.6.0.dylib
/Users/dpage/pgadmin3/pgAdmin3.app/Contents/Frameworks/libwx_macu_ogl-2.6.0.
dylib
0x1748000 - 0x17a6fff libwx_macu_html-2.6.0.dylib
/usr/local/lib/libwx_macu_html-2.6.0.dylib
0x17f1000 - 0x184dfff libwx_macu_adv-2.6.0.dylib
/usr/local/lib/libwx_macu_adv-2.6.0.dylib
0x18aa000 - 0x1ad5fff libwx_macu_core-2.6.0.dylib
/usr/local/lib/libwx_macu_core-2.6.0.dylib
0x1c86000 - 0x1d44fff libwx_base_carbonu-2.6.0.dylib
/usr/local/lib/libwx_base_carbonu-2.6.0.dylib
0x8fa79000 - 0x8fd27fff com.apple.QuickTime 7.0.4
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x9020b000 - 0x9020ffff libmathCommon.A.dylib
/usr/lib/system/libmathCommon.A.dylib
0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreText.framework/Versions/A/CoreText
0x90291000 - 0x90342fff ATS
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ATS.framework/Versions/A/ATS
0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.33 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.25)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundatio
n
0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9085e000 - 0x90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x909ba000 - 0x90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90aed000 - 0x90afffff libauto.dylib /usr/lib/libauto.dylib
0x90b06000 - 0x90ddefff com.apple.CoreServices.CarbonCore 681.3 (671.2)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Carb
onCore.framework/Versions/A/CarbonCore
0x90e44000 - 0x90ec4fff com.apple.CoreServices.OSServices 4.1
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSSe
rvices.framework/Versions/A/OSServices
0x90f0e000 - 0x90f4ffff com.apple.CFNetwork 4.0 (129.9)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNe
twork.framework/Versions/A/CFNetwork
0x90f64000 - 0x90f7cfff com.apple.WebServices 1.1.2 (1.1.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebS
ervicesCore.framework/Versions/A/WebServicesCore
0x90f8c000 - 0x9100dfff com.apple.SearchKit 1.0.5
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Sear
chKit.framework/Versions/A/SearchKit
0x91053000 - 0x9107dfff com.apple.Metadata 10.4.4 (121.34)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Meta
data.framework/Versions/A/Metadata
0x9108e000 - 0x9109cfff libz.1.dylib /usr/lib/libz.1.dylib
0x9109f000 - 0x91262fff com.apple.security 4.3 (25966)
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x91365000 - 0x9136efff com.apple.DiskArbitration 2.1
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitrat
ion
0x91375000 - 0x9139cfff com.apple.SystemConfiguration 1.8.2
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemCo
nfiguration
0x913af000 - 0x913b7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x913bc000 - 0x913dcfff libmx.A.dylib /usr/lib/libmx.A.dylib
0x913e2000 - 0x913eafff libbsm.dylib /usr/lib/libbsm.dylib
0x913ee000 - 0x9146efff com.apple.audio.CoreAudio 3.0.2
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914ad000 - 0x914adfff com.apple.ApplicationServices 10.4 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applicat
ionServices
0x914af000 - 0x914e7fff com.apple.AE 1.5 (297)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/AE.framework/Versions/A/AE
0x91502000 - 0x915cffff com.apple.ColorSync 4.4.4
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ColorSync.framework/Versions/A/ColorSync
0x91624000 - 0x916b7fff com.apple.print.framework.PrintCore 4.3 (172.3)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/PrintCore.framework/Versions/A/PrintCore
0x916fe000 - 0x917bbfff com.apple.QD 3.8.18 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/QD.framework/Versions/A/QD
0x917f9000 - 0x91857fff com.apple.HIServices 1.5.1 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/HIServices.framework/Versions/A/HIServices
0x91885000 - 0x918a9fff com.apple.LangAnalysis 1.6.1
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/LangAnalysis.framework/Versions/A/LangAnalysis
0x918bd000 - 0x918e2fff com.apple.FindByContent 1.5
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/FindByContent.framework/Versions/A/FindByContent
0x918f5000 - 0x91937fff com.apple.LaunchServices 168.10
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/LaunchServices.framework/Versions/A/LaunchServices
0x91953000 - 0x91967fff com.apple.speech.synthesis.framework 3.3
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x91975000 - 0x919affff com.apple.ImageIO.framework 1.4.4
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ImageIO.framework/Versions/A/ImageIO
0x919c4000 - 0x91a8cfff libcrypto.0.9.7.dylib
/usr/lib/libcrypto.0.9.7.dylib
0x91ada000 - 0x91aeffff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91af4000 - 0x91b11fff libJPEG.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b16000 - 0x91b85fff libJP2.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91b9c000 - 0x91ba0fff libGIF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ba2000 - 0x91bd3fff libRaw.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91bd7000 - 0x91c1afff libTIFF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91c21000 - 0x91c3afff libPng.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91c3f000 - 0x91c42fff libRadiance.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91c44000 - 0x91c44fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91c46000 - 0x91d30fff com.apple.vImage 2.0
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage
.framework/Versions/A/vImage
0x91d38000 - 0x91d57fff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/vecLib
0x91dc3000 - 0x91e28fff libvMisc.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/libvMisc.dylib
0x91e32000 - 0x91ec4fff libvDSP.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/libvDSP.dylib
0x91ede000 - 0x9246efff libBLAS.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/libBLAS.dylib
0x924b6000 - 0x927c6fff libLAPACK.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib
.framework/Versions/A/libLAPACK.dylib
0x927f3000 - 0x9287ffff com.apple.DesktopServices 1.3.1
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/D
esktopServicesPriv
0x928c1000 - 0x92aecfff com.apple.Foundation 6.4.4 (567.25)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92c0a000 - 0x92ce8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92d08000 - 0x92df6fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92e08000 - 0x92e26fff libGL.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92e31000 - 0x92e8bfff libGLU.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dyli
b
0x92ea9000 - 0x92ea9fff com.apple.Carbon 10.4 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92eab000 - 0x92ebffff com.apple.ImageCapture 3.0
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCaptu
re.framework/Versions/A/ImageCapture
0x92ed7000 - 0x92ee7fff com.apple.speech.recognition.framework 3.4
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechReco
gnition.framework/Versions/A/SpeechRecognition
0x92ef3000 - 0x92f08fff com.apple.securityhi 2.0 (203)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI
.framework/Versions/A/SecurityHI
0x92f1a000 - 0x92fa1fff com.apple.ink.framework 101.2 (69)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framew
ork/Versions/A/Ink
0x92fb5000 - 0x92fc0fff com.apple.help 1.0.3 (32)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.frame
work/Versions/A/Help
0x92fca000 - 0x92ff7fff com.apple.openscripting 1.2.4 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScript
ing.framework/Versions/A/OpenScripting
0x93011000 - 0x93021fff com.apple.print.framework.Print 5.0 (190.1)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fram
ework/Versions/A/Print
0x9302d000 - 0x93093fff com.apple.htmlrendering 1.1.2
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRender
ing.framework/Versions/A/HTMLRendering
0x930c4000 - 0x93116fff com.apple.NavigationServices 3.4.2
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigation
Services.framework/Versions/A/NavigationServices
0x93142000 - 0x9315ffff com.apple.audio.SoundManager 3.9
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSoun
d.framework/Versions/A/CarbonSound
0x93171000 - 0x9317efff com.apple.CommonPanels 1.2.2 (73)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPane
ls.framework/Versions/A/CommonPanels
0x93187000 - 0x93499fff com.apple.HIToolbox 1.4.5 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.
framework/Versions/A/HIToolbox
0x935e5000 - 0x935f1fff com.apple.opengl 1.4.7
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93683000 - 0x93683fff com.apple.Cocoa 6.4 (???)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93685000 - 0x93cb8fff com.apple.AppKit 6.4.4 (824.33)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94045000 - 0x940b5fff com.apple.CoreData 80
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x940ee000 - 0x941b8fff com.apple.audio.toolbox.AudioToolbox 1.4.1
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9420c000 - 0x9420cfff com.apple.audio.units.AudioUnit 1.4
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9420e000 - 0x94386fff com.apple.QuartzCore 1.4.5
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x943d0000 - 0x9440dfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x94415000 - 0x94465fff libGLImage.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.
dylib
0x94690000 - 0x94713fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x94ab2000 - 0x94ae1fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x94af1000 - 0x94b0efff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x95660000 - 0x956ecfff com.apple.WebKit 417.9
/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95747000 - 0x9583cfff com.apple.JavaScriptCore 417.8.1
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScript
Core.framework/Versions/A/JavaScriptCore
0x95878000 - 0x95b82fff com.apple.WebCore 417.19.1
/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.fr
amework/Versions/A/WebCore
0x95d09000 - 0x95d32fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
Model: PowerBook6,8, BootROM 4.9.0f0, 1 processors, PowerPC G4 (1.2), 1.5
GHz, 512 MB
Graphics: GeForce FX Go5200, GeForce FX Go5200, AGP, 64 MB
Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
Memory Module: DIMM1/J31, 256 MB, DDR SDRAM, PC2700U-25330
AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
Modem: Jump, , V.92, Version 1.0,
Bluetooth: Version 1.7.0f18, 2 service, 0 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Parallel ATA Device: MATSHITADVD-R UJ-835E,
Parallel ATA Device: Hitachi HTS541080G9AT00, 74.53 GB
USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
USB Device: Apple Internal Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
--
Jo-Jo's Jewellery; Beautiful hand crafted jewellery
http://www.jo-jos-jewellery.co.uk/
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 hi, > Anyway, back to reality; I'm on the mac now and am seeing failures with > wx2.6.3 as well, though not what you are seeing. > > A debug build in a debug bundle works fine. Run from a real bundle, it > starts, then exits without error. > > A release build ran once and crashed on startup, giving me the error log > below. Subsequent attempts to start it result in a exit without error. > > So there's almost certainly something screwed up in the release build, and > possibly in the real app bundle. I'll look at the latter now - the former > will have to wait until I'm less tired. > let me know if/what you need ... g'nite! r/ - -- /"\ \ / ASCII Ribbon Campaign X against HTML email, vCards / \ & micro$oft attachments [GPG] OpenMacNews at gmail dot com fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (Darwin) iEYEAREDAAYFAkQtq0sACgkQlffdvTZxCMaoywCeJfa48ZrLJiVPV6vuA49R+fQG A8AAnj4zgfSUK3BKOLDmOTzdJKUJlMx4 =14+e -----END PGP SIGNATURE-----
On 31/3/06 23:20, "OpenMacNews" <openmacnews@gmail.com> wrote: > > let me know if/what you need ... > > g'nite! OK, this gets weirder... Rolled pkg/mac/complete-bundle.sh back to http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/pgadmin3/pkg/mac /complete-bundle.sh?rev=4754 And both debug and non-debug builds are working fine in the debug and real bundles. Guess something must have been messed up last time I built release and run the debug bundle... Anyhoo, the change in the next version of complete-bundle.sh fixes it to how it was supposed to work, so I believe it actually exposed a another bug in the rewriting of the library paths that just manifested itself in a much more obvious way. I will look some more over the weekend, but if you can try the version of complete-bundle.sh above, it would be useful to know if that fixes /this/ problem. Night! Regards, Dave.
On 31/3/06 23:54, "Dave Page" <dpage@vale-housing.co.uk> wrote: > > > > On 31/3/06 23:20, "OpenMacNews" <openmacnews@gmail.com> wrote: > >> >> let me know if/what you need ... >> >> g'nite! > > OK, this gets weirder... > > Rolled pkg/mac/complete-bundle.sh back to > http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/pgadmin3/pkg/mac > /complete-bundle.sh?rev=4754 > > And both debug and non-debug builds are working fine in the debug and real > bundles. Guess something must have been messed up last time I built release > and run the debug bundle... > > Anyhoo, the change in the next version of complete-bundle.sh fixes it to how > it was supposed to work, so I believe it actually exposed a another bug in > the rewriting of the library paths that just manifested itself in a much > more obvious way. > > I will look some more over the weekend, but if you can try the version of > complete-bundle.sh above, it would be useful to know if that fixes /this/ > problem. OK, I've found what might well be the problem, unfortunately my sed/regexp skills aren't up to fixing this one - hopefully Florian (or you :-) ) can. What seems to be happening is that when adjusting the paths in the shared libraries, the new relative path (in $fw_relpath) is being incorrectly calculated - for example, in libwx_macu_stc-2.6.0.dylib, we end up with: @executable_path/Contents/Frameworks/libwx_macu_core-2.6.0.dylib @executable_path/Contents/Frameworks/libwx_base_carbonu-2.6.0.dylib Which should probably both start with: @executable_path/../../Contents/Framworks/ The path *is* being correctly calculated for the binaries themselves, whether in pgAdmin3.app/Contents/MacOS, or pgAdmin3.app/Contents/SharedSupport/helper. I imagine this is the problem you are seeing as well - at first I didn't think of it as it seemed that @executable_path probably referred to the pgAdmin3.app directory (or executable from the user's POV, but of course that's not correct - it's actually pgAdmin3.app/Contents/MacOS/ which is where the pgadmin3 binary lives. Can you look at this please Florian? Regards, Dave.