bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error in libpthread while running prog linked with libpython2.5 and libf


From: Anatoly A. Kazantsev
Subject: Error in libpthread while running prog linked with libpython2.5 and libfshelp
Date: Sat, 14 Jun 2008 20:45:12 +0700

Hello.

I wrote simple program.

pytest.c:

#include <python2.5/Python.h>

int main (void) {
    Py_Initialize();
    return 0;
}

Compile it with command:
$gcc -o pytest pytest.c -lpython2.5

And then it runs OK.
But if I compile it with command:
$gcc -o pytest pytest.c -lpython2.5 -lfshelp

and when I run it, I get error:
pytest: 
/build/mbanck/hurd-20080607/build-tree/hurd/libpthread/pthread/pt-self.c:28: 
pthread_self: Assertion `__pthread_threads' failed.
Aborted
-- 
Anatoly A. Kazantsev

Protect your digital freedom and privacy, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm

Attachment: pgpmWXRo4CZBa.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]