Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subcommand segfault if the "authors" attribute is missing from "project" #342

Closed
UberLambda opened this issue Aug 7, 2014 · 2 comments
Closed

Comments

@UberLambda
Copy link

Cargo outputs subcommand failed with signal: 11 for every subcommand if the "authors" attribute is missing. E.g. this segfault:

[project]
name = "segfault"
version = "0.0.1"
#authors = ["UberLambda <paolo.jovon@gmail.com>"] <- Omitting this segfaults subcommands

[[lib]]
...

A proper error message would be more user-friendly.

@UberLambda UberLambda changed the title Subcommand segfault if the "authors"attribute is missing from "project" Subcommand segfault if the "authors" attribute is missing from "project" Aug 7, 2014
@alexcrichton
Copy link
Member

Sadly this is a dupe of rust-lang/rust#15763, hopefully it'll be fixed by rust-lang/rust#16081 soon though!

@UberLambda
Copy link
Author

Sorry for wasting your time, then!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants