You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They are currently being routed to apport rather than directly saved to the disk. Apport-cli doesn't allow access to the core dumps at all. It always reports "No pending crash reports.".
The text was updated successfully, but these errors were encountered:
This can be done by changing the kernel.core_pattern sysctl to eg core (write core dumps in the working directory of the crashed program) or /tmp/core.%p (write core dumps to /tmp) See https://man7.org/linux/man-pages/man5/core.5.html for more details under the "Naming of core dump files" section.
They are currently being routed to apport rather than directly saved to the disk. Apport-cli doesn't allow access to the core dumps at all. It always reports "No pending crash reports.".
The text was updated successfully, but these errors were encountered: