hi,
i am really unsure if i have a local problem because i get this two segfaults 
since last commits.

first if i try to load an song.
 
Program received signal SIGSEGV, Segmentation fault.
NotePropertiesRuler::createVelocityBackground (this=0x15d3fd0, pixmap=<value 
optimized out>)
    at 
/home/wolke/downloads/svn/comix_hydrogen_svn/hydrogen-trunk/src/gui/src/PatternEditor/NotePropertiesRuler.cpp:1266


also i get an segfault if i try to save an soundlibrary.

Program received signal SIGSEGV, Segmentation fault.
H2Core::InstrumentList::get (this=0xd1fa10, idx=0) at 
/home/wolke/downloads/svn/comix_hydrogen_svn/hydrogen-trunk/src/core/src/basics/instrument_list.cpp:142
142         return __instruments[idx];


second segfault was solved by my crude commit
-    drumkit->set_instruments( 0 ); 
-    delete drumkit; 
+    drumkit->~Object();

i know that this is not so nice to call this destructor. but here it works 
without segfault and left objects.

greetings wolke

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to