Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333105 - media-sound/lmms-0.4.5, 0.4.7 segfault after selecting bass mania in "My Presets"
Summary: media-sound/lmms-0.4.5, 0.4.7 segfault after selecting bass mania in "My Pres...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-17 01:27 UTC by Damien John-Alan Sticklen
Modified: 2011-01-02 12:59 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Damien John-Alan Sticklen 2010-08-17 01:27:12 UTC
For the purpose of bugfixing, I am not running LMMS with the "debug" USE flag.  I start LMMS without any arguments.  I then select "My Presets" and enter into the folder named "AudioFileProcessor".  Selecting some of the listed items, including Bass-Mania.xpf result in LMMS crashing.  Output at the console is as follows:

_IceTransSocketUNIXConnect: Cannot connect to non-local host localhost
_IceTransSocketUNIXConnect: Cannot connect to non-local host localhost
Qt: Session management error: Could not open network socket
Notice: could not set realtime priority.
Segmentation fault




Reproducible: Always

Steps to Reproduce:
1. run the lmms command with no arguments
2. select "My Presets"
3. Select "AudioFileProcessor"
4. Select "Bass-Mania.xpf"

Actual Results:  
Segmentation fault.

The output during normal operation is as follows:

_IceTransSocketUNIXConnect: Cannot connect to non-local host localhost
_IceTransSocketUNIXConnect: Cannot connect to non-local host localhost
Qt: Session management error: Could not open network socket
Notice: could not set realtime priority.

Expected Results:  
Selects the sound effect and plays it.

</etc/make.conf>
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j3"
SYNC=rsync://rsync.au.gentoo.org/gentoo-portage
#GENTOO_MIRRORS=http://ftp.swin.edu.au/gentoo
USE="unicode qemu xinerama extras spell pdf faad faac aac x264 threads policykit device-mapper gdu gtk gnome cairo X consolekit udev -hal alsa dbus pulseaudio truetype java bindi$
VIDEO_CARDS="nvidia"
LINGUAS="en"
ACCEPT_LICENSE="dlj-1.1 AdobeFlash-10.1 PUEL"
source /var/lib/layman/make.conf
GENTOO_MIRRORS="http://mirror.aarnet.edu.au/pub/gentoo"
#GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo"
LDFLAGS="-Wl,--as-needed"
EMU_CARDS="alsa_cards_emu10k1"

</etc/portage/package.use>
net-print/hplip scanner
app-emulation/qemu-kvm sdl

### kde installation flags ######

x11-libs/qt-qt3support kde
x11-libs/qt-webkit kde
dev-python/PyQt4 sql svg webkit
x11-libs/qt-sql mysql
x11-libs/qt-gui mng

### end kde installation flags ##

### kopete's support for msn   ##

kde-base/kopete msn


### Amarok: to avoid the external db problem ####

media-sound/amarok embedded
dev-db/mysql embedded
media-sound/lmms debug

</etc/portage/package.keywords>
sys-apps/usb_modeswitch
mail-client/alpine
x11-themes/gnome-colors-themes
x11-themes/gnome-colors-common
app-emulation/qemu-kvm
app-emulation/virt-manager
app-emulation/virtinst
app-emulation/libvirt
net-analyzer/netcat6
>=app-editors/gedit-2.28.4
=app-editors/gedit-2.28.4
=media-sound/rhythmbox-0.12.8-r1
x11-themes/gtk-engines-qtcurve
#>=dev-db/mysql-5.1.45-r1 ~x86
#>=virtual/mysql-5.1 ~x86
=media-sound/lmms-0.4.5

