OS Crash when installing graphics
Problem:Solution
- Increase shared memory
The stack indicates the 'dr_current_module' is Installer.d,
and osInsertXGraphicNode is in the stack trace.
The problem was that the OS Shared Memory segments
were all used. This can be recognized via osSummary,
which indicated all the Shared Memory were allocated.
When the user tried to install another graphic, an attempt
to allocate more shared memory failed, resulting in the OS crash.
The solution is to modify the
/var/opt/advant/MOD-OS/ipc/shm.dat
file to allow for more shared memory to be allocated.
- OS crashes when installing graphics
- Article imported from the previous version of KnowledgeBank
Answers
Cause: Article was imported from the previous version of KnowledgeBank Resolution:
Add new comment