-
Notifications
You must be signed in to change notification settings - Fork 112
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
crash while decoding Eurex #31
Comments
Based on my testing, I don't see there's any problem with it unless you use -hfix 23 to skip the header bytes. That option is used for skip certain bytes for each SINGLE message. Based on your data, you should just modify the program to skip the first 25 bytes outside of the loop and then decode the stream from the 26th byte. |
It might be on the windows version because if I use -hfix 25 the first message crash. Unhandled exception at 0x505B4025 (msvcr120d.dll) in mf_fixed_decode.exe: 0xC0000005: Access violation writing location 0x005F2000.
|
Hi,
I've tried to decode some Eurex Messages but it crash at the very first.
I'm using the mf_fixed_decoder on which I've added the generated files.
the message is composed of a header then a reset message (which is not present in the template file) then the messages.
I think Quickfast had added a default template 120, but the problem is not there
I've sjkipped the header (23 bytes) and 2 bytes for the template 120, but after having found a template 93 it crashes
Here are the template.xml the generated files and the test data :
https://drive.google.com/folderview?id=0B-8Io1lLd5gHNllqY1h2SEh5b3M&usp=sharing
The text was updated successfully, but these errors were encountered: