09-16-2014, 03:18 PM
No! The warning absolutely appears relevant to the crash.
The warning is telling you that ADL_Main_Control_Create() failed. So calling ADL_Main_Control_Destroy() or otherwise attempting to free() the ADL pointer will result in an invalid pointer dereference.
To resolve the problem, make sure you're exporting the DISPLAY or COMPUTE environment variables and ensure you have Xauthority.
The warning is telling you that ADL_Main_Control_Create() failed. So calling ADL_Main_Control_Destroy() or otherwise attempting to free() the ADL pointer will result in an invalid pointer dereference.
To resolve the problem, make sure you're exporting the DISPLAY or COMPUTE environment variables and ensure you have Xauthority.