Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386283 - media-sound/audacity-1.3.12: core dump
Summary: media-sound/audacity-1.3.12: core dump
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 13:23 UTC by Martin Mokrejš
Modified: 2012-06-01 19:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gdb stacktrace of the core dump (audacity_crash.txt,52.17 KB, text/plain)
2011-10-08 13:24 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2011-10-08 13:23:49 UTC
I tried to import Raw data from /dev/cdrom (via File menu) and audacity died:


(Audacity:12785): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion `g_utf8_validate (text, len, NULL)' failed
Floating point exception (core dumped)
[cut]
$ gdb /usr/bin/audacity /var/dumps/core.audacity.12785 
GNU gdb (Gentoo 7.2 p1) 7.2
[cut]
Core was generated by `audacity'.
Program terminated with signal 8, Arithmetic exception.
#0  0xb66c9185 in __udivmoddi4 (n=0, d=0) at /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c:895
895     /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c: No such file or directory.
        in /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c
(gdb) where
#0  0xb66c9185 in __udivmoddi4 (n=0, d=0) at /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c:895
#1  __udivdi3 (n=0, d=0) at /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c:1140
#2  0x0832f68d in ProgressDialog::Update (this=0xbfa5a4d4, current=13809627536742678528, total=0, message=...) at widgets/ProgressDialog.cpp:1288
#3  0x082cb2fa in ImportRaw (parent=0x88dc248, fileName=..., trackFactory=0x8ab48b0, outTracks=0xbfa5a7a0) at import/ImportRaw.cpp:245
#4  0x081896da in AudacityProject::OnImportRaw (this=0x88dc248) at Menus.cpp:4591
#5  0x08239a72 in CommandManager::HandleCommandEntry (this=0x88dc4ec, entry=0x893a010, flags=101745281, mask=4294967295) at commands/CommandManager.cpp:996
#6  0x081ac585 in AudacityProject::OnMenu (this=0x88dc248, event=...) at Project.cpp:1724
#7  0xb715c459 in wxAppConsole::HandleEvent (this=0x86e79d0, handler=0x88dc248, func=(void (wxEvtHandler::*)(wxEvtHandler *, wxEvent &)) 0x81ac54e <AudacityProject::OnMenu(wxCommandEvent&)>, event=...)
    at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/appbase.cpp:322
