seanjensengrey / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

sys-get-bytevector causes SEGV #239

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the following script with -5 option

(define out (open-file-output-port "test.bin"))
(sys-get-bytevector out)
(display 'ok) (newline)

What is the expected output? What do you see instead?
output ok

SEGV

What version of the product are you using? On what operating system?
$ mosh -v
Mosh R6RS scheme interpreter, version 0.2.7 (mosh-0.2.7 Tue, 14 Jun 2011 
07:00:31 +0900)

Please provide any additional information below.

Original issue reported on code.google.com by ktakash...@gmail.com on 17 Dec 2013 at 7:14

GoogleCodeExporter commented 9 years ago
Thanks for your report!

Original comment by hige...@gmail.com on 18 Dec 2013 at 6:06