]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 14 May 2016 09:57:47 +0000 (11:57 +0200)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 14 May 2016 09:57:47 +0000 (11:57 +0200)
commit4a1ce9831cae8e49a0cf61cabda97042d85d911e
tree4f9084cfd325551fef1edd52b43163f0fa32d434
parentea68dd8def885e3876a494c2e844dc5adaf3c538
parent9393e52d4d2705698a6dfdd2834d41154ee23b64
Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichton

Don't use env::current_exe with libbacktrace

If the path we give to libbacktrace doesn't actually correspond to the
current process, libbacktrace will segfault *at best*.

cc #21889

r? @alexcrichton
cc @semarie