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 gvanrossum
Recipients MrJean1, gvanrossum, nnorwitz
Date 2007-10-26.20:30:11
SpamBayes Score 0.015525325
Marked as misclassified No
Message-id <ca471dc20710261330k13ca1f96pddcba234238a5e67@mail.gmail.com>
In-reply-to <1193430164.89.0.916420681843.issue1329@psf.upfronthosting.co.za>
Content
> Here is the same file with an #if to use to Py_AtExit or destructor case.
> Please us this one instead of the earlier one.
>
> Added file: http://bugs.python.org/file8622/dlibtest.c

I can build it just fine on Ubuntu dapper, but I can't run it.  The
command given in the comment fails immediately:

$ env LD_PRELOAD  dlibtest.so  ~/p3/python
env: LD_PRELOAD: No such file or directory
$

When I modify it slightly I get another error:

$ env LD_PRELOAD=dlibtest.so  ~/p3/python
ERROR: ld.so: object 'dlibtest.so' from LD_PRELOAD cannot be preloaded: ignored.
Python 3.0a1+ (py3k, Oct 26 2007, 12:30:11)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D
$
History
Date User Action Args
2007-10-26 20:30:12gvanrossumsetspambayes_score: 0.0155253 -> 0.015525325
recipients: + gvanrossum, nnorwitz, MrJean1
2007-10-26 20:30:11gvanrossumlinkissue1329 messages
2007-10-26 20:30:11gvanrossumcreate