VirtualBox

Changes between Version 12 and Version 13 of Core_dump


Ignore:
Timestamp:
Jul 9, 2009 7:49:37 AM (15 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Core_dump

    v12 v13  
    2323When !VirtualBox crashes, a file core.<pid> is created in the current directory. Be aware that core dumps can be very huge. Please compress the file before submitting it to a bug report. Or better don't attach the file to a report. Note that this core dump can contain a memory dump of your guest which can include sensitive information. Send it to frank _dot_ mehnert at sun _dot_ com if the compressed file is smaller than 5MB. Contact me directly otherwise.
    2424
    25 = Forcing !VirtualBox to terminate with core dump =
     25= Forcing !VirtualBox to terminate with a core dump =
    2626
    2727Sometimes it is required to force a !VirtualBox process to terminate, for example, a VM hangs for some unknown reason. This can be done as follows:
     
    3636Passing the signal number 4 (`SIGILL`) is essential! The same applies to the alternative frontends `VBoxHeadless` and `VBoxSDL`.
    3737
    38 = How to create dump file on Mac =
    39 After preparations steps like it described for Linux, you can find your core files in /cores folder.
     38= How to create dumps on Mac OS X =
     39To create a core dump on Mac OS X, start !VirtualBox from a command line:
     40{{{
     41$ ulimit -c unlimited
     42$ VirtualBox
     43}}}
     44or better start the VM directly:
     45{{{
     46$ ulimit -c unlimited
     47$ /usr/lib/virtualbox/VirtualBox -startvm VM_NAME
     48}}}
     49Ensure that '''no''' startup script (`~/.bashrc`, `~/.bash_profile`, `~/.profile`) contains an instruction like `ulimit -c 0` as the limit cannot be increased once it was set to zero.
    4050
    41 = How to create dump file on Windows host =
     51The core files can be found in the /cores folder.
     52
     53= How to minudumps on Windows =
    4254[http://support.microsoft.com/kb/315263 Please visit Microsoft site for more details]

© 2023 Oracle
ContactPrivacy policyTerms of Use