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

Multibyte characters cause ICE #4780

Closed
recrack opened this issue Feb 4, 2013 · 7 comments
Closed

Multibyte characters cause ICE #4780

recrack opened this issue Feb 4, 2013 · 7 comments
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️

Comments

@recrack
Copy link
Contributor

recrack commented Feb 4, 2013

No description provided.

@jdm
Copy link
Contributor

jdm commented Feb 4, 2013

Do you have a testcase that reproduces this problem? Also, what version of rustc are you using?

@recrack
Copy link
Contributor Author

recrack commented Feb 7, 2013

I'm sorry late for your comment.

$ rustc ppe.rs

this is bad my code.

@sanxiyn
Copy link
Member

sanxiyn commented Feb 7, 2013

From my cursory glance, multibyte characters (Hangul in this case) seem to cause this bug.

@nikomatsakis
Copy link
Contributor

Not critical for 0.6; removing milestone

@catamorphism
Copy link
Contributor

Seems to be fixed. Checking in a test case.

catamorphism added a commit to catamorphism/rust that referenced this issue May 21, 2013
@catamorphism
Copy link
Contributor

Done pending #6662

@ghost ghost assigned catamorphism May 21, 2013
@catamorphism
Copy link
Contributor

Test case added in 02c59bc, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Projects
None yet
Development

No branches or pull requests

5 participants