NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: nbmix - curses mixer using audio(4)



On Mon, Feb 15, 2010 at 10:02:32AM +0100, Geert Hendrickx wrote:
> On Sun, Feb 14, 2010 at 11:22:53PM -0700, Patrick Mahoney wrote:
> > 
> > nbmix - http://polycrystal.org/nbmix
> 
> Hi,
> 
> it segfaults on 5.0_STABLE, amd64:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x0000000000007265 in ?? ()
> (gdb) bt
> #0  0x0000000000007265 in ?? ()
> #1  0x0000000000401faf in ctrl_poll (ctrl=0x7f7ffd80cc00) at src/ctrl.c:20
> #2  0x0000000000401b86 in init_controls () at src/nbmix.c:248
> #3  0x0000000000401e78 in main (argc=0, argv=0x7f7fffffd480) at 
> src/nbmix.c:378
> (gdb) 

Thanks. 

You seem to have an 'enum' control that isn't a 'mute', and
I forgot to comment out that section (these controls are not
currently supported since my audio device doesn't have any).

If you comment out the three-line 'else' clause around
src/nbmix.c:248, it will just skip the unsupported 'enum'.

Otherwise, patch to come eventually.

> 
>       Geert
> 
> 
> 
> -- 
> Geert Hendrickx  -=-  ghen%telenet.be@localhost  -=-  PGP: 0xC4BB9E9F
> This e-mail was composed using 100% recycled spam messages!
> 

-- 
Patrick Mahoney <pat%polycrystal.org@localhost>


Home | Main Index | Thread Index | Old Index