Opened 9 years ago
Closed 9 years ago
#1375 closed defect (fixed)
Invalid type syntax for pair segfaults the compiler
| Reported by: | megane | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.13.0 |
| Component: | scrutinizer | Version: | 4.12.0 |
| Keywords: | Cc: | ||
| Estimated difficulty: | easy |
Description
Compiling this kills the compiler (note the spurious dot):
(: foo (pair * . *))
Error: during expansion of (: ...) - segmentation violation Call history: <syntax> (##core#begin (: foo (pair * . *))) <syntax> (: foo (pair * . *)) <--
Change History (4)
comment:1 by , 9 years ago
| Estimated difficulty: | → easy |
|---|---|
| Milestone: | someday → 4.13.0 |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
| Priority: | minor → critical |
|---|
comment:4 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed by 075e5833 (master) and a8b11466 (chicken-5).
Note:
See TracTickets
for help on using tickets.

Thanks for finding this! It's a pretty serious problem, given that
lengthwill crash when passed an improper list.