Message56821
> 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
$ |
|
| Date |
User |
Action |
Args |
| 2007-10-26 20:30:12 | gvanrossum | set | spambayes_score: 0.0155253 -> 0.0155253 recipients:
+ gvanrossum, nnorwitz, MrJean1 |
| 2007-10-26 20:30:11 | gvanrossum | link | issue1329 messages |
| 2007-10-26 20:30:11 | gvanrossum | create | |
|