toddmaustin/bringup-bench

libmin_qsort bug

Opened this issue · 0 comments

sir it seems there is a bug in the libmin_qsort. I isolated the file libmin_qsort.c with a test code main.c. used standard libraries to simplify the job.

compiled with gcc and run on linux host with an intell processor. compared with the standard library qsort, I got segfault error.

libmin_qsort_test.zip

if you wish, I can provide more detailed description of my test environment.