Hmm. Looks different than what I tried. I will try it later if I can, otherwise Wednsesday. Thanks Alex<br><br><div class="gmail_quote">On Sun, Mar 30, 2008 at 7:36 PM,  &lt;<a href="mailto:pulseaudio-discuss-request@mail.0pointer.de">pulseaudio-discuss-request@mail.0pointer.de</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send pulseaudio-discuss mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:pulseaudio-discuss-request@mail.0pointer.de">pulseaudio-discuss-request@mail.0pointer.de</a><br>
<br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:pulseaudio-discuss-owner@mail.0pointer.de">pulseaudio-discuss-owner@mail.0pointer.de</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of pulseaudio-discuss digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &nbsp; 1. Re: SegFault when Switching from bluetooth sink (Colin Guthrie)<br>
 &nbsp; 2. Re: arecord CPU consumption high with &nbsp; &nbsp; pulseaudio (Jim Duda)<br>
 &nbsp; 3. Re: arecord CPU consumption high with &nbsp; &nbsp; pulseaudio (Jim Duda)<br>
 &nbsp; 4. Re: 0.9.8 seg fault (Jim Duda)<br>
 &nbsp; 5. Re: 0.9.8 seg fault (Jim Duda)<br>
 &nbsp; 6. [ANNOUNCE] PulseAudio 0.9.10 (Lennart Poettering)<br>
 &nbsp; 7. Windows (Matt D)<br>
 &nbsp; 8. Re: Windows (Alex Malinovich)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 30 Mar 2008 11:29:21 +0100<br>
From: Colin Guthrie &lt;<a href="mailto:gmane@colin.guthr.ie">gmane@colin.guthr.ie</a>&gt;<br>
Subject: Re: [pulseaudio-discuss] SegFault when Switching from<br>
 &nbsp; &nbsp; &nbsp; &nbsp;bluetooth sink<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID: &lt;<a href="mailto:fsnq21$3vq$1@ger.gmane.org">fsnq21$3vq$1@ger.gmane.org</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Donald Reader wrote:<br>
&gt; as posted earlier I got the sink for the bluetooth created<br>
&gt; like usual then started the backtrace per the instructions<br>
&gt; on the web page you gave me and have attached it.<br>
&gt;<br>
&gt; Any insight would be greatly appreciated<br>
<br>
Unfrotunately this backtrace is not overly useful as you appear to have<br>
forgotten the useful bit.... the actual backtrace! After the segv, you<br>
need to type &quot;bt full&quot; or some variant thereof to actually list the<br>
backtrace.<br>
<br>
Also is is really useful if you can installed the debug info files as<br>
indicated by the output:<br>
&quot;Missing separate debuginfos, use: debuginfo-install pulseaudio.i386&quot;<br>
<br>
In theory it is possible to reconstruct the necessary output from a<br>
backtrace and the symbols after the event if the package/platform is<br>
known and the symbols are available but it&#39;s generally easier to do it<br>
at source.<br>
<br>
HTHs<br>
<br>
Col<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 30 Mar 2008 09:50:38 -0400<br>
From: Jim Duda &lt;<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>&gt;<br>
Subject: Re: [pulseaudio-discuss] arecord CPU consumption high with<br>
 &nbsp; &nbsp; &nbsp; &nbsp;pulseaudio<br>
