| Summary: | dev-lang/crystal-0.35.1 sometimes fails to compile: Invalid memory access (signal 11) at address | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Sergei Trofimovich (RETIRED) <slyfox> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2020-08-14 06:50:40 UTC
Created attachment 654556 [details]
build.log
build log and emerge --info
Yeah, I also occasionally see such crashes: """ CRYSTAL_CONFIG_LIBRARY_PATH="" CRYSTAL_CONFIG_BUILD_COMMIT="" SOURCE_DATE_EPOCH="1597361476" ./bin/crystal build --release --stats --progress --threads 16 --link-flags="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0" --verbose -o .build/crystal src/compiler/crystal.cr -D without_openssl -D without_zlib ... Codegen (crystal): 00:00:08.061026833 (1236.71MB) Invalid memory access (signal 11) at address 0x7fbc3e2e85a8 [0x7fbc8291bf96] ??? [0x7fbc82865beb] ??? [0x7fbc836e9831] ??? make: *** [Makefile:121: .build/crystal] Error 11 """ It's probably a bug in already built bin/crystal binary. Needs detailed debugging. Did not happen to me lately on recent versions. Perhaps was fixed? Please reopen or file a new bug if happens again. |