Running KDE 4.4.5 at the time of SegFault
Comment 1 Damien John-Alan Sticklen 2010-08-23 00:24:46 UTC
(In reply to comment #0)
> For the purpose of bugfixing, I am not running LMMS with the "debug" USE flag. 
> I start LMMS without any arguments.  I then select "My Presets" and enter into
> the folder named "AudioFileProcessor".  Selecting some of the listed items,
> including Bass-Mania.xpf result in LMMS crashing.  Output at the console is as
> follows:
> 
> _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost
> _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost
> Qt: Session management error: Could not open network socket
> Notice: could not set realtime priority.
> Segmentation fault
> 
> 
> 
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. run the lmms command with no arguments
> 2. select "My Presets"
> 3. Select "AudioFileProcessor"
> 4. Select "Bass-Mania.xpf"
> 
> Actual Results:  
> Segmentation fault.
> 
> The output during normal operation is as follows:
> 
> _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost
> _IceTransSocketUNIXConnect: Cannot connect to non-local host localhost
> Qt: Session management error: Could not open network socket
> Notice: could not set realtime priority.
> 
> Expected Results:  
> Selects the sound effect and plays it.
> 
> </etc/make.conf>
> # These settings were set by the catalyst build script that automatically
> # built this stage.
> # Please consult /usr/share/portage/config/make.conf.example for a more
> # detailed example.
> CFLAGS="-O2 -march=i686 -pipe"
> CXXFLAGS="-O2 -march=i686 -pipe"
> # WARNING: Changing your CHOST is not something that should be done lightly.
> # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
> CHOST="i686-pc-linux-gnu"
> MAKEOPTS="-j3"
> SYNC=rsync://rsync.au.gentoo.org/gentoo-portage
> #GENTOO_MIRRORS=http://ftp.swin.edu.au/gentoo
> USE="unicode qemu xinerama extras spell pdf faad faac aac x264 threads
> policykit device-mapper gdu gtk gnome cairo X consolekit udev -hal alsa dbus
> pulseaudio truetype java bindi$
> VIDEO_CARDS="nvidia"
> LINGUAS="en"
> ACCEPT_LICENSE="dlj-1.1 AdobeFlash-10.1 PUEL"
> source /var/lib/layman/make.conf
> GENTOO_MIRRORS="http://mirror.aarnet.edu.au/pub/gentoo"
> #GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo"
> LDFLAGS="-Wl,--as-needed"
> EMU_CARDS="alsa_cards_emu10k1"
> 
> </etc/portage/package.use>
> net-print/hplip scanner
> app-emulation/qemu-kvm sdl
> 
> ### kde installation flags ######
> 
> x11-libs/qt-qt3support kde
> x11-libs/qt-webkit kde
> dev-python/PyQt4 sql svg webkit
> x11-libs/qt-sql mysql
> x11-libs/qt-gui mng
> 
> ### end kde installation flags ##
> 
> ### kopete's support for msn   ##
> 
> kde-base/kopete msn
> 
> 
> ### Amarok: to avoid the external db problem ####
> 
> media-sound/amarok embedded
> dev-db/mysql embedded
> media-sound/lmms debug
> 
> </etc/portage/package.keywords>
> sys-apps/usb_modeswitch
> mail-client/alpine
> x11-themes/gnome-colors-themes
> x11-themes/gnome-colors-common
> app-emulation/qemu-kvm
> app-emulation/virt-manager
> app-emulation/virtinst
> app-emulation/libvirt
> net-analyzer/netcat6
> >=app-editors/gedit-2.28.4
> =app-editors/gedit-2.28.4
> =media-sound/rhythmbox-0.12.8-r1
> x11-themes/gtk-engines-qtcurve
> #>=dev-db/mysql-5.1.45-r1 ~x86
> #>=virtual/mysql-5.1 ~x86
> =media-sound/lmms-0.4.5
> 
> Running KDE 4.4.5 at the time of SegFault
> 

Tried with a full set of USE flags for this program...still crashes as per above details
Comment 2 Alexis Ballier gentoo-dev 2011-01-02 12:59:46 UTC
should be fixed in 0.4.9 (at least, cannot reproduce it here), please reopen if not