Aous Naman

Results 20 comments of Aous Naman

> signal 7 (SIGBUS), code 1 (BUS_ADRALN), This means that OpenJPH is reading from an aligned address; for example, OpenJPH might be reading an integer from the address 0xc70007ef. The...

Hi Thai, It is hard for me to know from here what is wrong, but let's try to find it. > What is the difference between debug build and release...

> I think when store_list go to this line. > ` cur_store->data += extended_bytes;` > the addr will chance to an even addr to next time. It is still not...

Hi Thai, When I wrote OpenJPH, I did not care about alignment, because I could not test it. Intel does not care, and I think I get the same performance...

Hi Thai, An idea comes to my mind. You said no problem in debug -- I assume you using ```cmake -DCMAKE_BUILD_TYPE=Debug``` The crash occurs in Release, which you obtain using...

Hi Aaron, All is good here; thank you for asking. I hope you are fine and doing well. I am have been engaged in a task that takes all my...

Thank you for independently confirming that it works correctly. The script is useful.

Hi Mike, Thank you for the detailed report. Currently, the precinct parser can only parse simple one-layer HT codestreams; there are no specific paths that detect other cases, let alone...

Hi Mike, Thank you for discovering this bug; I will fix soon. Kind regards, Aous.

Thanks Mike. This is a good idea; I should implement it. I also must fix the bug causing the segmentation fault -- it is a bug.