This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21386] t: ../sysdeps/nptl/fork.c:156: __libc_fork: Assertion `THREAD_GETMEM (self, tid) != ppid' failed.


https://sourceware.org/bugzilla/show_bug.cgi?id=21386

Kirill Tkhai <ktkhai at virtuozzo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktkhai at virtuozzo dot com

--- Comment #3 from Kirill Tkhai <ktkhai at virtuozzo dot com> ---
Florian, I've just tested the latest master branch:
~/glibc$ git branch
* master

And the commit you said presents in the branch:
~/glibc$ git branch -a --contains c579f48edba88380635ab98cb612030e3ed8691e |
grep master
* master
[skipped]

But the test still fails:
~$sudo ./a
a: ../sysdeps/nptl/fork.c:150: __libc_fork: Assertion `THREAD_GETMEM (self,
tid) != ppid' failed.

I've configured the glibc using standard parameters and used the article from
wiki to build the test:
1)~/glibc-build$ CC=gcc-4.9 ../glibc/configure
--prefix=/home/kirill/fake-prefix-2.25
2)https://sourceware.org/glibc/wiki/Tips_and_Tricks/How_to_Build_an_application_with_your_own_custom_glibc

Please, take a look again

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]