Program freezes up - 30728?

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
nice-pear
Posts: 6
Joined: Sun Jun 08, 2014 2:33 pm
Operating System: Please select

Program freezes up - 30728?

Post by nice-pear » Sun Jun 08, 2014 2:54 pm

I make a lot of mistakes while recording, so I quickly stop recording, hit CONTROL+Z and then R again to record. This is usually in less than half a second.

Sometimes I get this error message:

Code: Select all

ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1614:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4541
Expression 'stream->playback.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4541

** (Audacity:30728): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR (bar)' failed

(Audacity:30728): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed

** (Audacity:30728): CRITICAL **: os_bar_set_parent: assertion `OS_IS_BAR (bar)' failed

** (Audacity:30728): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR (bar)' failed

(Audacity:30728): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed

** (Audacity:30728): CRITICAL **: os_bar_set_parent: assertion `OS_IS_BAR (bar)' failed
Expression 'err' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3286
Expression 'ContinuePoll( self, StreamDirection_In, &pollTimeout, &pollCapture )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 3813
Expression 'PaAlsaStream_WaitForFrames( stream, &framesAvail, &xrun )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4185
Other times I get this message:

Code: Select all

ALSA lib pcm.c:7339:(snd_pcm_recover) underrun occurred
Thanks in advance!

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Program freezes up - 30728?

Post by Gale Andrews » Mon Jun 09, 2014 12:25 am

Please read the pink panel at the top of the page and give us the missing information. I assume you are still using Ubuntu 12.04 and their Audacity 2.0.0 package, as gleaned from your other post.

"GTK_IS_WIDGET" is probably a bug in the old wxGTK used by Ubuntu 12.04.

If you are using pulse, try selecting the (hw) devices in Device Toolbar instead, which won't be susceptible to freezing if you restart playback or recording too rapidly. Also don't hold down the Play or Record buttons, as this may also freeze Audacity up.

Because you are now trying to access the device directly through ALSA, if any other program is accessing the device then it will not be available for Audacity. Also this denies exclusive access of a device to PulseAudio, so other programs using PulseAudio will not be able to use that device.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

nice-pear
Posts: 6
Joined: Sun Jun 08, 2014 2:33 pm
Operating System: Please select

Re: Program freezes up - 30728?

Post by nice-pear » Tue Jun 10, 2014 6:22 am

Yes, you gleaned correctly: Ubuntu 12.04, Audacity ver 2.0.0 via distribution.

Thanks for the help! I'll try these out.

Post Reply