Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 20:15:20 GMT
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188628: math/gnuplot: Assertion failed: (! xcb_xlib_unknown_req_in_deq)
Message-ID:  <201404142015.s3EKFKGh003643@cgiserv.freebsd.org>
Resent-Message-ID: <201404142020.s3EKK2YL010981@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188628
>Category:       ports
>Synopsis:       math/gnuplot: Assertion failed: (! xcb_xlib_unknown_req_in_deq)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 14 20:20:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     O. Hartmann
>Release:        FreeBSD 11.0-CURRENT
>Organization:
>Environment:
FreeBSD 11.0-CURRENT #0 r264453: Mon Apr 14 11:43:51 CEST 2014 amd64


>Description:
/usr/ports has svn Revision: 351262

pkg info gnuplot
gnuplot-4.6.5
Name           : gnuplot
Version        : 4.6.5
Installed on   : Mon Apr 14 22:05:52 CEST 2014
Origin         : math/gnuplot
Architecture   : freebsd:11:x86:64
Prefix         : /usr/local
Categories     : math graphics
Maintainer     : glewis@FreeBSD.org
WWW            : http://www.gnuplot.info/
Comment        : Command-line driven graphing utility
Options        :
        CAIRO          : on
        DOCS           : on
        EXAMPLES       : on
        GD             : on
        GRIDBOX        : on
        PDF            : on
        PLOT           : on
        TEX            : on
        THINSPLINES    : on
        WX             : on
        X11            : on


Error when trying to plot simply sin(x) in gnuplot:

plot sin(x)
./src/gtk/dcclient.cpp(2041): assert "m_window" failed in DoGetSize(): GetSize() doesn't work without window [in thread 816606000]
[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


Plotting data also abort immediately with

./src/gtk/dcclient.cpp(2041): assert "m_window" failed in DoGetSize(): GetSize() doesn't work without window [in thread 817f08000]
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404142015.s3EKFKGh003643>