Re: r5067 + wx563 crash on osx 10.4.5

From: OpenMacNews <openmacnews(at)gmail(dot)com>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: r5067 + wx563 crash on osx 10.4.5
Date: 2006-03-30 20:57:44
Message-ID: 442C4648.7070409@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-03-30 21:16:25 Re: r5067 + wx563 crash on osx 10.4.5
Previous Message Dave Page 2006-03-30 20:33:34 Re: r5067 + wx563 crash on osx 10.4.5