dumping process address maps on netbsd (#316)
This commit is contained in:
parent
131483410f
commit
939784d512
@ -500,7 +500,7 @@ mod unix_signal_handler {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
// let's yolo-cat the maps for debugging, if possible.
|
// let's yolo-cat the maps for debugging, if possible.
|
||||||
#[cfg(all(target_os = "linux", feature = "std"))]
|
#[cfg(all(any(target_os = "linux", target_os = "netbsd"), feature = "std"))]
|
||||||
match std::fs::read_to_string("/proc/self/maps") {
|
match std::fs::read_to_string("/proc/self/maps") {
|
||||||
Ok(maps) => println!("maps:\n{}", maps),
|
Ok(maps) => println!("maps:\n{}", maps),
|
||||||
Err(e) => println!("Couldn't load mappings: {:?}", e),
|
Err(e) => println!("Couldn't load mappings: {:?}", e),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user