VirtualBox

Changeset 32666 in vbox for trunk/doc


Ignore:
Timestamp:
Sep 21, 2010 1:50:05 PM (14 years ago)
Author:
vboxsync
Message:

Host core dumper != guest core dumper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r32665 r32666  
    301301          The VirtualBox GINA is implemented as a wrapper around the standard Windows
    302302          GINA (<computeroutput>MSGINA.DLL</computeroutput>),
    303           therefore it will most likely not work correctly with 3rd party GINA modules.
     303          therefore it will most likely not work correctly with 3rd party GINA modules. 
    304304        </note></para>
    305305
     
    13411341    command:</para>
    13421342
    1343     <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/GuestCoreDumpEnabled 1</screen></para>
     1343    <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpEnabled 1</screen></para>
    13441344
    13451345    <para>You can specify which directory to use for core dumps with this
    13461346    command:</para>
    13471347
    1348     <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/GuestCoreDumpDir &lt;path-to-directory&gt;</screen>Make
     1348    <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpDir &lt;path-to-directory&gt;</screen>Make
    13491349    sure the directory you specify is on a volume with sufficient free space
    13501350    and that the VirtualBox process has sufficient permissions to write files
     
    13581358    This is done using the following commands:</para>
    13591359
    1360     <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/GuestCoreDumpReplaceSystemDump 1
    1361 VBoxManage setextradata "VM name" VBoxInternal2/GuestCoreDumpLive 1</screen>At
     1360    <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpReplaceSystemDump 1
     1361VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpLive 1</screen>At
    13621362    least one of the above two commands will have to be provided if you have
    13631363    enabled the VirtualBox CoreDumper.</para>
    13641364
    1365     <para>Setting <computeroutput>GuestCoreDumpReplaceSystemDump</computeroutput>
     1365    <para>Setting <computeroutput>CoreDumpReplaceSystemDump</computeroutput>
    13661366    sets up the VM to override the host's core dumping mechanism and in the
    13671367    event of any crash only the VirtualBox CoreDumper would produce the core
    13681368    file.</para>
    13691369
    1370     <para>Setting <computeroutput>GuestCoreDumpLive</computeroutput> sets up the VM
     1370    <para>Setting <computeroutput>CoreDumpLive</computeroutput> sets up the VM
    13711371    to produce cores whenever the VM receives a
    13721372    <computeroutput>SIGUSR2</computeroutput> signal. After producing the core
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette