From: m0n0 <ol...@mo...> - 2010-12-22 22:06:57
|
Hello, I found a bug within the component window interface... I'm using window 2.0.0-rc2, I know that there is also an 2.0.1-rc1 around.... Maybe the bug is fixed there? Don't know, but the 2.0.0-rc2 contains a folder "examples" which is not availabe within the 2.0.1-rc1 package... The Bug just triggers with aranym or my plain falcon - it DOES NOT trigger with aranym-jit. examples\frames\wdiff.prg can be used as a test-case for this bug. During comp_wind_create there is an "loose focus" event triggered. within the function comp_focus_change the passed COMPONENT * is 1 - doesn't look like an valid pointer ;). Currently I'm investigating the problem... But maybe someone can tell about it? Anyone knows other architectures that trigger the bug? Is it possible to update the SVN / CVS when I (or some other person) got an bugfix for this? How to do it? My solution will probably be an check for an NULL pointer somewhere, although this is not the real deal... because the Bug is caused by some logic,... but I guess it can be calmed that way... Greets, m |