Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 00:59:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 249381] [linuxlator] Failing linux_socket(0x10,0x3,0) causes PulseAudio under Linux emulator to fail
Message-ID:  <bug-249381-4077-HXDXqXrxdZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249381-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249381-4077@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=3D249381

break19@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |break19@gmail.com

--- Comment #3 from break19@gmail.com ---
This is also apparently causing the linux Discordapp to coredump.

from linux-c7-strace
> wait4(6206, [{WIFEXITED(s) && WEXITSTATUS(s) =3D=3D 1}], 0, NULL) =3D 6206
> lstat("/opt", {st_mode=3DS_IFDIR|0755, st_size=3D2, ...}) =3D 0
> lstat("/opt/Discord", {st_mode=3DS_IFDIR|0755, st_size=3D20, ...}) =3D 0
> lstat("/opt/Discord/Discord", {st_mode=3DS_IFREG|0755, st_size=3D11529339=
2, ...}) =3D 0
> socketpair(AF_UNIX, SOCK_SEQPACKET, 0, [10, 11]) =3D 0
> setsockopt(10, SOL_SOCKET, SO_PASSCRED, [1], 4) =3D -1 ENOPROTOOPT (Proto=
col not available)
> --- SIGTRAP {si_signo=3DSIGTRAP, si_code=3DTRAP_BRKPT} ---
> /compat/linux/usr/bin/strace: [ Process PID=3D6205 runs in x32 mode. ]
> syscall_0xfffffffffffffffc(0x8479f19a0, 0x2, 0xffffffff, 0x7fffffff, 0, 0=
x2 <unfinished ...>
> +++ killed by SIGTRAP +++
> [1]    6203 trace trap  /compat/linux/usr/bin/strace ./Discord

and from ktrace/kdump:

>  6251 Discord  CALL  linux_setsockopt(0xa,0x1,0x10,0x7fffffffcb7c,0x4)
>  6251 Discord  RET   linux_setsockopt -1 errno -92 Protocol not available
>  6251 Discord  PSIG  SIGTRAP SIG_DFL code=3DTRAP_BRKPT
>  6251 Discord  RET   poll -1 errno -4 Interrupted system call
>  6251 Discord  NAMI  "sandbox_ipc_thr.core"

--=20
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-249381-4077-HXDXqXrxdZ>