Hello!
On Mon, Nov 3, 2014 at 2:25 AM, Gordon Madarm wrote:
>
> I'm afraid I don't fully understand which variable/s you are referring to.
> Both gumbo and document are declared via local. To make matters more
> confusing I ran the same code on a different OpenResty instance (same
> version) and it worked properly.
>
Maybe you're having a memory issue here, which can often lead to
non-determinism. You can try using tools like valgrind memcheck and
etc to debug such things. Because "gumbo" is not a standard component
in OpenResty, it is a low priority thing for me to dig it for you :)
Regards,
-agentzh