Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Mar 2021 03:20:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253235] audio/fossmixer crashes, does not start
Message-ID:  <bug-253235-7788-H2Uc3AZoRX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253235-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253235-7788@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=3D253235

Alexey Dokuchaev <danfe@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danfe@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
(In reply to Graham Perrin from comment #0)
> Illegal instruction (core dumped)
What is your CPU model and exact instruction that upsets it?  Please run the
program under debugger to find out, e.g.:

$ gdb ./a.out
Reading symbols from ./a.out...
(gdb) r
...
Program received signal SIGILL, Illegal instruction.
0x0000000000201b52 in main ()
(gdb) x/i $rip
=3D> 0x201b52 <main+450>: vinserti128 $0x1,%xmm0,%ymm2,%ymm2

--=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-253235-7788-H2Uc3AZoRX>