Hi, Marko
I used latest USOCKET code on trunk and Hunchentoot 1.1.0 with your patch. Every files compiled fined and I can start hunchentoot test server. But when I tried to connect to it using a web browser, I got this error:
(hunchentoot:start (make-instance 'hunchentoot:acceptor :port 4242))
#<HUNCHENTOOT:ACCEPTOR (host *, port 4242)>
Detected access to an invalid or protected memory address.
No restarts available.
Broken at NIL. In: #<process "Hunchentoot worker (client: 127.0.0.1:6153)" 0000000104f0d840>.
I think you may got the same behavior as me. The problem is, I need to look into the backtrace in the thread #<process "Hunchentoot worker (client: 127.0.0.1:6153)" 0000000104f0d840>, but I don't know to "switch" to that thread in ECL listener ...
--binghe
在 2010-2-12,23:32, Marko Kocić 写道:
Hi Chun Tian,
The platform is Ubuntu 9.04 x64. Here's the patch to hunchentoot to make it compile with ecl. When I try to run hunchentoot tests or to access any page I get different errors.
I don't know when to start looking, since I'm new to both usockets and hunchentoot.
Regads, Marko
On Fri, Feb 12, 2010 at 1:18 AM, Chun Tian (binghe) binghe.lisp@gmail.com wrote:
Hi, Marko
What's your platform? If it's not MS Windows, please show your backtraces when error happens.
Regards,
Chun Tian (binghe)
在 2010-2-12,01:24, Marko Kocić 写道:
Hi all,
what is the status of latest ECL support in usocket?
By running tests it seems that some stuff is not supported yet. I'm trying to get hunchentoot to run with ECL, managed to make it compile hunchentoot with some patches, but when running it fails in usocket:wait-for-input-internal.
If someone is interested to give it a try, I can send WIP hunchentoot patch.
Regards, Marko Kocić
usocket-devel mailing list usocket-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-devel
<hunchentoot-ecl.patch>