MaybeShewill-CV / sky-detector

Sky area detection without deep neural networks https://maybeshewill-cv.github.io/sky-detector/
146 stars 42 forks source link

ALWAYS malloc(): corrupted top size ? Why? #9

Closed peijason closed 3 years ago

peijason commented 4 years ago

I'm using Ubuntu 20.04 with 1050Ti ...

I0820 16:29:18.967516 516025 imageSkyDetector.cpp:182] ---- hd_test.png ---- 1.90623s
malloc(): corrupted top size
*** Aborted at 1597966163 (unix time) try "date -d @1597966163" if you are using GNU date ***
PC: @     0x7f44642e718b gsignal
*** SIGABRT (@0x3e80007dfb9) received by PID 516025 (TID 0x7f445ff2da40) from PID 516025; stack trace: ***
    @     0x7f44654b0631 (unknown)
    @     0x7f44642e7210 (unknown)
    @     0x7f44642e718b gsignal
    @     0x7f44642c6859 abort
    @     0x7f44643313ee (unknown)
    @     0x7f446433947c (unknown)
    @     0x7f446433c83a (unknown)
    @     0x7f446433e419 __libc_malloc
    @     0x7f4464558c29 operator new()
    @     0x7f4464f880b1 cv::cpu_baseline::MulTransposedR<>()
    @     0x7f4464fbbeac cv::mulTransposed()
    @     0x7f4464fc2e47 _ZN2cv15calcCovarMatrixERKNS_11_InputArrayERKNS_12_OutputArrayERKNS_17_InputOutputArrayEii.localalias
    @     0x562725110e04 sky_detector::SkyAreaDetector::refine_border()
    @     0x5627251141fe sky_detector::SkyAreaDetector::extract_sky()
    @     0x562725114f5a sky_detector::SkyAreaDetector::batch_detect()
    @     0x562725107aff main
    @     0x7f44642c80b3 __libc_start_main
    @     0x562725107dae _start
fish: Job 2, “./sky-detector ../data/ ./” terminated by signal SIGABRT (Abort)