Hi all.
I have not rebuilt Avo in the past months and gave it a go
today.
Using :
MacOSX 10.5.5,
Qt 4.4.3
cmake 2.6.2
latest openbabel trunk
latest Eigen2 trunk
Builds fine, but crashes on startup with this :
"ricard$ /Applications/Avogadro.app/Contents/MacOS/avogadro
2008-11-23 20:21:09.292 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x1628870 of class NSCFString
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x91f661f1 0x91f6625d 0x91f662b1
0x91f6494c 0x91f64a12 0x91efcb57 0x149d77b 0xa2a217 0x9d3173 0x9d34e3
0x9643 0x10175 0x7066)
2008-11-23 20:21:09.294 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x1629e90 of class NSCFString
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x90cbb64a 0x91f6627d 0x91f662b1
0x91f6494c 0x91f64a12 0x91efcb57 0x149d77b 0xa2a217 0x9d3173 0x9d34e3
0x9643 0x10175 0x7066)
2008-11-23 20:21:09.294 avogadro[29070:10b] *** -[NSCFBoolean length]:
unrecognized selector sent to instance 0xa02813f8
2008-11-23 20:21:09.295 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x162a2c0 of class NSCFString
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x91f661f1 0x91f6625d 0x91f662f1
0x91f6494c 0x91f64a12 0x91efcb57 0x149d77b 0xa2a217 0x9d3173 0x9d34e3
0x9643 0x10175 0x7066)
2008-11-23 20:21:09.295 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x162a100 of class NSCFString
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x90cbb64a 0x91f6627d 0x91f662f1
0x91f6494c 0x91f64a12 0x91efcb57 0x149d77b 0xa2a217 0x9d3173 0x9d34e3
0x9643 0x10175 0x7066)
2008-11-23 20:21:09.296 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x1628430 of class NSCFString
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x90cbb64a 0x91f66312 0x91f6494c
0x91f64a12 0x91efcb57 0x149d77b 0xa2a217 0x9d3173 0x9d34e3 0x9643
0x10175 0x7066)
2008-11-23 20:21:09.297 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x162a180 of class NSException
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x91f66342 0x91f6494c 0x91f64a12
0x91efcb57 0x149d77b 0xa2a217 0x9d3173 0x9d34e3 0x9643 0x10175 0x7066)
2008-11-23 20:21:09.297 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x1628420 of class _NSCallStackArray
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x90d0a078 0x91f5f14b 0x951a5e3b
0x91f6634a 0x91f6494c 0x91f64a12 0x91efcb57 0x149d77b 0xa2a217
0x9d3173 0x9d34e3 0x9643 0x10175 0x7066)
2008-11-23 20:21:09.298 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x162a710 of class NSCFString
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x90cbb64a 0x91f5f0ce 0x951a5e3b
0x91f6634a 0x91f6494c 0x91f64a12 0x91efcb57 0x149d77b 0xa2a217
0x9d3173 0x9d34e3 0x9643 0x10175 0x7066)
2008-11-23 20:21:09.298 avogadro[29070:10b] ***
_NSAutoreleaseNoPool(): Object 0x162a4e0 of class NSCFData
autoreleased with no pool in place - just leaking
Stack: (0x90da3adf 0x90cb01f2 0x90cc48c5 0x90cc44a1 0x91f5f0e2
0x951a5e3b 0x91f6634a 0x91f6494c 0x91f64a12 0x91efcb57 0x149d77b
0xa2a217 0x9d3173 0x9d34e3 0x9643 0x10175 0x7066)
2008-11-23 20:21:09.298 avogadro[29070:10b] *** Terminating app due to
uncaught exception ‘NSInvalidArgumentException’, reason: '*** -
[NSCFBoolean length]: unrecognized selector sent to instance 0xa02813f8’
2008-11-23 20:21:09.299 avogadro[29070:10b] Stack: (
2448814411,
2501533243,
2448843594,
2448836940,
2448837138,
2448411479,
21616507,
10658327,
10301811,
10302691,
38467,
65909,
28774
)
Trace/BPT trap"
I missed something in dependencies ?
Thanks for any sugestions,
Louis