To: General PulseAudio Discussion<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>&gt;<br>
Message-ID: &lt;<a href="mailto:47EF9AAE.2080207@duda.tzo.com">47EF9AAE.2080207@duda.tzo.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Well, I do notice that parec doesn&#39;t have the same issue, so maybe the<br>
issue is that arecord isn&#39;t all that good with pulse, hence, the need<br>
for parec.<br>
<br>
I do retain the claim that later versions of pulse have higher cpu<br>
consumption when using a combined_sink.<br>
<br>
Jim<br>
<br>
Jim Duda wrote:<br>
&gt; I&#39;ve noticed that when I use arecord without pulse, raw alsa, the cpu<br>
&gt; consumption of arecord is very low, almost zero.<br>
&gt;<br>
&gt; However, when using arecord with pulseaudio, I find cpu consumption very<br>
&gt; high.<br>
&gt;<br>
&gt; With 0.9.6, I found that arecord ran in the high 90&#39;s, and using ^C to<br>
&gt; kill the process wasn&#39;t useful. &nbsp;I had to kill -9.<br>
&gt;<br>
&gt; With &gt;= 0.9.9, I found that arecord ran around 75%, and using ^C would<br>
&gt; work consistently.<br>
&gt;<br>
&gt; I have a 2.8 Ghz P4 with hyperthreading.<br>
&gt;<br>
&gt; Is it expected that arecord usage be so high with pulseaudio?<br>
&gt;<br>
&gt; I also found another curious note. &nbsp;With 0.9.6, a combined_sink results<br>
&gt; in pulseaudion consuming ~ 10-20% cpu while playing a wav file. &nbsp;With &gt;=<br>
&gt; 0.9.10, I have found that using a combined_sink now consumes 50%. &nbsp;I<br>
&gt; don&#39;t find this unreasonable giving what combined sink is doing, just<br>
&gt; thought I&#39;d pass on my findings.<br>
&gt;<br>
&gt; Example:<br>
&gt; load-module module-combine sink_name=misterhouse<br>
&gt; resample_method=&quot;src-sinc-best-quality&quot;<br>
&gt; master=alsa_output.pci_1274_5880_alsa_playback_0<br>
&gt; slaves=alsa_output.pci_8086_24d5_alsa_playback_0<br>
&gt;<br>
&gt; Just attempting to route audio out 2 different cards.<br>
&gt;<br>
&gt; Jim<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 30 Mar 2008 09:50:38 -0400<br>
From: Jim Duda &lt;<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>&gt;<br>
Subject: Re: [pulseaudio-discuss] arecord CPU consumption high with<br>
 &nbsp; &nbsp; &nbsp; &nbsp;pulseaudio<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID: &lt;<a href="mailto:47EF9AAE.2080207@duda.tzo.com">47EF9AAE.2080207@duda.tzo.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Well, I do notice that parec doesn&#39;t have the same issue, so maybe the<br>
