From 00e64a6ba4809f1b10b1ae30c4f013fefb2e3a5a Mon Sep 17 00:00:00 2001 From: dooglus Date: Wed, 3 Oct 2007 02:43:12 +0000 Subject: [PATCH] Revert r764. pxegeek on IRC reports: Looks like my build of 813 failed. Looks like it was trying to render the logo synfig(5228): info: ValueNode::subsys_stop() synfig(5228): info: Importer::subsys_stop() synfig(5228): info: Target::subsys_stop() synfig(5228): info: Layer::subsys_stop() synfig(5228): info: Module::subsys_stop() I think it's hung - it shouldn't take this long. :( Looks like it's hanging while stopping the module subsystem. Maybe he has some modules I don't, and they're causing a crash. I don't see any crash here. git-svn-id: http://svn.voria.com/code@824 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/synfig-core/trunk/src/synfig/main.cpp b/synfig-core/trunk/src/synfig/main.cpp index 6238757..112de0e 100644 --- a/synfig-core/trunk/src/synfig/main.cpp +++ b/synfig-core/trunk/src/synfig/main.cpp @@ -377,8 +377,10 @@ synfig::Main::~Main() Target::subsys_stop(); synfig::info("Layer::subsys_stop()"); Layer::subsys_stop(); - synfig::info("Module::subsys_stop()"); - Module::subsys_stop(); + /*! \fixme For some reason, uncommenting the next line will cause things to crash. + This needs to be looked into at some point. */ + // synfig::info("Module::subsys_stop()"); + // Module::subsys_stop(); synfig::info("Exiting"); #if defined(HAVE_SIGNAL_H) && defined(SIGPIPE) -- 2.7.4