Getting opcode mismatch warnings
See original GitHub issueI’m getting opcode mismatch warnings in my logs in a long-running application (using long-lived sente websockets, in case it matters). They are not very frequent, and often appear in groups, like the one below:
Tue Jun 14 08:19:15 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
Tue Jun 14 08:19:46 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
Tue Jun 14 08:21:14 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
Tue Jun 14 08:21:32 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
Tue Jun 14 08:21:56 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
Tue Jun 14 08:22:22 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
Tue Jun 14 08:22:48 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
Tue Jun 14 08:23:07 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
Tue Jun 14 08:23:26 CEST 2016 [server-loop] WARN - opcode mismatch: pre: 1, now: 0
I am not sure what to make of it. I traced them down to http-kit, but I am way too far from understanding the code to make any progress.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
List of the armasm error and warning messages - Arm Developer
The ARM Compiler Errors and Warnings Reference Guide provides lists of the errors and warnings that each of the compilation tools can generate....
Read more >How do I deal with "signed/unsigned mismatch" warnings ...
Replacing int with some unsigned type is a problem because we frequently use OpenMP pragmas, and it requires the counter to be int...
Read more >Error "Query section mismatch : got" - Google Groups
->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12424 ;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 21 ;; WARNING: recursion...
Read more >223238 – Persistent iscsi underflow mismatch errors followed ...
The warnings on the initiator (FreeBSD) side mean that the NAS doesn't correctly mark underflows. It's a common bug and not something to...
Read more >Should I worry about these dmesg errors? - Q&A
I'm running version 30020, and getting the following errors/warnings from dmesg : # dmesg --level=err [ 2.244231] intel_powerclamp: CPU does not ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

No problem. Regret the current confusion re: the “stable” vs alpha release; unfortunately couldn’t be avoided.
The current dev branch is on track to hit beta soon + will hopefully go stable soon after that.
Thank you. In that case, I’m sorry for the noise. I would suggest closing this bug then, I will keep it bookmarked and report back once I install 2.2.0 in production. This probably will not happen sooner than in several weeks, however.