From mmstud at gmail.com Thu Jun 12 10:17:30 2008 From: mmstud at gmail.com (Marko Tapio Manninen) Date: Thu, 12 Jun 2008 13:17:30 +0300 Subject: [nio-devel] mprotect permission Message-ID: <492ECCEB-CA2D-4848-97C6-4B0D66108CCF@gmail.com> Hi, im trying to use nio httpd, but get this error after client has connected to server: mprotect: Permission denied fatal error encountered in SBCL pid 523(tid 2953318400): vm_region (VM_REGION_BASIC_INFO) failed failed 1 im using slime sbcl on macbook and dont know, what permision is meant in this case and if i should change some dir permissions... -Marko -------------- next part -------------- An HTML attachment was scrubbed... URL: From mmstud at gmail.com Thu Jun 12 12:28:59 2008 From: mmstud at gmail.com (Marko Tapio Manninen) Date: Thu, 12 Jun 2008 15:28:59 +0300 Subject: [nio-devel] nio openmcl 64 Message-ID: <9DA1E48E-04D0-4E7D-AC99-4BD15E5ECC8D@gmail.com> I want also report this CFFI::TRANSLATE-TYPE-TO-FOREIGN error, when trying to run nio-httpd:server with openmcl 64 bit on macbook: Undefined function CFFI::TRANSLATE-TYPE-TO-FOREIGN called with arguments ("127.0.0.1" #< FOREIGN-STRING-TYPE :UTF-8>) . [Condition of type CCL::UNDEFINED-FUNCTION-CALL] Restarts: 0: [CONTINUE] Retry applying CFFI::TRANSLATE-TYPE-TO-FOREIGN to ("127.0.0.1" #). 1: [USE-VALUE] Apply specified function to ("127.0.0.1" #) this time. 2: [STORE-VALUE] Specify a function to use as the definition of CFFI::TRANSLATE-TYPE-TO-FOREIGN. 3: [ABORT] Return to SLIME's top level. 4: [ABORT-BREAK] Reset this process 5: [ABORT] Kill this process Backtrace: 0: (NIO::%INET-PTON) [No Locals] 1: (NIO:BIND-INET-SOCKET 9 5002 "127.0.0.1") Locals: NIO::SOCKET-FD = 9 NIO::PORT = 5002 NIO::ADDR = "127.0.0.1" NIO::SA = # 2: (NIO-SERVER:START-SERVER # # ':PROTOCOL ':INET ':PORT 5002 ':HOST "127.0.0.1" ':ACCEPT-CONNECTION #) Locals: NIO-SERVER::CONNECTION-HANDLER = # NIO-SERVER::ACCEPT-FILTER = # NIO-SERVER::PROTOCOL = :INET NIO-SERVER::PORT = 5002 NIO-SERVER::HOST = "127.0.0.1" NIO-SERVER::ACCEPT-CONNECTION = # NIO-SERVER::SOCK = 9 NIO-SERVER::EVENT-QUEUE = 7 NIO-SERVER::CLIENT-HASH = # 3: (NIO-HTTPD:START) [No Locals] 4: (CCL::CALL-CHECK-REGS 'NIO-HTTPD:START) Locals: CCL::FN = NIO-HTTPD:START CCL::ARGS = NIL CCL::OLD-REGS = (# (NIO- HTTPD:START) - NIL)