Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289483 - 'How to get meaningful backtraces in Gentoo' should mention how to enable dumps of apps running as root
Summary: 'How to get meaningful backtraces in Gentoo' should mention how to enable dum...
Status: CONFIRMED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-17 12:11 UTC by Martin Mokrejš
Modified: 2021-04-27 05:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2009-10-17 12:11:25 UTC
The document is not complete. Please include necessary bits from Bug #256036#c6 and Bug #256036#c7.



BTW, I have no modifications to /etc/security/limits.conf nor /etc/limits.conf and am getting core dumps. Wonder how I enabled them.

# grep limit /etc/profile*race 
# grep ulimit ~/.bash_profile 
#

# gzip -dc /proc/config.gz | grep CORE
CONFIG_ELF_CORE=y
CONFIG_MCORE2=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
# CONFIG_TIFM_CORE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_DEBUG_CORE is not set
CONFIG_SENSORS_CORETEMP=m
# CONFIG_MFD_CORE is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_DVB_CORE is not set
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
#