<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>41340</bug_id>
          
          <creation_ts>2021-11-12 21:35:02 +0300</creation_ts>
          <short_desc>segfaults at start</short_desc>
          <delta_ts>2021-11-19 16:33:48 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>audacity</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sergey Bolshakov">sbolshakov</reporter>
          <assigned_to name="Ivan A. Melnikov">iv</assigned_to>
          <cc>aris</cc>
    
    <cc>grizlik78</cc>
    
    <cc>iv</cc>
    
    <cc>m</cc>
    
    <cc>mike</cc>
    
    <cc>mikhailnov</cc>
    
    <cc>rider</cc>
    
    <cc>slava</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>204854</commentid>
    <comment_count>0</comment_count>
    <who name="Sergey Bolshakov">sbolshakov</who>
    <bug_when>2021-11-12 21:35:02 +0300</bug_when>
    <thetext>$ 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, проблему решает</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>205042</commentid>
    <comment_count>1</comment_count>
    <who name="Aleksey Borisenkov">grizlik78</who>
    <bug_when>2021-11-19 06:54:58 +0300</bug_when>
    <thetext>*** Bug 41378 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>205079</commentid>
    <comment_count>2</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2021-11-19 14:53:43 +0300</bug_when>
    <thetext>audacity-3.1.2-alt1 -&gt; sisyphus:

 Fri Nov 19 2021 Mikhail Novosyolov &lt;mikhailnov@altlinux&gt; 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 &quot;About&quot; 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
     &quot;-DAUDACITY_BUILD_LEVEL=2&quot; 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)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>205082</commentid>
    <comment_count>3</comment_count>
    <who name="mikhailnov">m</who>
    <bug_when>2021-11-19 14:58:20 +0300</bug_when>
    <thetext>Если и новая сборку будет падать, то нужна корка. т.к. у меня она не падает.
# apt-get install audacity-debuginfo
$ gdb audacity
r
bt</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>