Status: Untriaged
Owner: ----
CC:
kr...@chromium.org,
rohi...@chromium.org
Labels: Type-Regression Pri-1 Area-Logging Sev-1 Mstone-25 Arch-All
New issue 36181 by
son...@chromium.org: Crash Reporting is enabled during
BWSI (Guest) session
http://code.google.com/p/chromium-os/issues/detail?id=36181
Chrome Version : 25.0.1315.1
OS Version : 3160.0.0
Type of computer : All
Please specify Area- Crash reporting
What steps will reproduce the problem?
1. Power on device and sign in to the guest session.
2. Go to VT2 (Ctrl +Alt +F2)
3. Run the commands.
a) metrics_client -c && echo $?
b) sudo pkill -SEGV shill
c) sudo SECONDS_SEND_SPREAD=1 /sbin/crash_sender
What is the expected output?
a) Nothing should be displayed.
b) should not generate dmp files.
c) should not upload the dmp files.
What do you see instead?
a) Getting "0" ( means enabled)
b) Getting .dmp and .meta files in /var/spool/crash directory.
c) dmp files are uploaded successfully.
How frequently does this problem reproduce? (Always, sometimes, hard to
reproduce?)
Always