<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.lisp.ecl.general">
    <title>gmane.lisp.ecl.general</title>
    <link>http://blog.gmane.org/gmane.lisp.ecl.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9101"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9100"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9099"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9098"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9097"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9096"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9095"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9094"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9093"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9092"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9091"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9090"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9089"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9087"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9086"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9085"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9084"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9083"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9082"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9101">
    <title>cannot build ecl 12.5.1 on windows xp 64</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9101</link>
    <description>&lt;pre&gt;I used visual studio 2008
It seems that both 32 and 64bit versions fails with assertion in
function ecl_stream_to_handle where s-&amp;gt;stream.mode == 0x11
(sww_io_wcon)
Full stack traces: http://redplait.blogspot.com/2012/05/ecl-1251-on-xp64.html

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>red plait</dc:creator>
    <dc:date>2012-05-25T16:02:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9100">
    <title>Re: how to get the line number of code from errormessage!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9100</link>
    <description>&lt;pre&gt;

Like this:

(ql:quickload :com.informatimago.common-lisp.lisp-text)
(use-package :com.informatimago.common-lisp.lisp-text.source-text)

(position 30 (:build-line-index "/tmp/hello.lisp") :test (function &amp;lt;))
--&amp;gt; 2


&lt;/pre&gt;</description>
    <dc:creator>Pascal J. Bourguignon</dc:creator>
    <dc:date>2012-05-23T09:41:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9099">
    <title>Re: how to get the line number of code from error message!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9099</link>
    <description>&lt;pre&gt;On Wed, 23 May 2012 13:10:39 +0800
cm &amp;lt;xiao.ao.jiang.hu.cm-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Not that it wouldn't be nice to have both line and position reported,
but note that emacs allows to jump to a character position within a
file (see the goto-char command).
&lt;/pre&gt;</description>
    <dc:creator>Matthew Mondor</dc:creator>
    <dc:date>2012-05-23T09:36:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9098">
    <title>how to get the line number of code from error message!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9098</link>
    <description>&lt;pre&gt;I write a hello.lisp file like this:
(print "hi")
(length '(a . b 1))

and I load it in to ecl:

;;; Loading "D:/ECL/code/hello.lisp"

"hi"
Condition of type: SIMPLE-READER-ERROR
Reader error in file #&amp;lt;input stream #P"D:/ECL/code/hello.lisp"&amp;gt;, position
30:
Too many objects after a list dot

Available restarts:

1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (LOAD "code/hello.lisp")] In:
#&amp;lt;process
TOP-LEVEL&amp;gt;.

It has not line number in error message but postion 30.
I found it is the position of characters.  how to get the line number of
code from error message?

Thank for your help!
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>cm</dc:creator>
    <dc:date>2012-05-23T05:10:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9097">
    <title>Re: how to build static lib of ecl.dll underwindows(with msvc2010)?</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9097</link>
    <description>&lt;pre&gt;


I checked again the sources. The MSVC port does not have an option to build
ECL statically. This does not mean that it cannot be done --- actually the
code in ECL is there --- but this functionality was not included in the
Makefiles when adapting ECL for Microsoft's compilers.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-22T21:32:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9096">
    <title>how to build static lib of ecl.dll under windows(withmsvc2010)?</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9096</link>
    <description>&lt;pre&gt;I want to build a program without the need of ecl.dll,  Is there anyone can
help me ?
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>lookwong</dc:creator>
    <dc:date>2012-05-21T03:09:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9095">
    <title>Codepage problems in Windows' console</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9095</link>
    <description>&lt;pre&gt;Hi everybody,

after spending two days reading stuff about documented and undocumented
functionality in Microsoft's API and CRT, I have come to the following
conclusions:

* In Windows, it is impossible to reasonably use POSIX functions to
read/write text from the console without letting the console do some
translation for you.
* Moreover, POSIX's functions do not work, because read() and write() may
actually read or write more bytes from the buffer thant you would want,
precisely due to this "clever" translation.
* This all renders the CRT unusable, and as stated in a MSDN blog from
Windows, one should stick to the Console read and write operations and
forget about C entirely.

Well, I have coded a prototype of a Lisp stream for the console. ECL now
has code that will detect whether the input/output/error channels are
consoles and wrap them around with these streams. Moreover, it will also
detect the current codepage and use it as external format for the stream.

All this is pretty much experimental and I need your help testing it.
Please report problems.

