Re: pkg/59858: audio/pavucontrol broken
"RVP via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59858; it has been noted by GNATS. From: RVP <[email protected]> To: [email protected] Cc: Subject: Re: pkg/59858: audio/pavucontrol broken Date: Wed, 14 Jan 2026 22:40:29 +0000 (UTC) > Reading symbols from /usr/pkg/bin/pavucontrol... > (gdb) run > Starting program: /usr/pkg/bin/pavucontrol > [New LWP 17552 of process 1651] > > Thread 1 "" received signal SIGILL, Illegal instruction. > 0x0000f3cb73498e28 in ?? () > Hmm. This may just be one of the libraries just testing for NEON or other SIMD instructions on ARM. Does this go away if you do this before running pavucontrol? ``` (gdb) handle SIGILL nostop noprint pass ``` -RVP