eviljames / studioware

SlackBuilds for the Studioware Project

Home Page:http://www.studioware.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seq24 segfaults

slackhead opened this issue · comments

seq24 segfaults with no error/output

No errors on 32 bit. Note: It is also getting along with JACK.
It runs with no errors with or without the jack server running. check.

It seems that lash is the problem:
(gdb) bt
#0 0x00007ffff59045c2 in lash_alsa_client_id () from /usr/lib64/liblash.so.1
#1 0x000000000043d14c in ?? ()
#2 0x0000000000412ced in ?? ()
#3 0x00007ffff4e36d85 in __libc_start_main () from /lib64/libc.so.6
#4 0x000000000041471d in ?? ()

It works with --disable-lash. Simplest solution is to use that flag. Thoughts?