Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sigsegv on new project #344

Closed
eagles051387 opened this issue Feb 19, 2014 · 1 comment
Closed

sigsegv on new project #344

eagles051387 opened this issue Feb 19, 2014 · 1 comment
Labels

Comments

@eagles051387
Copy link

(From GIT master branch on 30-Nov-2012)
I was working on a project with multiple mixer lines, then clicked the "New project" icon. It seems as though the mixer still had some references to the lines, while the QT objects had been cleaned out when the repaint request came in.
The backtrace is:
#0 0x0815de94 in QVector::size (this=0x95abd18)

at /usr/include/qt4/QtCore/qvector.h:137
#1 0x0815c88b in FxMixer::channelSendModel (this=0x84b7898,

fromChannel=120 'x', toChannel=0 '\000')
at /home/xyz/software/LinuxMultimediaStudio/lmms-git/lmms/src/core/FxMixer.cpp:402
#2 0x081c5b3a in FxLine::paintEvent (this=0x88dae08)

at /home/xyz/software/LinuxMultimediaStudio/lmms-git/lmms/src/gui/FxLine.cpp:62
#3 0xb766c062 in QWidget::event(QEvent*) () from /usr/lib/qt4/libQtGui.so.4
#4 0xb76128ac in QApplicationPrivate::notify_helper(QObject_, QEvent_) ()

from /usr/lib/qt4/libQtGui.so.4
#5 0xb7617659 in QApplication::notify(QObject_, QEvent_) ()

from /usr/lib/qt4/libQtGui.so.4

@tobydox
Copy link
Member

tobydox commented Feb 19, 2014

This was a bug in the old master branch (with the new FX mixer). It's fixed in stable-0.4-new-fx-mixer already.

@tobydox tobydox closed this as completed Feb 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants