Audacity 1.3.3-Beta (Poss. Bug) - Crash after resample.

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
thundergod
Posts: 2
Joined: Mon Feb 25, 2008 12:17 pm
Operating System: Please select

Audacity 1.3.3-Beta (Poss. Bug) - Crash after resample.

Post by thundergod » Mon Feb 25, 2008 12:24 pm

I have never bug posted before, so please excuse me if I screw this up. I prepared the following last night after a crash while using audacity. Thank $deity I was able to attach GDB to the process before it popped its clogs. I hope someone can help me with this. Here goes. (Ps: If this doesn't format correctly, blame VI. I prepped it in that! :) )


******************************************************************************************************
Below is a backtrace from audacity 1.3.3-Beta (Unicode version)

The output was recovered when I attached GDB to Audacity Process following
the GUI of Audacity ceasing all function. (Click buttons, no playout, no record,
no meters, nada.)

Previous to this, I had been editing a track within Audacity and had just finished
a track resample from 44100Hz to 22050Hz. The resampled track would not playout.

Playout was via ALSA:FRONT

Crash occurred at 00:11 25/02/08

Contact re bug: Thorsteinn A. Malmjursson
Email: [email protected]

#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb73d14c7 in poll () from /lib/i686/libc.so.6
#2 0xb7900a39 in wxGridCellEditor::IsAcceptedKey ()
from /usr/lib/libwx_gtk2u_core-2.6.so.0
#3 0xb6e62bbd in wxGridCellEditor::IsAcceptedKey ()
from /usr/lib/libglib-2.0.so.0
#4 0xb6e63068 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#5 0xb707fa0f in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#6 0xb791d06c in wxEventLoop::Run () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#7 0xb79b02ef in wxAppBase::MainLoop () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#8 0xb79af9bf in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#9 0xb76fdf6c in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#10 0xb76fe041 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#11 0x0807bd90 in ?? ()
#12 0xb7321f90 in __libc_start_main () from /lib/i686/libc.so.6
#13 0x08070471 in wxGridCellEditor::IsAcceptedKey ()


Audacity running on:
Mandriva 2008.0
KDE Desktop
Intel Celeron 2.53Ghz Processor (i686 arch)
Approx 928GB Free Space in audacity_temp
(Mounted at /mnt/audacity (Device node: /dev/sdm7))
Total free space on whole system - 2.70TB

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Audacity 1.3.3-Beta (Poss. Bug) - Crash after resample.

Post by steve » Mon Feb 25, 2008 7:27 pm

I'm not certain if this feature is in Audacity 1.3.3 (I use 1.3.4 in Xubuntu), but try looking in the "help" menu and see if there is a "Audio Device Info" option.

If there is, check this carefully to see what sample rates ALSA supports for your selected playback and recording devices. (I notice that with my sound card there is quite a strange selection of supported formats which vary depending on which input and output I use)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

thundergod
Posts: 2
Joined: Mon Feb 25, 2008 12:17 pm
Operating System: Please select

Re: Audacity 1.3.3-Beta (Poss. Bug) - Crash after resample.

Post by thundergod » Tue Feb 26, 2008 2:58 pm

That facility I cannot see in 1.3.3 - but I do know that the device I have (Intel 82801DB Onboard) accepts 8000hz, 11025, 22050, 44100, 48000 and 96000hz for playback and record.

This one is a mystery to me Steve, we got the (unstable) 133 issued with Mandriva 2008.0 - I am at a loss as to why Mandriva would even issue an unstable beta with a working OS... :D

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Audacity 1.3.3-Beta (Poss. Bug) - Crash after resample.

Post by steve » Tue Feb 26, 2008 5:30 pm

thundergod wrote:That facility I cannot see in 1.3.3 - but I do know that the device I have (Intel 82801DB Onboard) accepts 8000hz, 11025, 22050, 44100, 48000 and 96000hz for playback and record.
I know that my soundcard can do these too, but with ALSA I can only record at 48000 Hz on one input, 44100 Hz on another, and the whole lot on spdif (which my card has no socket for), or on any of the other inputs that have 0 channels available. :shock:

If I'm using Audacity, I have to use 48000 Hz and then it works great, but using JACK I can use any. Unfortunately Audacity causes JACK to freeze on my machine.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked