Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla
Bug 203 - ICE when compiling a dub project
Summary: ICE when compiling a dub project
Status: NEW
Alias: None
Product: GDC
Classification: Unclassified
Component: gdc (show other bugs)
Version: development
Hardware: x86_64 Linux
: --- critical
Assignee: Iain Buclaw
URL:
Depends on:
Blocks:
 
Reported: 2015-11-30 20:04 CET by Atila Neves
Modified: 2015-11-30 21:15 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Atila Neves 2015-11-30 20:04:55 CET
At this commit: https://github.com/atilaneves/mqtt/commit/3269cc9c53e71c093c02a14279c25f6f04e63f96

dub build --compiler=gdc

/usr/include/dlang/gdc/std/utf.d: In function 'decodeImpl':
/usr/include/dlang/gdc/std/utf.d:1059:15: internal compiler error: Segmentation fault
 private dchar decodeImpl(bool canIndex, S)(auto ref S str, ref size_t index)
               ^
Comment 1 Iain Buclaw 2015-11-30 21:08:58 CET
Is there no backtrace?
Comment 2 Atila Neves 2015-11-30 21:15:11 CET
No backtrace, I pasted everything it spit out.