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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Apr 2024 16:05:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278551

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #2 from Konstantin Belousov <kib@FreeBSD.org> ---
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.

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