Bug 41340 - segfaults at start
Summary: segfaults at start
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: audacity (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Ivan A. Melnikov
QA Contact: qa-sisyphus
URL:
Keywords:
: 41378 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-11-12 21:35 MSK by Sergey Bolshakov
Modified: 2021-11-19 16:33 MSK (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Bolshakov 2021-11-12 21:35:02 MSK
$ rpmquery audacity
audacity-2.4.1-alt0.gitd6f841.3.x86_64

$ audacity
Attempting to connect to Audacity failed...retrying
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Unhandled unknown exception; terminating the application.
21:31:23: Debug: 2 threads were not terminated by the application.
zsh: segmentation fault  audacity

установка предыдущей сборки, audacity-2.4.1-alt0.gitd6f841.2, проблему решает
Comment 1 Aleksey Borisenkov 2021-11-19 06:54:58 MSK
*** Bug 41378 has been marked as a duplicate of this bug. ***
Comment 2 Repository Robot 2021-11-19 14:53:43 MSK
audacity-3.1.2-alt1 -> sisyphus:

 Fri Nov 19 2021 Mikhail Novosyolov <mikhailnov@altlinux> 3.1.2-alt1
 - Version 3.1.2 (Closes: 40174, 38790, 38662, 41340)
 - Do load plugins from /usr/lib/ladspa in addition to /usr/lib64/ladspa
   (this upstream behaviour was incorrectly changed by sed)
 - XXX Upstream removed linkage with libffmpeg, so we do not have propper ABI tracking now
   and depend from libavocodec.so.58 manually
   (https://github.com/audacity/audacity/issues/2161)
 - Build against system libopus, libportaudio and libmidi (as in upstream spec for Fedora)
 - Dropped setting of correct version in the "About" dialog, upstream code changed,
   it is set correctly now by cmake variables like AUDACITY_VERSION
 - Dropped no more needed patches:
   + ALT-Remove-warning-about-alpha-version.patch - upstream code changed, using
     "-DAUDACITY_BUILD_LEVEL=2" now
   + 0001-HACK-off-bundled-libmp3lame.patch - libmp3lame is not bundled any more,
     a chack that system one is linked is kept in %check
   + 0001-update-PO-files-by-update_po_files.sh.patch,
     0002-Fix-fuzzies-in-Russian-transaltion.patch,
     0003-Fix-translation-of-Filter-Curve.patch - dropped in the new version,
     upstream has a special workflow of updating translations
     (see https://github.com/audacity/audacity/pull/558)
 - Renamed and rediffed other patches, make all of them git am-able
 - Hacked to force GTK+3.0 at build time
 - Removed hack with -latomic on MIPS, upstream CMakeLists.txt adds it itself
 - Hacked for liblame-devel missing pkgconfig file
   (reported https://bugzilla.altlinux.org/show_bug.cgi?id=40342)
 - Explicitly disabled networking (it is disabled by default, make sure that
   we do not send crash reports to Audacity servers, they will not be able
   to read them due to debuginfo available separately and because it is not their build)
Comment 3 mikhailnov 2021-11-19 14:58:20 MSK
Если и новая сборку будет падать, то нужна корка. т.к. у меня она не падает.
# apt-get install audacity-debuginfo
$ gdb audacity
r
bt