when run Matlab 2024b in linux. I get message "render process terminated: TS_PROCESS_CRASHED"
82 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Frank
el 19 de Nov. de 2024 a las 19:42
Respondida: Sreeram
el 22 de Nov. de 2024 a las 9:04
When running Matlab 2024b version in linux, I get message "render process terminated: TS_PROCESS_CRASHED".
Is there issue with this message?
Is there a fix for this?
2 comentarios
Steven Lord
el 19 de Nov. de 2024 a las 20:16
What was MATLAB doing when this message appeared? My guess is that you were trying to plot data, perhaps a large amount of data. Is that correct?
Respuesta aceptada
Sreeram
el 22 de Nov. de 2024 a las 9:04
Hi Frank,
The "TS_PROCESS_CRASHED" message is usually displayed when the process has run out of memory.
I had faced a similar issue before. Uninstalling and reinstalling MATLAB fixed it for me.
It is possible to check the memory usage of the system while MATLAB is running by running ‘top’ command in a Terminal window. If you see other processes taking up a lot of memory, you might want to consider closing them as this might give the MATLAB process more memory.
If these steps could not resolve the issue, I would recommend contacting the MathWorks Technical Support through this link:
Thanks
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Graphics Performance en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!