SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

CGI Error #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ypsilon で↓みたいな簡単な CGI を作り、ブラウザで見ると、

#!/usr/local/bin/ypsilon
#!r6rs
(import (rnrs io simple))
(display "Content-Type: text/html\r\n\r\n")
(display "TEST")
(newline)

↓のエラーになりました。

error in raise: unhandled exception has occurred
irritants:
  #<condition
    &assertion (&violation &serious)
    &who: format
    &message: expected string, but got #f, as argument 2
    &irritants: (("~/" #f))
   >
[exit]

コマンドラインから実行すると問題なく実行できます。

heap/boot/eval.scm の 100 行目と
heap/boot/interaction.scm の 174 行目に問題があるようです。

実行環境は Ypsilon 0.9.6-update3 + Debian GNU/Linux 5.0 (Lenny) + lighttpd
1.4.19 です。

Original issue reported on code.google.com by baal2...@gmail.com on 2 Jan 2009 at 5:08

GoogleCodeExporter commented 8 years ago
バグのご報告ありがとうございます!
revision 340で修正を行いました。
手元の Ubuntu 8.10 + lighttpd 1.4.19 で動作を確認しています。
どうぞお試しください m(_ _)m
---
Thank you for your bug report!
I have fixed the bug and trunk directory is updated to revision 340. (Tested on
Ubuntu 8.10 + lighttpd 1.4.19)
Please try. Thank you :)

-- fujtia

Original comment by y.fujita...@gmail.com on 2 Jan 2009 at 5:45

GoogleCodeExporter commented 8 years ago
あけましておめでとうございます m(_ _)m
なおってました。ありがとうございます!
がんがんCGI作りたいと思います。
Thank you :)

Original comment by baal2...@gmail.com on 3 Jan 2009 at 4:54

GoogleCodeExporter commented 8 years ago
メッセージありがとうございます :)
本年もどうぞよろしくお願いいたします!
---
Thank you for your reply and a happy New Year! :D

-- fujita

Original comment by y.fujita...@gmail.com on 3 Jan 2009 at 3:20