BTW, as usual, all this is only available in git/CVS

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-19T08:12:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9094">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9094</link>
    <description>&lt;pre&gt;On Fri, May 18, 2012 at 8:37 AM, Juan Jose Garcia-Ripoll &amp;lt;
juanjose.garciaripoll-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


I am really puzzled. I have dug through Python's code and there is nothing
special about the input/output operations, yet they do fail in any decent
program. Moreover, _setmode() does not even work properly, and for weird
codepages one actually has to use ReadConsole :-/
http://alfps.wordpress.com/2011/12/08/unicode-part-2-utf-8-stream-mode/#utf8_mode_input_fixed

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-18T17:01:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9093">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9093</link>
    <description>&lt;pre&gt;Probably this might be the answer: Windows is processing the text in those
streams, an action that can be reversed
http://msdn.microsoft.com/library/tw4k6df8%28VS.80%29.aspx

On Fri, May 18, 2012 at 7:43 AM, cm &amp;lt;xiao.ao.jiang.hu.cm-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-18T06:37:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9092">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9092</link>
    <description>&lt;pre&gt;I had try Python2.7 console in the Windows, it work fine.
code page is 936, and i used google pinyin input method.

Python 2.7 (r27:82525, Jul  4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
on win
32
Type "help", "copyright", "credits" or "license" for more information.
o
好

I dont know the difference of input code between Ecl and Python, maybe the
Python code is usefull to you.

2012/5/18 Juan Jose Garcia-Ripoll &amp;lt;juanjose.garciaripoll-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>cm</dc:creator>
    <dc:date>2012-05-18T05:43:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9091">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9091</link>
    <description>&lt;pre&gt;Test program:
#include &amp;lt;fcntl.h&amp;gt;
#include &amp;lt;errno.h&amp;gt;
int main()
{
  char buffer;
  int ok;
  do {
    ok = read(0, &amp;amp;buffer, 1);
    printf("\ncode=%d %x errno=%d, ok=%d", buffer, buffer, errno, ok);
  } while (ok &amp;gt; 0);
}

Output:

C:\cygwin\home\Juanjo\src\ecl\win32&amp;gt;chcp 936
Active code page: 936
C:\cygwin\home\Juanjo\src\ecl\win32&amp;gt;echo 亀 | foo.exe
code=-127 ffffff81 errno=0, ok=1
code=119 77 errno=0, ok=1
code=32 20 errno=0, ok=1
code=10 a errno=0, ok=1
code=10 a errno=0, ok=0
C:\cygwin\home\Juanjo\src\ecl\win32&amp;gt;foo.exe
亀
code=-127 ffffff81 errno=22, ok=-1

So it definitely seems that Windows's C library does not allow input ifrom
the console n other codepages?

Juanjo
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T22:44:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9090">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9090</link>
    <description>&lt;pre&gt;Seems this is a console problem. The operating system is complaining
because the character you are writing does not belong to the codepage 936.
The error happens way before ECL, because it is the operating system call
read() that complains and ECL just sees this error.

Apparently GHC has the same problem (
http://stackoverflow.com/questions/7511393/haskell-output-non-ascii-characters
).

An indication that this might be so isthe fact that ECL can read the same
text from a file.

But perhaps somebody here knows more than me on the subject.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T22:21:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9089">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9089</link>
    <description>&lt;pre&gt;

This seems to have something to do with Windows. If I used read() on the
terminal and I input chinese characters, the C library will complain.
Probably it is trying to map the input (Unicode, chinese, etc) to a
character type and it fails miserably. If I instead use utf8, nothing bad
happens. Really weird.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T22:04:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9088">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9088</link>
    <description>&lt;pre&gt;And  input this command in console:

chcp 936

2012/5/17 Konovalov, Vadim (Vadim)** CTR ** &amp;lt;
vadim.konovalov-cfy2TCaE7SFv+uJa97DSA9BPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>cm</dc:creator>
    <dc:date>2012-05-17T09:46:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9087">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9087</link>
    <description>&lt;pre&gt;in Control panel, "regional and language options",
"Advanced" tab, select Chinese,

[cid:312203310&amp;lt; at &amp;gt;17052012-2899]

in "languages" tab,
"install files for East Asian languages" should also be selected
On Thu, May 17, 2012 at 6:31 AM, cm &amp;lt;xiao.ao.jiang.hu.cm-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:xiao.ao.jiang.hu.cm-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;&amp;gt; wrote:
I build Ecl on Window XP with Visual Studio.

the code page of cmd console is cp936.

Do you know how I can change this in a Windows?



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>Konovalov, Vadim (Vadim)** CTR **</dc:creator>
    <dc:date>2012-05-17T09:36:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9086">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9086</link>
    <description>&lt;pre&gt;


Do you know how I can change this in a Windows?

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T09:30:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9085">
    <title>Need help testing this...</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9085</link>
    <description>&lt;pre&gt;ECL now implements asynchronous signal handlers through a secondary thread
and these handlers can now be customized. The interface is given by the
functions

(EXT:GET-SIGNAL-HANDLER signal-code)
(EXT:SET-SIGNAL-HANDLER signal-code closure-or-symbol)

where the signal handler function should have the signature (LAMBDA (&amp;amp;KEY
PROCESS)).

On a multithreaded ECL, instead of having a thread that relies on
sigwait(), we have a thread that gets messages from other threads, which
are the ones that received the signals. In principle we could optionally
add a feature such that these threads get suspended until the signal is
processed. This does not seem critical to me, but it might help cope with
the problem of synchronous signals (SIGSEGV, SIGFPE, etc) which are not
allowed to execute arbitrary code.

In any case, these are refinements for the future. I would like to ask you
to help debugging and perfect the changes I just introduced, and which for
me are the final milestone for a release (apart from testing and
integrating the ASDF extensions).

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T06:58:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9084">
    <title>ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9084</link>
    <description>&lt;pre&gt;I build Ecl on Window XP with Visual Studio.

the code page of cmd console is cp936.

D:\ECL&amp;gt;ecl
ECL (Embeddable Common-Lisp) 12.2.1 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #&amp;lt;process TOP-LEVEL&amp;gt;.

(:ECL-BYTECMP :WIN32 :FORMATTER :LITTLE-ENDIAN :UINT32-T :UINT16-T
 :RELATIVE-PACKAGE-NAMES :UNICODE :DFFI :CLOS-STREAMS :CMU-FORMAT :WINDOWS
 :MSVC :ECL-PDE :DLOPEN :CLOS :THREADS :BOEHM-GC :ANSI-CL :COMMON-LISP
 :IEEE-FLOATING-POINT :PREFIXED-API :FFI :PENTIUM4 :COMMON :ECL)

set *standard-input* :windows-cp936)


