Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2024 16:05:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        threads@FreeBSD.org
Subject:   [Bug 278551] pthread_join() kills the process with a return code of 134
Message-ID:  <bug-278551-13406-eWHy5BfzfN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278551-13406@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278551-13406@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278551-13406-eWHy5BfzfN>