On Wed, 17 Jul 2013 21:11:40 +0900 Kim Shinwoo <[email protected]> said:
> Dear all(specially Raster), hello. > > Finally, i have remembered why elm_access could not call > evas_object_del(data); in the _access_obj_del_cb();. there was a crash on > smart_theme(); > > The step to make a crash is as below > 1. an object has a part object which is registered to use on the > accessibility. > 2. call elm_object_style_set(); which would remove the part object on step > 1. > 3. _access_obj_del_cb(); is called by step 2. and try to delete the access > object. > 4. deleting access object ignites recalculation because the access object > is a sub object of the object which try to set the style on step 2. > 5. the recalculation try to access the deleted part object of step 2. then > crash occurs. > > This issue does not occur, after the EO migration. but i'm still standing > on the Elementary without the EO. Please enlighten me again. Thank you. delete could be delayed with an ecore_job() ... :) > Cordially, > Shinwoo Kim. > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
