[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Segfault on setting file-position on sockets
From: |
Thien-Thi Nguyen |
Subject: |
Re: Segfault on setting file-position on sockets |
Date: |
Mon, 20 May 2002 13:54:56 -0700 |
From: Arno Peters <address@hidden>
Date: Mon, 20 May 2002 16:43:21 +0200
The following 2 line snippet will segfault guile 1.4
(let ((sock (socket AF_INET SOCK_STREAM 0)))
(file-set-position sock 0))
thanks. this is now recorded in the bugs db as:
1005-fseek-0-on-socket-dumps-core
cvs HEAD and branch_release-1-6 signal "ERROR: unbound variable: fseek"
but do not segfault.
[bug-guile added to cc.]
thi