rafalszemraj / fabrication

Automatically exported from code.google.com/p/fabrication
2 stars 1 forks source link

Error #1023: Stack overflow occurred. #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Changing version of fabrication in my project. Cannot simply answer.

What is the expected output? What do you see instead?
When I want to use FabricationConsole through 
override public function get fabricationLoggerEnabled():Boolean { return true }

then with some versions  (described in next answer) 
 of fabrication appear error:

Error: Error #1023: Stack overflow occurred. at 
org.puremvc.as3.multicore.utilities.fabrication.logging::FabricationLogger/parse
Object()[/Users/sema/Work/projects/personal/fabrication/framework/src/org/puremv
c/as3/multicore/utilities/fabrication/logging/FabricationLogger.as:403]

What version of the product are you using? On what operating system?
This problem appears in version 0.7.5.2 and higher. The same code works correct 
on 0.7.5 and lower. Didn't check if 0.7.5.1 is correct as i can not download it.
I use  Fabrication 0.7.x.x library for Flash ( pure as3 ). WIN7, FP 10,1,82,76

Please provide any additional information below.
In my code I'm not using Log functionality at all. 

Original issue reported on code.google.com by kuba.wyr...@gmail.com on 12 Sep 2010 at 6:42

GoogleCodeExporter commented 9 years ago
Hi Kuba,
I'm sorry for so late response, I have been quite busy last weeks. Please, 
check out version 0.7.5.5 - I found a problem cause and managed to fix it. 
Should work in your project with no problems :)

Original comment by rafael.s...@gmail.com on 21 Sep 2010 at 2:46

GoogleCodeExporter commented 9 years ago
Thank you for update. Version 0.7.5.5 works great. 
Keep up good work :-)

Original comment by kuba.wyr...@gmail.com on 21 Sep 2010 at 6:29