From owner-freebsd-amd64@freebsd.org Wed Jan 25 00:29:45 2017 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2495DCBE574 for ; Wed, 25 Jan 2017 00:29:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 12D47A0E for ; Wed, 25 Jan 2017 00:29:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0P0Tio0027804 for ; Wed, 25 Jan 2017 00:29:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 216451] Assertion failed: (NodeToMatch->getOpcode() != ISD::DELETED_NODE && "NodeToMatch was removed partway through selection"), function SelectCodeCommon, file /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp, line 3387 Date: Wed, 25 Jan 2017 00:29:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: otacilio.neto@bsd.com.br X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 00:29:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216451 Bug ID: 216451 Summary: Assertion failed: (NodeToMatch->getOpcode() !=3D ISD::DELETED_NODE && "NodeToMatch was removed partway through selection"), function SelectCodeCommon, file /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/Selecti onDAGISel.cpp, line 3387 Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: otacilio.neto@bsd.com.br CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org When compiling opencv 3.1 on 12.0-CURRENT #0 r312227 I'm getting this asser= tion fail: [ 57%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o cd /usr/ports/graphics/opencv3-core/work/opencv-3.1.0/modules/imgproc && /usr/bin/c++ -DCVAPI_EXPORTS -D__OPENCV_BUILD=3D1 -I/usr/ports/graphics/opencv3-core/work/opencv-3.1.0 -isystem /usr/local/include/eigen3 -isystem /usr/local/include/CL -I/usr/ports/graphics/opencv3-core/work/opencv-3.1.0/modules/imgproc/include -I/usr/ports/graphics/opencv3-core/work/opencv-3.1.0/modules/imgproc/src -I/usr/ports/graphics/opencv3-core/work/opencv-3.1.0/modules/imgproc -I/usr/ports/graphics/opencv3-core/work/opencv-3.1.0/modules/core/include -= O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing=20 -std=3Dc++11 -isystem /usr/local/include -fsigned-char -W -Werror=3Dretur= n-type -Werror=3Dnon-virtual-dtor -Werror=3Daddress -Werror=3Dsequence-point -Wfor= mat -Werror=3Dformat-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-pro= mo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -Wno-long-long -pthread -Qunused-arguments -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=3Dhidden -fvisibility-inlines-= hidden -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasin= g=20 -std=3Dc++11 -isystem /usr/local/include -DNDEBUG -fPIC -o CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o -c /usr/ports/graphics/opencv3-core/work/opencv-3.1.0/modules/imgproc/src/sump= ixels.cpp --- modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o --- Assertion failed: (NodeToMatch->getOpcode() !=3D ISD::DELETED_NODE && "NodeToMatch was removed partway through selection"), function SelectCodeCommon, file /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp, line 3= 387. c++: error: unable to execute command: Abort trap (core dumped) c++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 3.9.1 (tags/RELEASE_391/final 289601) (based on LLVM 3.9.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preproces= sed source, and associated run script. c++: note: diagnostic msg: ******************** --=20 You are receiving this mail because: You are on the CC list for the bug.=