Bugs item #3539256, was opened at 2012-07-01 03:12
Message generated for change (Comment added) made by zelgadis_ksee
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3539256&group_id=144022

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crasher/nasty bug
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Genete (genete)
Assigned to: Nobody/Anonymous (nobody)
Summary: Lower SImple Circle quickly may hang out

Initial Comment:
I've found a combination of layers that makes Synfig Studio hang. When you 
lower the Simple Circle from the first paste canvas layer quickly repeatedly 
you find that it stop responding.
A debug session shows the code stopped at the line 344 of context.cpp:
RWLock::WriterLock lock((*context)->get_rw_lock());
Inspecting the Context iterators values results that *context is pointing to a 
layer beyond the end of the layer stack.
It might be caused by the lower layer action that doesn't wait correctly the 
time to the layers to render and so it thinks that the action is ready and 
tries to decrease the layer position out of the context. It might happen with 
other layers and combinations.
See attached example file.

----------------------------------------------------------------------

Comment By: Konstantin Dmitriev (zelgadis_ksee)
Date: 2012-12-26 04:11

Message:
This bugtracker is no longer active. The issue is moved to the new
bugtracker - http://synfig.org/issues/thebuggenie/synfig

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=757416&aid=3539256&group_id=144022

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to