DBDigital / nookdevs

Automatically exported from code.google.com/p/nookdevs Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

AndroidOutputDev crashes on Honecomb 3.0 #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Creating SkPath object on stack in "doFill" function  
2. Initializing Path with points (fPts of this object) 
3. Creating SkPaint object on stack  
3. array of points in fPts is invalid 

What is the expected output? What do you see instead?
Creating SkPath object on stack mustn't affect other objects on stack

What version of the product are you using? On what operating system?
Last one. Honecomb.

Please provide any additional information below.
SkPaint uses' this in constructor, as far as I know this is not good practice

http://stackoverflow.com/questions/5715102/memory-crash-while-drawing-with-skia-
on-honeycomb

sergeydeyneko(at)gmail(dot)com 

Original issue reported on code.google.com by SergeyDe...@gmail.com on 26 Apr 2011 at 10:16

GoogleCodeExporter commented 8 years ago
Similar issue in function "stroke"

Original comment by SergeyDe...@gmail.com on 26 Apr 2011 at 10:18

GoogleCodeExporter commented 8 years ago
You have this reported  in the wrong site. 

Original comment by hari.swa...@gmail.com on 6 May 2011 at 12:48