Public bug reported:

For any OPENCV application that I build...I always got a SIGABRT signal
when closing the app itself. I mean, the app works fine, but after
executing some opencv functions at the end of the main function it
crashes.

for example :

void main{
        char filename[40];
        IplImage* img;
        /// Reads the filename
        sprintf( filename, "/home/fabio/test.jpg");
        /// Loads the image
        img = cvLoadImage(filename);
        sprintf( filename, "/home/fabio/test_CPY.jpg");
        cvSaveImage(filename,img);

        cvReleaseImage(&img);
}

it works fine but at the end gives the SIGABRT.... any idea?!

** Affects: opencv (Ubuntu)
     Importance: Undecided
         Status: New

-- 
OPENCV C++ apps give SIGABRT when closing
https://bugs.launchpad.net/bugs/271718
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to