Bug#913271: segfault - broken rust compiling

Sylvestre Ledru sylvestre at debian.org
Sat Nov 10 20:48:53 GMT 2018


Le 10/11/2018 à 20:04, brian m. carlson a écrit :
> On Thu, Nov 08, 2018 at 09:29:43PM +0100, Sylvestre Ledru wrote:
>> Do you have more info than "it segfaults"?
> I can provide some reproduction steps, if that's helpful.
>
> 1. Install rustc and cargo.
> 2. git clone https://github.com/rust-lang-nursery/rust-clippy.git
> 3. cd rust-clippy
> 4. git checkout v0.0.212
> 5. cargo build --verbose
> 6. Notice build failures due to SIGSEGV.

Easier:

$ cargo new hello_world --bin

$ cargo build --verbose

$ rustc --crate-name hello_world src/main.rs --color always --crate-type
bin --emit=dep-info,link -C debuginfo=2 -C metadata=923fd6da5ef0e38e -C
extra-filename=-923fd6da5ef0e38e --out-dir
/tmp/hello_world/target/debug/deps -C
incremental=/tmp/hello_world/target/debug/incremental -L
dependency=/tmp/hello_world/target/debug/deps

[1]    7942 segmentation fault  rustc --crate-name hello_world
src/main.rs --color always --crate-type bin  -

S



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-llvm-team/attachments/20181110/a9584922/attachment-0001.sig>


More information about the Pkg-llvm-team mailing list