From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 15 14:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D2698D8 for ; Thu, 15 May 2014 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 EBE862CB6 for ; Thu, 15 May 2014 14:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FEK0Vo025225 for ; Thu, 15 May 2014 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4FEK06L025215; Thu, 15 May 2014 14:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 15 May 2014 14:20:00 GMT Resent-Message-Id: <201405151420.s4FEK06L025215@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chloe.desoutter@atasta.net Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4408848E for ; Thu, 15 May 2014 14:15:25 +0000 (UTC) Received: from cabron.atasta.net (cabron.atasta.net [62.210.146.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cabron.atasta.net", Issuer "cabron.atasta.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D65412C74 for ; Thu, 15 May 2014 14:15:24 +0000 (UTC) Received: from cabron.atasta.net (localhost [127.0.0.1]) by cabron.atasta.net (8.14.7/8.14.7) with ESMTP id s4FC0POZ056193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 15 May 2014 14:00:25 +0200 (CEST) (envelope-from chloe@cabron.atasta.net) Received: (from root@localhost) by cabron.atasta.net (8.14.7/8.14.7/Submit) id s4FC0PfZ056192; Thu, 15 May 2014 14:00:25 +0200 (CEST) (envelope-from chloe) Message-Id: <201405151200.s4FC0PfZ056192@cabron.atasta.net> Date: Thu, 15 May 2014 14:00:25 +0200 (CEST) From: Chloe.Desoutter@cabron.atasta.net (chloe.desoutter@atasta.net) Reply-To: chloe.desoutter@atasta.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189838: openvswitch-1.7.1 : ovsdb-tool create segfaults X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 14:20:01 -0000 >Number: 189838 >Category: ports >Synopsis: openvswitch-1.7.1 : ovsdb-tool create segfaults >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 15 14:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Chloe Desoutter >Release: FreeBSD 10.0-RELEASE amd64 >Organization: Atasta NET >Environment: System: FreeBSD cabron.atasta.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: After installing openvswitch from either pkg or ports, running ovsdb-tool create causes a segmentation fault. Here is the GDB output root@cabron:~ # gdb /usr/local/bin/ovsdb-tool [snip] (gdb) run create Starting program: /usr/local/bin/ovsdb-tool create (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 100471] (no debugging symbols found)...[New Thread 802006400 (LWP 100471/ovsdb-tool)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 802006400 (LWP 100471/ovsdb-tool)] 0x000000000041c933 in ?? () >How-To-Repeat: * Install openvswitch from either ports or pkg. (Ports dependencies are built all with their default options.) * Run ovsdb-tool create >Fix: Strangely when building with WITH_DEBUG=yes ovsdb-tool create will work just fine (but this doesn't help me identify where the bug hides). >Release-Note: >Audit-Trail: >Unformatted: