Komnomnomnom / swigibpy

Third party Interactive Brokers Python API generated from TWS C++ API using SWIG.
http://github.com/Komnomnomnom/swigibpy/
Other
157 stars 35 forks source link

Accessing attributes of ContractDetails object returned by reqContractDetails sometimes causes crash #10

Closed mickeybob closed 11 years ago

mickeybob commented 12 years ago

Calling reqContractDetails is fine, but when I try to access the attributes on the ContractDetails object it returns, I sometimes terminate with the following message:

libc++abi.dylib: terminate called throwing an exception Abort trap: 6

Is there a known instability? I'm running swigibpy on Mac OS X 10.8.1.

Thanks, Michael

Komnomnomnom commented 12 years ago

@mickeybob Which attributes in particular? I'm not able to reproduce this, see new example examples/contractdetails.py which works fine for me.

Komnomnomnom commented 11 years ago

No feedback received, closing.