SIGSEGV - Segmentation fault on start
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livemix (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
1)The program don’t start. It return a SIGSEGV – Segmentation fault error. I correct add a int cast to variable knob_width in file Fader.cpp. I change the line 439 of file Fader.cpp:
before
painter.
after
painter.
2)The Add Plugin’s window don’t load plugin’s list. I change in backend/effects.cpp file the line 57
before
m_ladspaPathVect << sLadspaPath.
after
m_ladspaPathVect << sPath.c_str();
I also add this istructions in the LadspaFXSelector class costructor for greater readability
QPalette defaultPalette; defaultPalette.
m_pPluginsListB
Arch: amd64
Distribution: KxStudio
Package: livemix_
Status changed to 'Confirmed' because the bug affects multiple users.