From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 26 18:22:10 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FB1854B for ; Sun, 26 Apr 2015 18:22:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59D8E1266 for ; Sun, 26 Apr 2015 18:22:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QIMAag024218 for ; Sun, 26 Apr 2015 18:22:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199715] graphics/opencv-core crashes ffmpeg Date: Sun, 26 Apr 2015 18:22:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rwestlun@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jhale@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 18:22:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199715 Bug ID: 199715 Summary: graphics/opencv-core crashes ffmpeg Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jhale@FreeBSD.org Reporter: rwestlun@gmail.com Flags: maintainer-feedback?(jhale@FreeBSD.org) Assignee: jhale@FreeBSD.org graphics/opencv-core-2.4.9_2 multimedia/ffmpeg-2.3.6_2,1 When I invoke ffmpeg it immediately crashes regardless of command line options. I ran 'make WITH_DEBUG=true' and found this: root@alixbuild:/usr/ports/multimedia/ffmpeg/work/ffmpeg-2.3.6 # gdb -q ffmpeg (no debugging symbols found)...(gdb) r Starting program: /usr/ports/multimedia/ffmpeg/work/ffmpeg-2.3.6/ffmpeg (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New LWP 100121] (no debugging symbols found)...(no debugging symbols found)...[New Thread 2b003080 (LWP 100121/ffmpeg)] Program received signal SIGILL, Illegal instruction. [Switching to Thread 2b003080 (LWP 100121/ffmpeg)] 0x298fe04c in cv::initInterTab1D (method=-1077949476, tab=0xbfbfcb64, tabsz=671658676) at /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/imgproc/src/imgwarp.cpp:189 189 { Current language: auto; currently c++ (gdb) bt #0 0x298fe04c in cv::initInterTab1D (method=-1077949476, tab=0xbfbfcb64, tabsz=671658676) at /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/imgproc/src/imgwarp.cpp:189 #1 0x298c4f26 in cv::initInterTab2D (method=1, fixpt=false) at /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/imgproc/src/imgwarp.cpp:230 #2 0x298a111c in cv::initAllInterTab2D () at /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/imgproc/src/imgwarp.cpp:290 #3 0x298a10c8 in __cxx_global_var_init1 () at /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/imgproc/src/imgwarp.cpp:298 #4 0x298fee70 in global constructors keyed to a () at /usr/ports/graphics/opencv-core/work/opencv-2.4.9/modules/imgproc/src/imgwarp.cpp:134 #5 0x29af5192 in __do_global_ctors_aux () from /usr/local/lib/libopencv_imgproc.so.2 #6 0x29829401 in _init () from /usr/local/lib/libopencv_imgproc.so.2 #7 0x00000000 in ?? () (gdb) root@alixbuild:/usr/ports/multimedia/ffmpeg # uname -a FreeBSD alixbuild.lan 10.1-RELEASE-p9 FreeBSD 10.1-RELEASE-p9 #0: Tue Apr 7 01:07:33 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 I'm on an AMD Geode processor on an ALIX 2D13 board. -- You are receiving this mail because: You are the assignee for the bug.