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 nptl/19861] pthread library fork invocation leads to crash


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

travneff at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |travneff at gmail dot com

--- Comment #4 from travneff at gmail dot com ---
Created attachment 9285
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9285&action=edit
fork() called from TCL

Hi all,
Have something similar with fork() called from TCL code (interpreter built from
OpenEmbedded).
fork() call in TCL lib returns __libc_fork address instead of child pid. It
works like fork() is directly replaced with fork_resolve().
More info attached. Can't reproduce in another way for now.

Can it be fixed/workarounded in a way better than disabling pthreads for TCL?

-- 
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]