Yechiel Liberman | 9 May 2012 16:35
Picon

Bad file description

This is a multi-part message in MIME format.

--Boundary_(ID_SE882HfBjqJtUygHOi4UlQ)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

Hi

I'm using picolisp on Windows(cygwin).

I'm trying to run family.l (located at /doc) as explained (pil family.l
-main -go +)

but I got this error:

"DB read: Bad file descriptor" and localhost 8080 is waiting.

Can someone who (uses cygwin) to solve this problem.

Thanks

ly

--Boundary_(ID_SE882HfBjqJtUygHOi4UlQ)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
(Continue reading)

Alexander Burger | 10 May 2012 07:33
Picon

Re: Bad file description

Hi Yechiel,

> but I got this error:
> 
> "DB read: Bad file descriptor" and localhost 8080 is waiting.
> 
> Can someone who (uses cygwin) to solve this problem.

I don't have cygwin here, but I assume that you can install 'strace'. If
so, could you do the following?

   1. Find out the process ID of the process causing this error _before_
      the error happens.

   2. Start 'strace' with a redirection of the standard error

      $ strace -p <pid> 2>strace.out

   3. Proceed with the application to produce the error.

Then post the file "strace.out" here. Perhaps we can get a hint about
the reason.

Cheers,
- Alex

Gmane