language

Condition of type: SIMPLE-ERROR
Read or write operation to stream #&amp;lt;input file "stdin"&amp;gt; signaled an error.
Explanation: Invalid argument.

Available restarts:

1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (SI:TOP-LEVEL T)] In: #&amp;lt;process
TOP-LEVE
L&amp;gt;.

thanks for help!
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>cm</dc:creator>
    <dc:date>2012-05-17T04:31:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9083">
    <title>Re: Decent HTTPd uptime since recent threading/locking changes</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9083</link>
    <description>&lt;pre&gt;On Wed, 16 May 2012 23:10:21 +0200
Juan Jose Garcia-Ripoll &amp;lt;juanjose.garciaripoll-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



Well as I said above, the code is avoiding process-kill (and pool
shrinking) for now :)

But there were other issues which have been solved by the new locking
implementation, obviously, as the httpd is now resilient to both ab(8)
bombing and long mostly idle times, both of which were problematic
before.
&lt;/pre&gt;</description>
    <dc:creator>Matthew Mondor</dc:creator>
    <dc:date>2012-05-16T22:28:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9082">
    <title>Re: Decent HTTPd uptime since recent threading/lockingchanges</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9082</link>
    <description>&lt;pre&gt;On Wed, May 16, 2012 at 10:27 PM, Matthew Mondor
&amp;lt;mm_lists-xHKImXiT534xnpGSZB1jBA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:


Great news! That is really nice to hear, for it means that the changes that
I made to thread startup and exit code were enough to improve the stability
of process-kill. Definitely the time for a release is approaching.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-16T21:10:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9081">
    <title>Decent HTTPd uptime since recent threading/lockingchanges</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9081</link>
    <description>&lt;pre&gt;I had to reboot the system for another reason, but before I did, I
checked the uptime of my HTTPd and it was up online during 30 days.
Most of the connections were from google and vulnerability probing
spiders, although interspersed with my Apache ab(8) test floods.  This
was still using a non-shrinking threads pool for now.  Awesome :)
&lt;/pre&gt;</description>
    <dc:creator>Matthew Mondor</dc:creator>
    <dc:date>2012-05-16T20:27:34</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.ecl.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.ecl.general</link>
  </textinput>
</rdf:RDF>

