From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 25 20:49:06 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org 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 8DA8FD51 for ; Fri, 25 Jul 2014 20:49:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C1302BE1 for ; Fri, 25 Jul 2014 20:49:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PKn6iO067993 for ; Fri, 25 Jul 2014 20:49:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192121] New: math/gnuplot: crashes with failed assertions when built with wx 3.0 Date: Fri, 25 Jul 2014 20:49:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: russo@bogodyn.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 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.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 20:49:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192121 Bug ID: 192121 Summary: math/gnuplot: crashes with failed assertions when built with wx 3.0 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: russo@bogodyn.org On 21 July, bapt@FreeBSD.org committed version 4.6.5_4 of math/gnuplot, with the comment "Switch to wx 3.0" But this switch had already been undone on 17 April 2014 when 4.6.5_2 was committed, because "gnuplot is apparently not ready to work with newer versions" of wx than 2.8. This is the subject of bug report https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188628 . That bug was closed when gnuplot was set back to requiring wx 2.8. I am now seeing gnuplot crashing just as it was before 4.6.5_2 got committed. The program builds and installs fine, but any attempt to plot while "wxt" is the selected terminal type (it is the default) will cause crashes: > gnuplot G N U P L O T Version 4.6 patchlevel 5 last modified February 2014 Build System: FreeBSD i386 Copyright (C) 1986-1993, 1998, 2004, 2007-2014 Thomas Williams, Colin Kelley and many others gnuplot home: http://www.gnuplot.info faq, bugs, etc: type "help FAQ" immediate help: type "help" (plot window: hit 'h') Terminal type set to 'wxt' gnuplot> plot x**2 ./src/gtk/dcclient.cpp(2043): assert "m_window" failed in DoGetSize(): GetSize() doesn't work without window [in thread 4f9dbc00] [xcb] Unknown request in queue while dequeuing [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. Assertion failed: (!xcb_xlib_unknown_req_in_deq), function dequeue_pending_request, file xcb_io.c, line 179. Abort trap: 6 (core dumped) The fix is trivial. Change the line "USE_WX= 3.0" back to "USE_WX= 2.8" (reverting one of the changes made in the most recent commit). Doing so restores gnuplot to proper function with wx. -- You are receiving this mail because: You are the assignee for the bug.