Comment #1 on issue 30 by kevinfis...@eightvirtues.com: someimage.Draw in  
imlib component raises signal 11 upon second execution
http://code.google.com/p/gambas/issues/detail?id=30

Things that make the code NOT crash include:

1) Commenting out "Draw.Image(workspace, 0, 0)".

2) Commenting out both "workspace.Draw(image1, 0, 0)"  
and "workspace.Draw(image2, 0, 0)".

3) Moving both "workspace.Draw(image1, 0, 0)" and "workspace.Draw(image2,  
0, 0)" outside the Do...Loop.

4) Disabling the imlib component and just using gb.image.


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to