Re: Crash while resizing window

2014-10-01 Thread Graham Cox
On 29 Sep 2014, at 10:43 am, Andreas Mayer wrote: > Specifically, it is the Sepia filter that crashes. Other filters exhibit odd > behavior, like ever more pixellated output. > > Are there documented limitations in respect to CIFilters and transforms? Well, there are common-sense limitations

Re: Crash while resizing window

2014-09-28 Thread Andreas Mayer
Am 29.09.2014 um 02:22 schrieb Graham Cox : > A common cause of CG assertions on transforms is a 'Nan' or 'inf' value > ending up in the transform (these may not be discovered until some funciton > is called that uses the transform). I just checked. The only parameter that's changing while rot

Re: Crash while resizing window

2014-09-28 Thread Graham Cox
On 25 Sep 2014, at 2:44 am, Andreas Mayer wrote: > So ... something to do with some affine transform? Yes, I'm using affine > transforms to rotate the window contents, which is located in a CALayer. A common cause of CG assertions on transforms is a 'Nan' or 'inf' value ending up in the tran

Re: Crash while resizing window

2014-09-28 Thread Andreas Mayer
Am 24.09.2014 um 18:57 schrieb Alex Zavatone : > Stupid question, but is "r" ins or your variables? When the assertion is > thrown, what is r? The debugger doesn't know anything about 'r'. > There is a report on this on forums.codeblocks.org. Google for cgregion.c. > There is a suggestion

Re: Crash while resizing window

2014-09-24 Thread Alex Zavatone
Stupid question, but is "r" ins or your variables? When the assertion is thrown, what is r? There is a report on this on forums.codeblocks.org. Google for cgregion.c. There is a suggestion to go to Settings -> Editor -> Code Completion -> Symbols Browser -> Disable Symbols Browser. GL. Se

Crash while resizing window

2014-09-24 Thread Andreas Mayer
Hi there. I get an assertion failure while programmatically resizing a window: Assertion failed: (r->shape != NULL), function assert_check_region, file Regions/CGRegion.c, line 28. Anyone has any idea what might be wrong and what I can do about it? I'll explain in more detail what I am do