Changes between Initial Version and Version 1 of Ticket #44, comment 25


Ignore:
Timestamp:
2012-02-17T07:01:04Z (13 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44, comment 25

    initial v1  
    55As for the actual subject bug(s) of this ticket, I think they can be marked as "presumed dead":
    66
    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)
    88* 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
    99* 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)