maya encountered a fatal error Signal: 11 (Unknown Signal)
Stack trace:
/lib64/libc.so.6() [0x344b832900]
/usr/autodesk/maya2014-x64/bin/../lib/libpython2.7.so.1.0(+0x10e1b3) [0x7fcf7ac3e1b3]
PyGILState_Ensure
TpythonLock::initLock(TpythonLock::TpythonLockingInfo)
TpythonObjectWithLock<TpythonLock>::~TpythonObjectWithLock()
TscriptAction::~TscriptAction()
std::tr1::unordered_map<std::string, TprepareRenderCmd::RegistryEntry, std::tr1::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, TprepareRenderCmd::RegistryEntry> >, false>::~unordered_map()
exit
__libc_start_main
/usr/autodesk/maya2014-x64/bin/python-bin() [0x400619]
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/c093edf8-b581-431d-87fd-2b64eb378727%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
import maya.standalone
maya.standalone.initialize()
import maya.cmds as mc
mc.file(options.filename, o=True)
mc.quit(force=True)
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/c093edf8-b581-431d-87fd-2b64eb378727%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Maybe it is the force quit using the Maya command. Its possible that it is doing some faulty shutdown logic when it is not running in the GUI.
Do you get the error if you just exit with sys.exit()?
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/ab366ba7-fd6a-4824-87d3-0d0d1b2191a9%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/c093edf8-b581-431d-87fd-2b64eb378727%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/e9d903d2-b228-4711-9998-70f2b7635311%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CABwp0vOqQ2eoWG4%3DnKh%3DWHRkM1DzayRueygk-9tAo9Jde6Pqsw%40mail.gmail.com.
--To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1JqaaDbCE3B3%3DQ2gQgEbGMW%2BN67U1RPWNMrGXw0-VFWA%40mail.gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/python_inside_maya/jrBR36juX2c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to python_inside_m...@googlegroups.com.