issue is that arecord isn&#39;t all that good with pulse, hence, the need<br>
for parec.<br>
<br>
I do retain the claim that later versions of pulse have higher cpu<br>
consumption when using a combined_sink.<br>
<br>
Jim<br>
<br>
Jim Duda wrote:<br>
&gt; I&#39;ve noticed that when I use arecord without pulse, raw alsa, the cpu<br>
&gt; consumption of arecord is very low, almost zero.<br>
&gt;<br>
&gt; However, when using arecord with pulseaudio, I find cpu consumption very<br>
&gt; high.<br>
&gt;<br>
&gt; With 0.9.6, I found that arecord ran in the high 90&#39;s, and using ^C to<br>
&gt; kill the process wasn&#39;t useful. &nbsp;I had to kill -9.<br>
&gt;<br>
&gt; With &gt;= 0.9.9, I found that arecord ran around 75%, and using ^C would<br>
&gt; work consistently.<br>
&gt;<br>
&gt; I have a 2.8 Ghz P4 with hyperthreading.<br>
&gt;<br>
&gt; Is it expected that arecord usage be so high with pulseaudio?<br>
&gt;<br>
&gt; I also found another curious note. &nbsp;With 0.9.6, a combined_sink results<br>
&gt; in pulseaudion consuming ~ 10-20% cpu while playing a wav file. &nbsp;With &gt;=<br>
&gt; 0.9.10, I have found that using a combined_sink now consumes 50%. &nbsp;I<br>
&gt; don&#39;t find this unreasonable giving what combined sink is doing, just<br>
&gt; thought I&#39;d pass on my findings.<br>
&gt;<br>
&gt; Example:<br>
&gt; load-module module-combine sink_name=misterhouse<br>
&gt; resample_method=&quot;src-sinc-best-quality&quot;<br>
&gt; master=alsa_output.pci_1274_5880_alsa_playback_0<br>
&gt; slaves=alsa_output.pci_8086_24d5_alsa_playback_0<br>
&gt;<br>
&gt; Just attempting to route audio out 2 different cards.<br>
&gt;<br>
&gt; Jim<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sun, 30 Mar 2008 09:51:13 -0400<br>
From: Jim Duda &lt;<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>&gt;<br>
Subject: Re: [pulseaudio-discuss] 0.9.8 seg fault<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID: &lt;<a href="mailto:47EF9AD1.3000104@duda.tzo.com">47EF9AD1.3000104@duda.tzo.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Lennart,<br>
<br>
Although I haven&#39;t been able to get you a trace back, I can inform that<br>
the crash appears to be related with using a combined_sink. &nbsp;I was using<br>
a combined_sink to drive 2 sound cards. &nbsp;Once I removed that feature,<br>
pulseaudio appears to run without segfault.<br>
<br>
I didn&#39;t have this issue with stock fc7 0.9.6 pulseaudio.<br>
<br>
Jim<br>
<br>
Jim Duda wrote:<br>
&gt; I&#39;m now running with 0.9.10, I&#39;ll let you know how that goes.<br>
&gt;<br>
&gt; Jim<br>
&gt;<br>
&gt; Jim Duda wrote:<br>
&gt;&gt; Lennart,<br>
&gt;&gt;<br>
&gt;&gt; I followed the instructions from the fedora StackTraces wiki for<br>
&gt;&gt; installing all the debugging library information.<br>
&gt;&gt;<br>
&gt;&gt; These libraries were installed:<br>
&gt;&gt; &nbsp; &nbsp;Installing: glibc-debuginfo-common<br>
&gt;&gt; &nbsp; &nbsp;Installing: glibc-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: bash-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: pulseaudio-module-lirc<br>
&gt;&gt; &nbsp; &nbsp;Installing: pulseaudio-module-bluetooth<br>
&gt;&gt; &nbsp; &nbsp;Installing: PolicyKit-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: dbus-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: glib2-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: alsa-lib-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libsamplerate-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: pulseaudio-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libsndfile-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: tcp_wrappers-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: liboil-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libtool-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libcap-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: hal-debuginfo<br>
&gt;&gt;<br>
&gt;&gt; Running gdb the first time resulted in another failure, with a request<br>
&gt;&gt; to install these 3 packages, which I did.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;Installing: expat-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libsepol-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libselinux-debuginfo<br>
&gt;&gt;<br>
&gt;&gt; This is what happens now:<br>
&gt;&gt;<br>
&gt;&gt; linux# gdb /usr/bin/pulseaudio<br>
&gt;&gt; GNU gdb Red Hat Linux (6.6-45.fc8rh)<br>
&gt;&gt; Copyright (C) 2006 Free Software Foundation, Inc.<br>
&gt;&gt; GDB is free software, covered by the GNU General Public License, and you are<br>
&gt;&gt; welcome to change it and/or distribute copies of it under certain<br>
&gt;&gt; conditions.<br>
&gt;&gt; Type &quot;show copying&quot; to see the conditions.<br>
&gt;&gt; There is absolutely no warranty for GDB. &nbsp;Type &quot;show warranty&quot; for details.<br>
&gt;&gt; This GDB was configured as &quot;i386-redhat-linux-gnu&quot;...<br>
&gt;&gt; Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.<br>
&gt;&gt; (gdb) run --system --log-target=syslog<br>
&gt;&gt; Starting program: /usr/bin/pulseaudio --system --log-target=syslog<br>
&gt;&gt; [Thread debugging using libthread_db enabled]<br>
&gt;&gt; [New process 15257]<br>
&gt;&gt; Executing new program: /usr/bin/pulseaudio<br>
&gt;&gt; warning: Cannot initialize thread debugging library: generic error<br>
&gt;&gt; warning: Cannot initialize thread debugging library: generic error<br>
&gt;&gt; [New process 15257]<br>
&gt;&gt; [Thread debugging using libthread_db enabled]<br>
&gt;&gt; Segmentation fault<br>
&gt;&gt;<br>
&gt;&gt; I am running my own compiled kernel, could that be an issue?<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve read the fedora wiki a couple of times and tried to google for a<br>
&gt;&gt; solution, but I haven&#39;t found one. &nbsp;Do you understand what is going on?<br>
&gt;&gt;<br>
&gt;&gt; Jim<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Lennart Poettering wrote:<br>
&gt;&gt;&gt; On Fri, 28.03.08 20:33, Jim Duda (<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>) wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; After upgrading from 0.9.8 from 0.9.6, pulse is segfaulting when playing<br>
&gt;&gt;&gt;&gt; simple wav files.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Example:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Mar 28 20:30:18 linux kernel: pulseaudio[2847]: segfault at b4dd79f0 eip<br>
&gt;&gt;&gt;&gt; b4dd79f0 esp bfe949fc error 4<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I have to manually restart.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;m using --system mode.<br>
&gt;&gt;&gt; Please provide a back trace.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="https://wiki.ubuntu.com/Backtrace" target="_blank">https://wiki.ubuntu.com/Backtrace</a><br>
&gt;&gt;&gt; <a href="http://fedoraproject.org/wiki/StackTraces" target="_blank">http://fedoraproject.org/wiki/StackTraces</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Lennart<br>
&gt;&gt;&gt;<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Sun, 30 Mar 2008 09:51:13 -0400<br>
From: Jim Duda &lt;<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>&gt;<br>
Subject: Re: [pulseaudio-discuss] 0.9.8 seg fault<br>
To: General PulseAudio Discussion<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>&gt;<br>
Message-ID: &lt;<a href="mailto:47EF9AD1.3000104@duda.tzo.com">47EF9AD1.3000104@duda.tzo.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Lennart,<br>
<br>
Although I haven&#39;t been able to get you a trace back, I can inform that<br>
the crash appears to be related with using a combined_sink. &nbsp;I was using<br>
a combined_sink to drive 2 sound cards. &nbsp;Once I removed that feature,<br>
pulseaudio appears to run without segfault.<br>
<br>
I didn&#39;t have this issue with stock fc7 0.9.6 pulseaudio.<br>
<br>
Jim<br>
<br>
Jim Duda wrote:<br>
&gt; I&#39;m now running with 0.9.10, I&#39;ll let you know how that goes.<br>
&gt;<br>
&gt; Jim<br>
&gt;<br>
&gt; Jim Duda wrote:<br>
&gt;&gt; Lennart,<br>
&gt;&gt;<br>
&gt;&gt; I followed the instructions from the fedora StackTraces wiki for<br>
&gt;&gt; installing all the debugging library information.<br>
&gt;&gt;<br>
&gt;&gt; These libraries were installed:<br>
&gt;&gt; &nbsp; &nbsp;Installing: glibc-debuginfo-common<br>
&gt;&gt; &nbsp; &nbsp;Installing: glibc-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: bash-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: pulseaudio-module-lirc<br>
&gt;&gt; &nbsp; &nbsp;Installing: pulseaudio-module-bluetooth<br>
&gt;&gt; &nbsp; &nbsp;Installing: PolicyKit-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: dbus-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: glib2-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: alsa-lib-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libsamplerate-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: pulseaudio-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libsndfile-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: tcp_wrappers-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: liboil-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libtool-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libcap-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: hal-debuginfo<br>
&gt;&gt;<br>
&gt;&gt; Running gdb the first time resulted in another failure, with a request<br>
&gt;&gt; to install these 3 packages, which I did.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;Installing: expat-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libsepol-debuginfo<br>
&gt;&gt; &nbsp; &nbsp;Installing: libselinux-debuginfo<br>
&gt;&gt;<br>
&gt;&gt; This is what happens now:<br>
&gt;&gt;<br>
&gt;&gt; linux# gdb /usr/bin/pulseaudio<br>
&gt;&gt; GNU gdb Red Hat Linux (6.6-45.fc8rh)<br>
&gt;&gt; Copyright (C) 2006 Free Software Foundation, Inc.<br>
&gt;&gt; GDB is free software, covered by the GNU General Public License, and you are<br>
&gt;&gt; welcome to change it and/or distribute copies of it under certain<br>
&gt;&gt; conditions.<br>
&gt;&gt; Type &quot;show copying&quot; to see the conditions.<br>
&gt;&gt; There is absolutely no warranty for GDB. &nbsp;Type &quot;show warranty&quot; for details.<br>
&gt;&gt; This GDB was configured as &quot;i386-redhat-linux-gnu&quot;...<br>
&gt;&gt; Using host libthread_db library &quot;/lib/libthread_db.so.1&quot;.<br>
&gt;&gt; (gdb) run --system --log-target=syslog<br>
&gt;&gt; Starting program: /usr/bin/pulseaudio --system --log-target=syslog<br>
&gt;&gt; [Thread debugging using libthread_db enabled]<br>
&gt;&gt; [New process 15257]<br>
&gt;&gt; Executing new program: /usr/bin/pulseaudio<br>
&gt;&gt; warning: Cannot initialize thread debugging library: generic error<br>
&gt;&gt; warning: Cannot initialize thread debugging library: generic error<br>
&gt;&gt; [New process 15257]<br>
&gt;&gt; [Thread debugging using libthread_db enabled]<br>
&gt;&gt; Segmentation fault<br>
&gt;&gt;<br>
&gt;&gt; I am running my own compiled kernel, could that be an issue?<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve read the fedora wiki a couple of times and tried to google for a<br>
&gt;&gt; solution, but I haven&#39;t found one. &nbsp;Do you understand what is going on?<br>
&gt;&gt;<br>
&gt;&gt; Jim<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Lennart Poettering wrote:<br>
&gt;&gt;&gt; On Fri, 28.03.08 20:33, Jim Duda (<a href="mailto:jim@duda.tzo.com">jim@duda.tzo.com</a>) wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; After upgrading from 0.9.8 from 0.9.6, pulse is segfaulting when playing<br>
&gt;&gt;&gt;&gt; simple wav files.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Example:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Mar 28 20:30:18 linux kernel: pulseaudio[2847]: segfault at b4dd79f0 eip<br>
&gt;&gt;&gt;&gt; b4dd79f0 esp bfe949fc error 4<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I have to manually restart.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;m using --system mode.<br>
&gt;&gt;&gt; Please provide a back trace.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="https://wiki.ubuntu.com/Backtrace" target="_blank">https://wiki.ubuntu.com/Backtrace</a><br>
&gt;&gt;&gt; <a href="http://fedoraproject.org/wiki/StackTraces" target="_blank">http://fedoraproject.org/wiki/StackTraces</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Lennart<br>
&gt;&gt;&gt;<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Sun, 30 Mar 2008 18:58:02 +0200<br>
From: Lennart Poettering &lt;<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>&gt;<br>
Subject: [pulseaudio-discuss] [ANNOUNCE] PulseAudio 0.9.10<br>
To: PulseAudio Discussion List &lt;<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a>&gt;<br>
Message-ID: &lt;<a href="mailto:20080330165802.GA23825@tango.0pointer.de">20080330165802.GA23825@tango.0pointer.de</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hey!<br>
<br>
Finally PulseAudio 0.9.10 is released:<br>
<br>
Download:<br>
<br>
&nbsp;<a href="http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-0.9.10.tar.gz" target="_blank">http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-0.9.10.tar.gz</a><br>
<br>
Changes:<br>
<br>
&nbsp;<a href="http://pulseaudio.org/milestone/0.9.10" target="_blank">http://pulseaudio.org/milestone/0.9.10</a><br>
<br>
This is mostly a bug fix release (but an important one). The next<br>
release will bringt all the glitch-free awesomeness that is being<br>
prepared in the glitch-free branch in SVN right now.<br>
<br>
Lennart<br>
<br>
--<br>
Lennart Poettering &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Red Hat, Inc.<br>
lennart [at] poettering [dot] net &nbsp; &nbsp; &nbsp; &nbsp; ICQ# 11060553<br>
<a href="http://0pointer.net/lennart/" target="_blank">http://0pointer.net/lennart/</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GnuPG 0x1A015CC4<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Sun, 30 Mar 2008 18:34:47 -0400<br>
From: &quot;Matt D&quot; &lt;<a href="mailto:mattd7591@gmail.com">mattd7591@gmail.com</a>&gt;<br>
Subject: [pulseaudio-discuss] Windows<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:c0ea50b70803301534m4b51963ak9b4a255a113f1be5@mail.gmail.com">c0ea50b70803301534m4b51963ak9b4a255a113f1be5@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
I use VNC tunneled under ssh to use my linux box from an WinXP laptop. For<br>
remote sound, I am trying to use Pulse Audio. I got it to work on my linux<br>
box, and from my linux box to laptop on an Ubuntu livecd, but I cannot get<br>
it to work from Linux to XP. I have been searching and trying for the past<br>
two days to get it to work. Anyone have any ideas?<br>
<br>
--<br>
Matt D.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="https://tango.0pointer.de/pipermail/pulseaudio-discuss/attachments/20080330/4c52cf1b/attachment-0001.htm" target="_blank">https://tango.0pointer.de/pipermail/pulseaudio-discuss/attachments/20080330/4c52cf1b/attachment-0001.htm</a><br>

