-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught exception - others.c(440) : Field conflict between null and doctype #214
Comments
probably multithread access to the field 'doctype' |
What would cause this and how could that be avoided? |
Use thread locks or mutex |
I don't use any threads deliberately in my code. Is this done by mod_neko? |
This looks like a bug in neko vm. Lines 435 to 441 in f1846a1
|
Yes, it's a code where error message composed. |
As I said, I don't use threads in this app. I only use the usual neko web stuff. |
I have an old web application that runs on neko (mod_neko with apache to be precise), where a user recently reported the following error after a page request:
Uncaught exception - others.c(440) : Field conflict between null and doctype
Any idea what this could be about?
The text was updated successfully, but these errors were encountered: