VirtualBox

Changes between Version 6 and Version 7 of Core_dump


Ignore:
Timestamp:
Sep 16, 2008 7:23:57 AM (16 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Core_dump

    v6 v7  
    2525Sometimes it is required to force a !VirtualBox process to terminate, for example, a VM hangs for some unknown reason. This can be done like this (I assume that the VM was started from the GUI):
    2626{{{
     27$ ulimit -c unlimited
     28$ sudo echo -n 1 > /proc/sys/fs/suid_dumpable
    2729$ /usr/lib/virtualbox/VirtualBox -startvm VM_NAME &
    2830$ pidof VirtualBox
     
    3032$ kill -4 7145
    3133}}}
    32 Passing the signal number 4 `SIGKILL` is essential! The same applies to the alternative frontends `VBoxHeadless` and `VBoxSDL`.
     34Passing the signal number 4 (`SIGKILL`) is essential! The same applies to the alternative frontends `VBoxHeadless` and `VBoxSDL`.

© 2023 Oracle
ContactPrivacy policyTerms of Use