Sisyphus-wang
Sisyphus-wang
When you set 'llvm-config' to 'llvm-config-10', you should set both 'clang' and 'clang++' to 'clang-10' and 'clang++-10'.
```bash uname -v #63~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 22 19:00:15 UTC 2 ldd /usr/lib/llvm-12/lib/libLTO.so linux-vdso.so.1 (0x00007ffe44bcf000) libLLVM-12.so.1 => /usr/lib/llvm-12/lib/../lib/libLLVM-12.so.1 (0x0000741ef13e2000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000741ef11ad000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x0000741ef10c6000) libgcc_s.so.1 =>...
I will try using LLVM-11 and hope it works properly.
It seems that when I compile and install LLVM using aflgo/build.sh, there are no issues. However, if I install LLVM directly via apt, errors occur. In any case, the problem...
It looks like the same issue as #1022
It looks like the same issue as #1020
The root cause of the issue is that after calling lame_init(), psf->codec_close = mpeg_l3_encoder_close was not set immediately. When the code **return SFE_MPEG_BAD_SAMPLERATE ;** is triggered (at line 95), it...
Meanwhile, there is also a memory leak issue in sndfile-conver.c. If we don't fix the sndfile-conver.c problem first, it will mask the issue in mpeg_l3_encode.c. Here is the error message...
This issue is similar to #1012 , but different
During command execution, when the wavlike_read_fmt_chunk() function is called for the third time, at wavlike.c:141: ```C bytesread = psf_binheader_readf(psf, "224422", &(wav_fmt->format), &(wav_fmt->min.channels), &(wav_fmt->min.samplerate), &(wav_fmt->min.bytespersec), &(wav_fmt->min.blockalign), &(wav_fmt->min.bitwidth)); ``` After execution, wav_fmt->min.channels...