版本 4 和 Core_dump 的 版本 5 之間的變動
- 時間撮記:
- 2008-9-8 上午08:09:56 (16 年 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
Core_dump
v4 v5 8 8 Ensure 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. 9 9 10 Starting with version 2.0.0, the !VirtualBox processes are started `suid root`. Therefore do 11 {{{ 12 echo -n 1 > /proc/sys/fs/suid_dumpable 13 }}} 14 before starting the VM/GUI. 15 10 16 When !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.