[Bug 264866] audio/mp3splt: segmentation fault

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Jun 2022 08:01:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264866

            Bug ID: 264866
           Summary: audio/mp3splt: segmentation fault
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vermaden@interia.pl
                CC: citrin@citrin.ru
             Flags: maintainer-feedback?(citrin@citrin.ru)
                CC: citrin@citrin.ru

As described in title - added from 'Latest' branch of pkg(8) packages.

# pkg info audio/mp3splt
mp3splt-2.6.2
Name           : mp3splt
Version        : 2.6.2
Installed on   : Fri Jun 24 09:54:21 2022 CEST
Origin         : audio/mp3splt
Architecture   : FreeBSD:13:amd64
Prefix         : /usr/local
Categories     : audio
Licenses       : GPLv2
Maintainer     : citrin@citrin.ru
WWW            : http://mp3splt.sourceforge.net/
Comment        : Utility to split MP3 and Ogg files (via CUE sheets)
Options        :
        NLS            : on
Shared Libs required:
        libmp3splt.so.0
        libintl.so.8
Annotations    :
        FreeBSD_version: 1300139
        cpe            :
cpe:2.3:a:mp3splt_project:mp3splt:2.6.2:::::freebsd13:x64
        repo_type      : binary
        repository     : FreeBSD
Flat size      : 112KiB
Description    :
Mp3Splt is a command line utility to split mp3 and ogg files selecting a begin
and an end time position, without decoding. It's very useful to split large
mp3/ogg to make smaller files or to split entire albums to obtain original
tracks. If you want to split an album, you can select split points and
filenames manually or you can get them automatically from CDDB (Internet or a
local file) or from .cue files.  Otherwise if you have a file created either
with Mp3Wrap or AlbumWrap you can extract tracks just in few seconds. Supports
VBR mp3.

WWW: http://mp3splt.sourceforge.net/



% time mp3splt -f -t 5.0 -a -d . Catherine.mp3   
mp3splt 2.6.2 (09/11/14) - using libmp3splt 0.9.2
        Matteo Trotta <mtrotta AT users.sourceforge.net>
        Alexandru Munteanu <m AT ioalex.net>
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
 Processing file 'Catherine.mp3' ...
 info: file matches the plugin 'mp3 (libmad)'
 info: found Xing or Info header. Switching to frame mode... 
 info: MPEG 1 Layer 3 - 44100 Hz - Joint Stereo - FRAME MODE - Total time:
694m.03s
 Working with SILENCE AUTO-ADJUST (Threshold: -48.0 dB Gap: 30 sec Offset: 0.80
Min: 0.00 sec)
 info: starting time mode split
zsh: segmentation fault  mp3splt -f -t 5.0 -a -d . Catherine.mp3
mp3splt -f -t 5.0 -a -d . Catherine.mp3  0.02s user 0.01s system 47% cpu 0.066
total



% time mp3splt -t 5.0 -a -d . Catherine.mp3 
mp3splt 2.6.2 (09/11/14) - using libmp3splt 0.9.2
        Matteo Trotta <mtrotta AT users.sourceforge.net>
        Alexandru Munteanu <m AT ioalex.net>
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
 Processing file 'Catherine.mp3' ...
 info: file matches the plugin 'mp3 (libmad)'
 info: found Xing or Info header. Switching to frame mode... 
 info: MPEG 1 Layer 3 - 44100 Hz - Joint Stereo - FRAME MODE - Total time:
694m.03s
 Working with SILENCE AUTO-ADJUST (Threshold: -48.0 dB Gap: 30 sec Offset: 0.80
Min: 0.00 sec)
 info: starting time mode split
zsh: segmentation fault  mp3splt -t 5.0 -a -d . Catherine.mp3  
mp3splt -t 5.0 -a -d . Catherine.mp3  0.01s user 0.02s system 46% cpu 0.053
total

-- 
You are receiving this mail because:
You are the assignee for the bug.