Maya Gets Crashed with Status 139

Maya Gets Crashed with Status 139

Anonymous
Not applicable
1,411 Views
1 Reply
Message 1 of 2

Maya Gets Crashed with Status 139

Anonymous
Not applicable

When I am Trying to Fire render using Terminal Maya gets Crashed Everytime.To stop this I Reinstall Maya and then it works fine but this Error comes after some time.

 

Error :

Starting "/maya2017/maya"

Stack trace:
glGetString

Fatal Error. Attempting to save in /tmp/rendersg.20180508.1059.ma
Segmentation fault
// Maya exited with status 139

 

I am Using Maya 2017 

Can anyone tell me what is the meaning of this error and how to solve it ?

0 Likes
1,412 Views
1 Reply
Reply (1)
Message 2 of 2

warnold2
Autodesk
Autodesk

Error code 139 is the exit code provided by the system from receiving a signal 11, a segmentation fault

https://www.centos.org/docs/5/html/5.2/Installation_Guide/ch14s01s01.html

 

The return code is: 128 + 11 = 139

 

the stack trace starting with “glGetString” implies there is no current OpenGL context active.

in batch mode there is no GUI initialized which is where OpenGL is initialized

 

there would normally be a longer stack trace to see where the code path started. If it’s a plug-in that is expecting to have OpenGL access

 

is there a graphic card and drivers installed on the machine

if so what are they, versions



Wayne Arnold

Developer

0 Likes