Changes between Initial Version and Version 1 of Ticket #44, comment 25
- Timestamp:
- 2012-02-17T07:01:04Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44, comment 25
initial v1 5 5 As for the actual subject bug(s) of this ticket, I think they can be marked as "presumed dead": 6 6 7 * Raising exceptions from one shared library ({{{libcryptopp.so}}}) and catching it in another ({{{_pycryptopp.so}}}) is tested and works (see comment:5 7 * Raising exceptions from one shared library ({{{libcryptopp.so}}}) and catching it in another ({{{_pycryptopp.so}}}) is tested and works (see comment:5) 8 8 * Setting {{{RTLD_GLOBAL}}} cured the double-free errors on all platforms where they occurred, setting it back to {{{RTLD_LOCAL}}} later re-introduced them and setting it back to {{{RTLD_GLOBAL}}} again cured them again 9 9 * I applied Wei Dai's patch in [95c78ce5f08b03be70e5d69e5eb09d7acc1ce420] and while it didn't cause anything to improve on the buildbot, it didn't cause anything to degrade either (and I inspected the patch and didn't see any bugs in it)