[Bug 253235] audio/fossmixer crashes, does not start
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 1 03:20:59 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253235
Alexey Dokuchaev <danfe at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |danfe at FreeBSD.org
Status|New |Open
--- Comment #1 from Alexey Dokuchaev <danfe at 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
=> 0x201b52 <main+450>: vinserti128 $0x1,%xmm0,%ymm2,%ymm2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list