<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Sun, 30 Mar 2008 16:30:36 -0700<br>
From: Alex Malinovich &lt;<a href="mailto:demonbane@the-love-shack.net">demonbane@the-love-shack.net</a>&gt;<br>
Subject: Re: [pulseaudio-discuss] Windows<br>
To: <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
Message-ID: &lt;<a href="mailto:1206919836.30914.6.camel@Thief.the-love-shack.lan">1206919836.30914.6.camel@Thief.the-love-shack.lan</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
<br>
On Sun, 2008-03-30 at 18:34 -0400, Matt D wrote:<br>
&gt; I use VNC tunneled under ssh to use my linux box from an WinXP laptop.<br>
&gt; For remote sound, I am trying to use Pulse Audio. I got it to work on<br>
&gt; my linux box, and from my linux box to laptop on an Ubuntu livecd, but<br>
&gt; I cannot get it to work from Linux to XP. I have been searching and<br>
&gt; trying for the past two days to get it to work. Anyone have any ideas?<br>
<br>
Well, it definitely CAN be done. :) When I boot into XP I use a remote X<br>
connection to my other PC to get a proper desktop to work with, and I<br>
use pulse to get my sound across. Doing it through an SSH tunnel is<br>
going to complicate it slightly but it should still be very doable.<br>
<br>
Here&#39;s a brief writeup I did a few months ago on connecting pulse on an<br>
XP box to a Linux box running ESD.<br>
<br>
<a href="http://www.the-love-shack.net/2007/08/23/forwarding-esd-played-sounds-to-a-remote-machine/" target="_blank">http://www.the-love-shack.net/2007/08/23/forwarding-esd-played-sounds-to-a-remote-machine/</a><br>
<br>
The only difference with connecting pulse-to-pulse instead of<br>
pulse-to-esd is that instead of using ESPEAKER you&#39;ll want to use<br>
PULSE_SERVER. Hope that helps.<br>
<br>
--<br>
Alex Malinovich<br>
Support Free Software, delete your Windows partition TODAY!<br>
Encrypted mail preferred. You can get my public key from any of the<br>
<a href="http://pgp.net" target="_blank">pgp.net</a> keyservers. Key ID: A6D24837<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 189 bytes<br>
Desc: This is a digitally signed message part<br>
Url : <a href="https://tango.0pointer.de/pipermail/pulseaudio-discuss/attachments/20080330/6d46aabc/attachment.pgp" target="_blank">https://tango.0pointer.de/pipermail/pulseaudio-discuss/attachments/20080330/6d46aabc/attachment.pgp</a><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
<a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
<br>
<br>
End of pulseaudio-discuss Digest, Vol 36, Issue 26<br>
**************************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Matt D.