Eugene Zaikonnikov

Results 15 comments of Eugene Zaikonnikov

I did build Mezzano on OSX, pretty much in the same way as on Linux.

nEXT uses WebKit as rendering engine, so most of heavy lifting is done by C++ code.

This is probably not a synchronization issue as we're experiencing the crashes on a single core arm32 system. Last known good version is 11.5.

@xrme yep we've been testing our system on 11.5 for ages but as we tried to move to 1.12.2 it started to melt down. Same for any release between the...

Another backtrace. Now from socket code: ``` Unhandled exception 4 at 0x1a068, context->regs at #x745c3288 [820/1835] ? for help [6539] Clozure CL kernel debugger: t Current Thread Context Record (tcr)...

This is farily reproducible on our target so I'll get the register values tomorrow. Is there anything specific to instrument armcl for debugger?

OK, so I poked around a bit. Not sure how helpful is it but there it goes: ``` Unhandled exception 4 at 0x1a068, context->regs at #x74ab3288 ? for help [31507]...

Hi, I'm afraid there's not much more documentation than reading the player.lisp to see how it works. That file has a rudimentary player in CLX/X11 window, included for illustration of...

It is, however other safety levels result in unacceptable performance penalties last time I tried. It's probably a combination of me being not smart enough to declare types properly and...

I know - it's actually the only item on TODO, the bottom of README.md. It's a fair bit of change though, I'd really like to do it in one sitting...