[Bug 278551] pthread_join() kills the process with a return code of 134

[email protected] Tue, 23 Apr 2024 16:05:30 +0000
Newsgroups gmane.os.freebsd.devel.threading
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278551

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Konstantin Belousov <[email protected]> ---
This is not a valid complete code, at least it lacks required includes.
After adding it, the fragment works fine for me.

You need to provide complete reproduction, including full source and the
exact build recipe.  pthread_join() is too fundamental to be broken in this
trivial way, it would cause almost all threading programs to fail.

BTW, code 134 is SIGNALLED SIGABRT exit.

--=20
You are receiving this mail because:
You are the assignee for the bug.=