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

tauri dev panic #122557

Closed
yIllusionSky opened this issue Mar 15, 2024 · 3 comments
Closed

tauri dev panic #122557

yIllusionSky opened this issue Mar 15, 2024 · 3 comments
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@yIllusionSky
Copy link

yIllusionSky commented Mar 15, 2024

I don't know why this error occurred. I am not very familiar with rustc and mainly use cargo. This error was reported when I used cargo tauri dev, and after testing, using tarpc version 0.34.0 will report an error, but tarpc version 0.30.0 will not report an error. The details have been written in the uploaded file.
rustc-ice-2024-03-15T15_22_32-15379.txt

Info

rustc --version --verbose:

rustc 1.78.0-nightly (f4b771bf1 2024-03-14)
binary: rustc
commit-hash: f4b771bf1fb836392e1c510a625cdc81be09c952
commit-date: 2024-03-14
host: aarch64-apple-darwin
release: 1.78.0-nightly
LLVM version: 18.1.0

Error output

note: compiler flags: --crate-type staticlib --crate-type cdylib --crate-type rlib -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked -C incremental=[REDACTED]

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
end of query stack
thread 'rustc' panicked at library/core/src/panicking.rs:164:5:
panic in a destructor during cleanup
@yIllusionSky yIllusionSky added C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Mar 15, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Mar 15, 2024
@jieyouxu
Copy link
Contributor

jieyouxu commented Mar 15, 2024

Thanks for the report. You're running into #122508.

@jieyouxu jieyouxu removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Mar 15, 2024
@jieyouxu
Copy link
Contributor

See #122508 (comment) for a workaround until the next nightly is released.

@jieyouxu
Copy link
Contributor

jieyouxu commented Mar 15, 2024

Duplicate of #122508.

@jieyouxu jieyouxu closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants