-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
compiler panic 'called Result::unwrap()
on an Err
value: JoinPathsError { inner: JoinPathsError }'
#32891
Comments
I got the same error with Rust 1.9:
I added Instead, I got this error:
Running with
Sqlite3 was installed on my machine under I deleted the 'target' folder in my project and ran |
Without a stack backtrace or location in the code, and with this being suspiciously only with sqlite3, I'd suspect that while we shouldn't ICE here it's not really actionable to keep this around. If anyone can reproduce with |
I tried to compile libsqlite3-sys v0.4.0.
I expected to see this happen: compilation without compiler panic
Instead, this happened: above message (see title) from ../src/libcore/result.rs:688; then message
"Could not compile libsqlite3-sys"
Meta
rustc --version --verbose
:rustc 1.7.0 (a5d1e7a 2016-02-29)
binary: rustc
commit-hash: a5d1e7a
commit-date: 2016-02-29
host: x86_64-pc-windows-gnu
release: 1.7.0
Backtrace:
stack backtrace:
0: 0x622bbbba - strncmp
1: 0x622c4262 - strncmp
2: 0x62285398 - strncmp
3: 0x62285c6b - strncmp
4: 0x622b82b2 - strncmp
5: 0x622d7588 - strncmp
6: 0x6fb0bc4e - strncmp
7: 0x6fab4219 - strncmp
8: 0x6fa93004 - strncmp
9: 0x6fa864d4 - strncmp
10: 0x6fa8395e - strncmp
11: 0x622aebef - strncmp
12: 0x6fa83e3c - strncmp
13: 0x622c230d - strncmp
14: 0x770159ec - strncmp
This may or may not be related to issue #23667 (ICE wrapping a library search path in quotes); in that case, this issue answers Jlghtuse's request (in #23667), for a check on Windows
The text was updated successfully, but these errors were encountered: