Donate Share

LMMS (Linux MultiMedia Studio)

Tracker: Bugs

5 Crash triple oscillator plugin keyboard - ID: 2008232
Last Update: Comment added ( tobydox )

Crashed just run and played some notes on keyboard of triple oscillator
plugin.Backtrace has been attached.


Nobody/Anonymous ( nobody ) - 2008-07-01 20:35

5

Closed

Fixed

Tobias Doerffel

Crash

Version 0.4.0 Release

Public


Comments ( 5 )




Date: 2008-07-05 07:09
Sender: tobydoxProject AdminAccepting Donations


Fixed in SVN-rev 1271


Date: 2008-07-05 07:07
Sender: tobydoxProject AdminAccepting Donations


Fixed in SVN-rev 1271


Date: 2008-07-05 07:06
Sender: tobydoxProject AdminAccepting Donations


Fixed in SVN-rev 1271


Date: 2008-07-05 01:33
Sender: svona


I'm not the one who posted this bug, but I had the same problem. Applying
the patch itself didn't work (I think it's a spaces/tabs-issue), but after
doing the change by hand, it works. Thanks!


Date: 2008-07-01 22:53
Sender: tobydoxProject AdminAccepting Donations


write this into a file and apply via "patch -p0 < my_diff_file"

--- include/inline_automation.h (Revision 1260)
+++ include/inline_automation.h (Arbeitskopie)
@@ -42,7 +42,10 @@

virtual ~inlineAutomation()
{
- delete m_autoPattern;
+ if( m_autoPattern )
+ {
+ m_autoPattern->deleteLater();
+ }
}

inline bool hasAutomation( void ) const




Does it help?


Log in to comment.




Attached File ( 1 )

Filename Description Download
Crash_plugin_keyboard.txt Crash_plugin_keyboard Download

Changes ( 6 )

Field Old Value Date By
artifact_group_id None 2008-07-05 07:07 tobydox
status_id Open 2008-07-05 07:06 tobydox
resolution_id None 2008-07-05 07:06 tobydox
close_date - 2008-07-05 07:06 tobydox
assigned_to nobody 2008-07-01 22:53 tobydox
File Added 283350: Crash_plugin_keyboard.txt 2008-07-01 20:35 nobody