This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients mark.dickinson, pollari, ronaldoussoren, skip.montanaro, theller
Date 2008-02-10.21:41:46
SpamBayes Score 0.0019723244
Marked as misclassified No
Message-id <1202679708.85.0.920717351855.issue1581906@psf.upfronthosting.co.za>
In-reply-to
Content
I'm reopening this.  I am seeing the same behavior now on my
MacBook Pro running Mac OS X 10.5.1.  Looking at the crash report
in my ~/Library/Logs/CrashReporter directory I see both /usr/lib
and /opt/local/lib versions of libsqlite3:

 0x1188000 -  0x11defef +libsqlite3.0.dylib ??? (???)
/opt/local/lib/libsqlite3.0.dylib
0x911f6000 - 0x9127dff7  libsqlite3.0.dylib ??? (???)
<273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib

I was able to work around this by disabling the MacPorts version of
sqlite3.  Others might not be so lucky.  I don't see any references
to sqlite in the ctypes test code.  Must be an indirect reference.

Skip
History
Date User Action Args
2008-02-10 21:41:49skip.montanarosetspambayes_score: 0.00197232 -> 0.0019723244
recipients: + skip.montanaro, theller, ronaldoussoren, mark.dickinson, pollari
2008-02-10 21:41:48skip.montanarosetspambayes_score: 0.00197232 -> 0.00197232
messageid: <1202679708.85.0.920717351855.issue1581906@psf.upfronthosting.co.za>
2008-02-10 21:41:47skip.montanarolinkissue1581906 messages
2008-02-10 21:41:47skip.montanarocreate