VirtualBox

Changes between Version 25 and Version 26 of Core_dump


Ignore:
Timestamp:
Jun 29, 2010 9:30:27 AM (14 years ago)
Author:
Ramshankar Venkataraman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Core_dump

    v25 v26  
    4646
    4747= How to create dumps on !OpenSolaris =
    48 To get core on !OpenSolaris host create coreadm.conf file
     48To get core on !OpenSolaris host run the following command as root
    4949{{{
    50 # cat /etc/coreadm.conf
    51 COREADM_GLOB_PATTERN=/tmp/cores/core.%f.%p
    52 COREADM_GLOB_CONTENT=all
    53 COREADM_INIT_PATTERN=%f.%p
    54 COREADM_INIT_CONTENT=all
    55 COREADM_GLOB_ENABLED=yes
    56 COREADM_PROC_ENABLED=yes
    57 COREADM_GLOB_SETID_ENABLED=yes
    58 COREADM_PROC_SETID_ENABLED=yes
    59 COREADM_GLOB_LOG_ENABLED=yes
     50coreadm -g /var/cores/core.%f.%p -i core.%f.%p -e global -e process -e global-setid -e proc-setid -e log
    6051}}}
    61 then enforce coreadm(1) to read configuration from file
    62 {{{
    63 # coreadm -U
    64 # pfexec svcs | grep coreadm
    65 online         20:40:11 svc:/system/coreadm:default
    66 # pfexec svcadm restart coreadm
    67 # pfexec svcs | grep coreadm
    68 online          5:30:22 svc:/system/coreadm:default
    69 # ulimit -c unlimited
    70 }}}
    7152
    72 After mentioned above manipulations core files will appear in /var/cores folder
     53The cores will now be placed in /var/cores/ folder with the global dumps will go into /var/crash/<hostname>
    7354
    7455= Forcing !VirtualBox to terminate with a core dump =

© 2023 Oracle
ContactPrivacy policyTerms of Use