|
From: | Chicken Trac |
Subject: | Re: [Chicken-janitors] #1041: -d0 causes different application behavior |
Date: | Sun, 29 Sep 2013 21:34:14 -0000 |
#1041: -d0 causes different application behavior -----------------------+---------------------------------------------------- Reporter: mario | Owner: Type: defect | Status: reopened Priority: critical | Milestone: 4.9.0 Component: unknown | Version: 4.8.x Resolution: | Keywords: -----------------------+---------------------------------------------------- Changes (by andyjpb): * cc: andyjpb (added) Comment: Replying to [comment:2 mario]: > Here's a shorter test case that can be used to reproduce the problem: > Expected behavior: > > {{{ > $ csc test.scm && ./test > > $ curl http://localhost:8080/foo-page > <html><head></head><body>/foo-page</body></html> > }}} > > Unexpected behavior (compiling with {{{-no-lambda-info}}}): > > {{{ > $ csc -no-lambda-info test.scm && ./test > > $ curl http://localhost:8080/foo-page > file.txt > }}} I can reproduce this under 64-bit Linux with Chicken 4.7.0 and awful 0.39.2. -- Ticket URL: <http://bugs.call-cc.org/ticket/1041#comment:9> Chicken Scheme <http://www.call-with-current-continuation.org/> Chicken Scheme is a compiler for the Scheme programming language.
[Prev in Thread] | Current Thread | [Next in Thread] |