question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting opcode mismatch warnings

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ptaoussaniscommented, Jun 14, 2016

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.

0reactions
jwrcommented, Jun 14, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found