HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 07:29:29 GMT Content-length: 647 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 737 imcc segfault when assigning to undefined retval cotto "The following snipped of code kills imcc with a segfault. {{{ .sub main (foo) = baz() .end }}} This obviously shouldn't compile, but a more graceful failure is probably appropriate. The following code works as expected, so I'd guess this has to do with foo not being defined. {{{ .sub main .local pmc foo (foo) = baz() .end .sub baz .return(1) .end }}} " bug closed normal imcc trunk medium fixed all >Find