Results 296 comments of Peter Ohler

The referenced OJ issue have nothing to do with this. They are old and not even for the same code used for the SAJ parser. Completely a red herring. Can...

Looks like you were faster on the comment. :-)

Here is a simple script I tried. It ran with no problems locally. Is it representative of the use in this issue? ```ruby require 'stringio' require 'oj' require 'jsonlint' json...

What is the status on this? Anyone?

Must be a very small stack size. The JSON is not very deep at all. Maybe the Jenkins VM or machine is small.

It that in bytes? If so that is more like an embedded processor setting.

Wow, that is extreme. Glad you found the issue.

With the json you provided the stack depth is not deep at all but on a 64bit machine 8192 byte does not give you very many pointers and variables. A...

I'll look into it this weekend. My unit tests worked last time I check so with any luck there is some configuration addition that is needed.

It worked for me on dedicated hardware, my laptop. Does `./bin/agoo -p 8080 -t 8` work on on one of you machines when not using docker? A couple of points...