You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.
Maintainer: emulat...@freebsd.org
Last committer: t...@freebsd.org
Ident: $FreeBSD: branches/2021Q1/devel/linux
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249469
--- Comment #2 from Edward Tomasz Napierala ---
Is there a relatively small application that can be used to reproduce this?
Also: ktrace and truss can't decode Linux-specific parameters, but Linux strace
can, and this might also work with
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249469
Edward Tomasz Napierala changed:
What|Removed |Added
Blocks||247219
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248065
Edward Tomasz Napierala changed:
What|Removed |Added
Blocks||247219
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249469
--- Comment #3 from Alex S ---
(In reply to Edward Tomasz Napierala from comment #2)
% cat sched.c
#define _GNU_SOURCE
#include
#include
#include
#include
#include
#include
#include
#include
#include
void* thread_start(void* a