Re: audio/moc dumps core in libcurses

2017-01-29 Thread coypu
Hi, I've applied a patch to audio/moc. It works on my end now. It was attempting set_escdelay (25); very early, before setting up a window. On nbcurses it was:_cursesi_screen->ESCDELAY = escdelay; which was a null deref. for ncurses, it was returning an error, but it was ignoring it. I've

audio/moc dumps core in libcurses

2017-01-29 Thread Chavdar Ivanov
Hi, I see earlier this month set_escdelay extension has been added to libcurses. Now audio/moc finds it and configures it (in interface_elements.c), but dumps core on invocation: -- ➜ moc-2.5.0 ./mocp . Running the server... Trying OSS... [1]1918 segmentation fault (core dumped) ./mocp . ➜