Le 11/02/16 20:48, IOhannes m zmölnig a écrit :
> On 02/11/2016 08:41 PM, Xavier Miller wrote:
>> Hi!
>>
>> I am compiling pd-0.46-7 in Gento, using jack-1.9.10, but when I enable
>> jack in the configure script, pd segfaults.
> 
> there have been a few similar bug-reports [1228].
> 
> i just checked and on my Debian sid(amd64) system, i am running
> jack-1.9.11 without any problems.
> 
> 
> $ jackd --version
> jackdmp 1.9.11
> Copyright 2001-2005 Paul Davis and others.
> Copyright 2004-2014 Grame.
> jackdmp comes with ABSOLUTELY NO WARRANTY
> This is free software, and you are welcome to redistribute it
> under certain conditions; see the file COPYING for details
> jackdmp version 1.9.11 tmpdir /dev/shm protocol 8
> $
> 
> it's usually running as:
> 
> $ /usr/bin/jackd -dalsa -dhw:PCH -r48000 -p1024 -n2
> 
> 
> could you also post your jack configuration (e.g. the startup flags used)?

I use jack-dbus. I attached the ~/config/jack/conf.xml file

> 
Xavier
<?xml version="1.0"?>
<!--
JACK settings, as persisted by D-Bus object.
You probably don't want to edit this because
it will be overwritten next time jackdbus saves.
-->
<!-- Thu Feb 11 20:55:27 2016 -->
<jack>
 <engine>
  <option name="driver">alsa</option>
  <option name="realtime">true</option>
  <option name="realtime-priority">80</option>
  <option name="verbose">false</option>
  <option name="client-timeout">500</option>
 </engine>
 <drivers>
  <driver name="net">
  </driver>
  <driver name="alsa">
   <option name="device">hw:0</option>
   <option name="capture">hw:0</option>
   <option name="playback">hw:0</option>
   <option name="rate">48000</option>
   <option name="period">512</option>
   <option name="nperiods">3</option>
   <option name="hwmon">false</option>
   <option name="hwmeter">false</option>
   <option name="duplex">true</option>
   <option name="softmode">false</option>
   <option name="monitor">false</option>
   <option name="dither">n</option>
   <option name="shorts">false</option>
  </driver>
  <driver name="netone">
  </driver>
  <driver name="alsarawmidi">
  </driver>
  <driver name="loopback">
  </driver>
  <driver name="dummy">
  </driver>
 </drivers>
 <internals>
  <internal name="profiler">
  </internal>
  <internal name="netmanager">
  </internal>
  <internal name="audioadapter">
  </internal>
  <internal name="netadapter">
  </internal>
 </internals>
</jack>
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to