You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up here is my test code, it crashed at bm::bit_out<bm::encoder>::put_bits(unsigned value, unsigned count) like below:
It's weird that it only crash when I use this lib in my project. Once I write a simple test, I mean a simple C++ program contains only the two test_bm and main functions, it runs perfectly. And one more weird thing is that when the code crash, process stack seems not valid like below:
My compiler is 'VS Community 2022 Release msvc_x86' with Qt5.15, hope someone can help me, thank you.
The text was updated successfully, but these errors were encountered:
What is the compiler (ok, i see that it is VS 22) and the platform and the compile options here?
These BSR asms are pretty old... always worked.
Some compilers sometimes have bugs on -O3 level (just a guess).
Up here is my test code, it crashed at bm::bit_out<bm::encoder>::put_bits(unsigned value, unsigned count) like below:
It's weird that it only crash when I use this lib in my project. Once I write a simple test, I mean a simple C++ program contains only the two
test_bm
andmain
functions, it runs perfectly. And one more weird thing is that when the code crash, process stack seems not valid like below:My compiler is 'VS Community 2022 Release msvc_x86' with Qt5.15, hope someone can help me, thank you.
The text was updated successfully, but these errors were encountered: