[tahoe-lafs-trac-stream] [pycryptopp] #44: test what happens if another Python module loads Crypto++ dynamic link library
pycryptopp
trac at tahoe-lafs.org
Thu Jan 12 00:07:49 UTC 2012
#44: test what happens if another Python module loads Crypto++ dynamic link
library
-------------------+--------------------------
Reporter: zooko | Owner:
Type: defect | Status: reopened
Priority: major | Milestone: 0.6.0
Version: 0.5.19 | Resolution:
Keywords: | Launchpad Bug:
-------------------+--------------------------
Comment (by zooko):
I suspect these valgrind warnings might be relevant:
https://tahoe-lafs.org/buildbot-
pycryptopp/builders/Ruben%20Fedora/builds/17
{{{
==14846== Conditional jump or move depends on uninitialised value(s)
==14846== at 0x40172A6: index (in /lib64/ld-2.15.so)
==14846== by 0x4007727: expand_dynamic_string_token (in
/lib64/ld-2.15.so)
==14846== by 0x4007FA6: _dl_map_object (in /lib64/ld-2.15.so)
==14846== by 0x400186D: map_doit (in /lib64/ld-2.15.so)
==14846== by 0x400E6C5: _dl_catch_error (in /lib64/ld-2.15.so)
==14846== by 0x4000EFE: do_preload (in /lib64/ld-2.15.so)
==14846== by 0x400458D: dl_main (in /lib64/ld-2.15.so)
==14846== by 0x40147C3: _dl_sysdep_start (in /lib64/ld-2.15.so)
==14846== by 0x4005151: _dl_start (in /lib64/ld-2.15.so)
==14846== by 0x4001697: ??? (in /lib64/ld-2.15.so)
==14846== by 0x3: ???
==14846== by 0x7FF00061E: ???
}}}
{{{
==14846== Conditional jump or move depends on uninitialised value(s)
==14846== at 0x40172AB: index (in /lib64/ld-2.15.so)
==14846== by 0x4007727: expand_dynamic_string_token (in
/lib64/ld-2.15.so)
==14846== by 0x4007FA6: _dl_map_object (in /lib64/ld-2.15.so)
==14846== by 0x400186D: map_doit (in /lib64/ld-2.15.so)
==14846== by 0x400E6C5: _dl_catch_error (in /lib64/ld-2.15.so)
==14846== by 0x4000EFE: do_preload (in /lib64/ld-2.15.so)
==14846== by 0x400458D: dl_main (in /lib64/ld-2.15.so)
==14846== by 0x40147C3: _dl_sysdep_start (in /lib64/ld-2.15.so)
==14846== by 0x4005151: _dl_start (in /lib64/ld-2.15.so)
==14846== by 0x4001697: ??? (in /lib64/ld-2.15.so)
==14846== by 0x3: ???
==14846== by 0x7FF00061E: ???
}}}
--
Ticket URL: <http://tahoe-lafs.org/trac/pycryptopp/ticket/44#comment:12>
pycryptopp <https://tahoe-lafs.org/trac/pycryptopp>
More information about the tahoe-lafs-trac-stream
mailing list