discomfitor pushed a commit to branch enlightenment-0.20. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f546997405271ee1c4e75d34a293813b607f149f
commit f546997405271ee1c4e75d34a293813b607f149f Author: Mike Blumenkrantz <[email protected]> Date: Sat Feb 27 14:19:28 2016 -0500 disable emotion_shutdown during shutdown procedure this manually iterates main loop and is guaranteed to trigger unexpected behaviors and/or crashes --- src/bin/e_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 71bc654..20ee041 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -465,7 +465,8 @@ main(int argc, char **argv) _e_main_shutdown(-1); } TS("Emotion Init Done"); - _e_main_shutdown_push((void *)emotion_shutdown); + /* triggers event flush: do not call */ + //_e_main_shutdown_push((void *)emotion_shutdown); /* e doesn't sync to compositor - it should be one */ ecore_evas_app_comp_sync_set(0); --