#8  0xb71e55ef in wxEvtHandler::ProcessEventIfMatches (entry=..., handler=0x88dc248, event=...) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/event.cpp:1239
#9  0xb71e574a in wxEventHashTable::HandleEvent (this=0x8675e1c, event=..., self=0x88dc248) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/event.cpp:906
#10 0xb71e5a8b in wxEvtHandler::ProcessEvent (this=0x88dc248, event=...) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/event.cpp:1301
#11 0xb7411465 in gtk_menu_clicked_callback (widget=0x8939e28, menu=0x8912b68) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/gtk/menu.cpp:653
#12 0xb69ebad9 in g_cclosure_marshal_VOID__VOID (closure=0x893a4f0, return_value=0x0, n_param_values=1, param_values=0x8b41900, invocation_hint=0xbfa5aad8, marshal_data=0x0) at gmarshal.c:85
#13 0xb69ea8cf in g_closure_invoke (closure=0x893a4f0, return_value=0x0, n_param_values=1, param_values=0x8b41900, invocation_hint=0xbfa5aad8) at gclosure.c:774
#14 0xb69fc5a3 in signal_emit_unlocked_R (node=<value optimized out>, detail=0, instance=0x8939e28, emission_return=0x0, instance_and_params=0x8b41900) at gsignal.c:3272
#15 0xb6a04a03 in g_signal_emit_valist (instance=0x8939e28, signal_id=137, detail=0, var_args=0xbfa5ac9c "쌦\266\220\302k\b") at gsignal.c:3003
#16 0xb6a04b8b in g_signal_emit (instance=0x8939e28, signal_id=137, detail=0) at gsignal.c:3060
#17 0xb6cf664b in IA__gtk_widget_activate (widget=0x8939e28) at gtkwidget.c:5015
#18 0xb6bf05e8 in IA__gtk_menu_shell_activate_item (menu_shell=0x8935210, menu_item=0x8939e28, force_deactivate=1) at gtkmenushell.c:1256
#19 0xb6bf0989 in gtk_menu_shell_button_release (widget=0x8935210, event=0x8ad79a0) at gtkmenushell.c:683
#20 0xb6be5f9a in gtk_menu_button_release (widget=0x8935210, event=0x8ad79a0) at gtkmenu.c:3043
#21 0xb6bddcb2 in _gtk_marshal_BOOLEAN__BOXED (closure=0x8707320, return_value=0xbfa5af5c, n_param_values=2, param_values=0x8cd88f0, invocation_hint=0xbfa5af48, marshal_data=0xb6be5ef9) at gtkmarshalers.c:86
#22 0xb69e94f3 in g_type_class_meta_marshal (closure=0x8707320, return_value=0xbfa5af5c, n_param_values=2, param_values=0x8cd88f0, invocation_hint=0xbfa5af48, marshal_data=0xb4) at gclosure.c:885
#23 0xb69ea8cf in g_closure_invoke (closure=0x8707320, return_value=0xbfa5af5c, n_param_values=2, param_values=0x8cd88f0, invocation_hint=0xbfa5af48) at gclosure.c:774
#24 0xb69fc3c7 in signal_emit_unlocked_R (node=<value optimized out>, detail=0, instance=0x8935210, emission_return=0xbfa5b09c, instance_and_params=0x8cd88f0) at gsignal.c:3310
#25 0xb6a047ff in g_signal_emit_valist (instance=0x8935210, signal_id=46, detail=0, 
    var_args=0xbfa5b110 "<\261\245\277\270\214n\b8\261\245\277\364\377\344\266\364\377\344\266\020R\223\bxٿ\b<\261\245\277\020R\223\b\270\214n\bX\261\245\277") at gsignal.c:3013
#26 0xb6a04b8b in g_signal_emit (instance=0x8935210, signal_id=46, detail=0) at gsignal.c:3060
#27 0xb6cf7478 in gtk_widget_event_internal (widget=0x8935210, event=0x8ad79a0) at gtkwidget.c:4984
#28 0xb6bdc232 in IA__gtk_propagate_event (widget=0x8935210, event=0x8ad79a0) at gtkmain.c:2489
#29 0xb6bdc4fe in IA__gtk_main_do_event (event=<value optimized out>) at gtkmain.c:1684
#30 0xb6a752ea in gdk_event_dispatch (source=0x86ce478, callback=0, user_data=0x0) at gdkevents-x11.c:2377
#31 0xb6912587 in g_main_dispatch (context=0x86ce548) at gmain.c:2441
#32 g_main_context_dispatch (context=0x86ce548) at gmain.c:3011
#33 0xb6912cde in g_main_context_iterate (context=0x86ce548, block=1, dispatch=1, self=<value optimized out>) at gmain.c:3089
#34 0xb69131d5 in g_main_loop_run (loop=0x8b00168) at gmain.c:3297
#35 0xb6bdb4f6 in IA__gtk_main () at gtkmain.c:1256
#36 0xb73b23b8 in wxEventLoop::Run (this=0x8687b28) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/gtk/evtloop.cpp:76
#37 0xb742909c in wxAppBase::MainLoop (this=0x86e79d0) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/appcmn.cpp:312
#38 0xb7428aaf in wxAppBase::OnRun (this=0x86e79d0) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/appcmn.cpp:367
#39 0xb718ea88 in wxEntry (argc=@0xb725090c, argv=0x86d44e8) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/init.cpp:448
#40 0xb718eb27 in wxEntry (argc=@0xbfa5b4e0, argv=0xbfa5b574) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/init.cpp:460
#41 0x08124d56 in main (argc=1, argv=0xbfa5b574) at AudacityApp.cpp:626
(gdb)


# emerge -pv audacity

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] media-sound/audacity-1.3.13 [1.3.12] USE="alsa ffmpeg flac id3tag jack ladspa mp3 vorbis -libsamplerate -midi -soundtouch -twolame -vamp" 0 kB

Total: 1 package (1 upgrade), Size of downloads: 0 kB


