[BUG] Strange Mp3 behaviour on different build types

I’ve addressed an issue about some of my mp3 files can only play for a first few milliseconds before went down: Error playing MP3 file, which giving out this trace (Debug build):

Then i tried to switch to Release build, run my application with the stripped library, all the mp3 files that i can not play previously now work like normal. However, the previous files that supposed to play normal in Debug build, does not work anymore and gave this trace:

I’m quite confusing since i didn’t make any changes between the Release and Debug version of the library.