blob: 2c45f1375f0be6ec4a6f02aa4e734fa72eae18c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
======================================================================
Printing Rust backtraces requires procfs(5) mounted on /proc .
If you have not already done so, please do the following:
mount -t procfs proc /proc
To make it permanent, you need the following lines in /etc/fstab:
proc /proc procfs rw 0 0
======================================================================
|