Hmm, could upgrade meanwhile .... Am on ~x86.
Comment 1 Martin Mokrejš 2011-10-08 13:24:40 UTC
Created attachment 289219 [details]
gdb stacktrace of the core dump
Comment 2 Martin Mokrejš 2011-10-08 13:31:40 UTC
00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02)
        Subsystem: ASUSTeK Computer Inc. L3C (SPDIF)
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin B routed to IRQ 11
        Region 0: I/O ports at e000 [size=256]
        Region 1: I/O ports at e100 [size=64]
        Kernel driver in use: Intel ICH
        Kernel modules: snd-intel8x0

00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02) (prog-if 00 [Generic])
        Subsystem: ASUSTeK Computer Inc. PCtel HSP56 MR
        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin B routed to IRQ 11
        Region 0: I/O ports at e200 [size=256]
        Region 1: I/O ports at e300 [size=128]
        Kernel driver in use: Intel ICH Modem
        Kernel modules: snd-intel8x0m


# head /proc/asound/card0/codec97#0/ac97#0-0
0-0/0: Cirrus Logic CS4299 rev 4

PCI Subsys Vendor: 0x1043
PCI Subsys Device: 0x1583

Flags: 5
Capabilities     : -headphone out-
DAC resolution   : 20-bit
ADC resolution   : 18-bit
3D enhancement   : Crystal Semi 3D Stereo Enhancement
Comment 3 Tim Harder gentoo-dev 2011-10-13 22:18:20 UTC
(In reply to comment #0)
> # emerge -pv audacity
> 
> These are the packages that would be merged, in order:
> 
> Calculating dependencies... done!
> [ebuild     U  ] media-sound/audacity-1.3.13 [1.3.12] USE="alsa ffmpeg flac
> id3tag jack ladspa mp3 vorbis -libsamplerate -midi -soundtouch -twolame -vamp"
> 0 kB
> 
> Total: 1 package (1 upgrade), Size of downloads: 0 kB
> 
> 
> Hmm, could upgrade meanwhile .... Am on ~x86.

Please sync, update, and make sure the problem still exists in 1.3.13 since it has been marked stable for x86 since July 15th and no other versions are in the tree anymore.
Comment 4 Martin Mokrejš 2011-10-18 13:58:39 UTC
Still happens when I upgraded to 1.3.13:

Core was generated by `audacity'.
Program terminated with signal 8, Arithmetic exception.
#0  0xb6836185 in __udivmoddi4 (n=0, d=0) at /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c:895
895     /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c: No such file or directory.
        in /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c
(gdb) where
#0  0xb6836185 in __udivmoddi4 (n=0, d=0) at /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c:895
#1  __udivdi3 (n=0, d=0) at /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/libgcc/../gcc/libgcc2.c:1140
#2  0x08317a07 in ProgressDialog::Update (this=0xbfdb8304, current=13824790008248139776, total=0, message=...) at widgets/ProgressDialog.cpp:1341
#3  0x082ba4d4 in ImportRaw (parent=0x8940c00, fileName=..., trackFactory=0x8abf468, outTracks=0xbfdb85d0) at import/ImportRaw.cpp:245
#4  0x08188cb9 in AudacityProject::OnImportRaw (this=0x8940c00) at Menus.cpp:4739
#5  0x0822c877 in CommandManager::HandleCommandEntry (this=0x8940ea4, entry=0x895d490, flags=101744641, mask=4294967295) at commands/CommandManager.cpp:996
#6  0x081aad5f in AudacityProject::OnMenu (this=0x8940c00, event=...) at Project.cpp:1731
#7  0xb72c5459 in wxAppConsole::HandleEvent (this=0x86d2ec8, handler=0x8940c00, func=(void (wxEvtHandler::*)(wxEvtHandler *, wxEvent &)) 0x81aad28 <AudacityProject::OnMenu(wxCommandEvent&)>, event=...)
    at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/appbase.cpp:322
#8  0xb734e5ef in wxEvtHandler::ProcessEventIfMatches (entry=..., handler=0x8940c00, event=...) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/event.cpp:1239
#9  0xb734e74a in wxEventHashTable::HandleEvent (this=0x86531bc, event=..., self=0x8940c00) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/event.cpp:906
#10 0xb734ea8b in wxEvtHandler::ProcessEvent (this=0x8940c00, event=...) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/event.cpp:1301
#11 0xb757a465 in gtk_menu_clicked_callback (widget=0x8958f68, menu=0x895c010) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/gtk/menu.cpp:653
#12 0xb6b58ad9 in g_cclosure_marshal_VOID__VOID (closure=0x895d4e0, return_value=0x0, n_param_values=1, param_values=0x89e6338, invocation_hint=0xbfdb8918, marshal_data=0x0) at gmarshal.c:85
#13 0xb6b578cf in g_closure_invoke (closure=0x895d4e0, return_value=0x0, n_param_values=1, param_values=0x89e6338, invocation_hint=0xbfdb8918) at gclosure.c:774
#14 0xb6b695a3 in signal_emit_unlocked_R (node=<value optimized out>, detail=0, instance=0x8958f68, emission_return=0x0, instance_and_params=0x89e6338) at gsignal.c:3272
#15 0xb6b71a03 in g_signal_emit_valist (instance=0x8958f68, signal_id=174, detail=0, var_args=0xbfdb8adc "\354\\\275\266\240\227i\b") at gsignal.c:3003
#16 0xb6b71b8b in g_signal_emit (instance=0x8958f68, signal_id=174, detail=0) at gsignal.c:3060
#17 0xb6e6364b in IA__gtk_widget_activate (widget=0x8958f68) at gtkwidget.c:5015
#18 0xb6d5d5e8 in IA__gtk_menu_shell_activate_item (menu_shell=0x873b368, menu_item=0x8958f68, force_deactivate=1) at gtkmenushell.c:1256
#19 0xb6d5d989 in gtk_menu_shell_button_release (widget=0x873b368, event=0x8ae2550) at gtkmenushell.c:683
#20 0xb6d52f9a in gtk_menu_button_release (widget=0x873b368, event=0x8ae2550) at gtkmenu.c:3043
#21 0xb6d4acb2 in _gtk_marshal_BOOLEAN__BOXED (closure=0x86dc8e0, return_value=0xbfdb8d9c, n_param_values=2, param_values=0x8ae2a00, invocation_hint=0xbfdb8d88, marshal_data=0xb6d52ef9) at gtkmarshalers.c:86
#22 0xb6b564f3 in g_type_class_meta_marshal (closure=0x86dc8e0, return_value=0xbfdb8d9c, n_param_values=2, param_values=0x8ae2a00, invocation_hint=0xbfdb8d88, marshal_data=0xb4) at gclosure.c:885
#23 0xb6b578cf in g_closure_invoke (closure=0x86dc8e0, return_value=0xbfdb8d9c, n_param_values=2, param_values=0x8ae2a00, invocation_hint=0xbfdb8d88) at gclosure.c:774
#24 0xb6b693c7 in signal_emit_unlocked_R (node=<value optimized out>, detail=0, instance=0x873b368, emission_return=0xbfdb8edc, instance_and_params=0x8ae2a00) at gsignal.c:3310
#25 0xb6b717ff in g_signal_emit_valist (instance=0x873b368, signal_id=51, detail=0, var_args=0xbfdb8f50 "|\217ۿ\310\326k\bx\217ۿ\364\317\373\266\364\317\373\266h\263s\b\340\234\270\b|\217ۿh\263s\b\310\326k\b\230\217ۿ")
    at gsignal.c:3013
#26 0xb6b71b8b in g_signal_emit (instance=0x873b368, signal_id=51, detail=0) at gsignal.c:3060
#27 0xb6e64478 in gtk_widget_event_internal (widget=0x873b368, event=0x8ae2550) at gtkwidget.c:4984
#28 0xb6d49232 in IA__gtk_propagate_event (widget=0x873b368, event=0x8ae2550) at gtkmain.c:2489
#29 0xb6d494fe in IA__gtk_main_do_event (event=<value optimized out>) at gtkmain.c:1684
#30 0xb6be22ea in gdk_event_dispatch (source=0x86ab988, callback=0, user_data=0x0) at gdkevents-x11.c:2377
#31 0xb6a7f587 in g_main_dispatch (context=0x86aba58) at gmain.c:2441
#32 g_main_context_dispatch (context=0x86aba58) at gmain.c:3011
#33 0xb6a7fcde in g_main_context_iterate (context=0x86aba58, block=1, dispatch=1, self=<value optimized out>) at gmain.c:3089
#34 0xb6a801d5 in g_main_loop_run (loop=0x8b50e20) at gmain.c:3297
#35 0xb6d484f6 in IA__gtk_main () at gtkmain.c:1256
#36 0xb751b3b8 in wxEventLoop::Run (this=0x8b2cbc0) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/gtk/evtloop.cpp:76
#37 0xb759209c in wxAppBase::MainLoop (this=0x86d2ec8) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/appcmn.cpp:312
#38 0xb7591aaf in wxAppBase::OnRun (this=0x86d2ec8) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/appcmn.cpp:367
#39 0xb72f7a88 in wxEntry (argc=@0xb73b990c, argv=0x86a5e88) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/init.cpp:448
#40 0xb72f7b27 in wxEntry (argc=@0xbfdb9320, argv=0xbfdb93b4) at /var/tmp/portage/x11-libs/wxGTK-2.8.12.0/work/wxPython-src-2.8.12.0/src/common/init.cpp:460
#41 0x0812f630 in main (argc=1, argv=0xbfdb93b4) at AudacityApp.cpp:638
(gdb)
Comment 5 Agostino Sarubbo gentoo-dev 2012-05-25 14:06:25 UTC
Audacity-1.3-14 will be removed ASAP, can you reproduce this bug with latest stable 2.0.0?
Comment 6 Richard Ash 2012-05-26 21:04:42 UTC
(In reply to comment #0)
> I tried to import Raw data from /dev/cdrom (via File menu) and audacity died:

It's not going to work. I will accept that Audacity shouldn't crash, but this is never going to work, and it certainly isn't going to extract tracks from an Audio CD, which is what I think you are expecting.

Use cdparanoia, or one of the multiple front-ends to it (like k3b's CD audio extraction) to get files on your hard drive, then import those into Audacity.
Comment 7 Agostino Sarubbo gentoo-dev 2012-05-30 11:56:40 UTC
(In reply to comment #6)
> It's not going to work. I will accept that Audacity shouldn't crash, but
> this is never going to work, and it certainly isn't going to extract tracks
> from an Audio CD, which is what I think you are expecting.
> 
> Use cdparanoia, or one of the multiple front-ends to it (like k3b's CD audio
> extraction) to get files on your hard drive, then import those into Audacity.

then it should close as invalid for you?
Comment 8 Martin Mokrejš 2012-06-01 08:29:53 UTC
(In reply to comment #6)
> (In reply to comment #0)
> > I tried to import Raw data from /dev/cdrom (via File menu) and audacity died:
> 
> It's not going to work. I will accept that Audacity shouldn't crash, but
> this is never going to work, and it certainly isn't going to extract tracks
> from an Audio CD, which is what I think you are expecting.

I know but it shouldn't crash. Indeed, with audacity-2.0.0 I do not get the crash.


> Use cdparanoia, or one of the multiple front-ends to it (like k3b's CD audio
> extraction) to get files on your hard drive, then import those into Audacity.

Actually would be nice if it ran cdparanoia from the File/Import menu. ;-)
Comment 9 Martin Mokrejš 2012-06-01 08:32:11 UTC
(In reply to comment #8)

> 
> I know but it shouldn't crash. Indeed, with audacity-2.0.0 I do not get the
> crash.

Forgot to add, that the File/Import now creates

fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error
fread error in RawAudioGuess: Input/output error

when I pressed record button or play button? Just for completeness.
Comment 10 Richard Ash 2012-06-01 19:43:56 UTC
(In reply to comment #7)
> 
> then it should close as invalid for you?

Yes, this is the only report I can remember of someone even attempting this ...

(In reply to comment #8)
> 
> Actually would be nice if it ran cdparanoia from the File/Import menu. ;-)

Patches always considered, although if they only work on one of three platforms they are always more troublesome.