Hi, > Thanks for explaining. > > I understand why second stream will have 21 byte header. > > I am jyst trying to figure out where exactl the code breaks. > > Previously i was able to pinpoint where uint16_t access was happening. > > In this crash, I am not sure which instruction from which is doing > the problem work.
It is difficult to tell you without using a debugger such as gdb. The patch I sent to you fixes all the possible illegal casts on odd addresses, so it should solve all occurrence of the bug at once. Didier Barvaux Viveris Technologies _______________________________________________ Mailing list: https://launchpad.net/~rohc Post to : [email protected] Unsubscribe : https://launchpad.net/~rohc More help : https://help.launchpad.net/ListHelp

