From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62967 invoked by alias); 11 May 2018 15:38:00 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 62941 invoked by uid 89); 11 May 2018 15:37:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f177.google.com Received: from mail-wr0-f177.google.com (HELO mail-wr0-f177.google.com) (209.85.128.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 May 2018 15:37:57 +0000 Received: by mail-wr0-f177.google.com with SMTP id g21-v6so5750363wrb.8 for ; Fri, 11 May 2018 08:37:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=xs5mDebFrQbrLCi6kiQOzmqk+8uVUdOBL2JHlY3esXk=; b=TCNbaZEVxG7IXLQnIvrJvC9dNwSaBpUAa5itqrqJ+hoANJOe4s4blIbd8rJziheGBI 1ZxM/iiEBkLG6y/pNF4F3P+9rJnIFjTKQQUhQZXQ/R75vtF/1pX1krCAP6wSGqXug5Mp A29qMPc3/o/P36bD/OkWPgm9dnVAYoZC5YCjH3zFwIQ7u0FMsqFj8ObczU8pzOnXgR0t CvPkwf9ZlEmfQnx3NnuzVeukqaG9jd4/tzxW6XZcNUXUYzgzGMer5WcByFLt5IX9mdFp 0qgbaeVNm3MoBJXcKxEZPLc0ml//e9Sxt0OwBqBXdVdfLjsyR5wMUyecPyRPR13e6iKZ JnEQ== X-Gm-Message-State: ALKqPwePRug0JpCczzk/NbR7TjKZ0yvt1ThJfNIMFQ86qMsaQgNk1TWb X7CkxTa5awMRoZyj+27p9k1Aealj X-Google-Smtp-Source: AB8JxZq0WT4fEcH5UoMd8t4I79T+CxWec6Lk6QvySVhu1ByCmHqoYReRrhC9RWuf8fsHPKpYzrIGJw== X-Received: by 2002:adf:b246:: with SMTP id y6-v6mr4616498wra.99.1526053075414; Fri, 11 May 2018 08:37:55 -0700 (PDT) Received: from [172.21.192.161] ([178.15.39.162]) by smtp.gmail.com with ESMTPSA id b11-v6sm4804951wrf.50.2018.05.11.08.37.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 May 2018 08:37:54 -0700 (PDT) Subject: Re: segfault in xwin-xdg-menu.exe To: cygwin@cygwin.com References: <1630069224.535491.1526052560912@mail.libero.it> From: Marco Atzeri Message-ID: <2482367f-abbd-8aad-3cb7-55ef955244bd@gmail.com> Date: Fri, 11 May 2018 15:54:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1630069224.535491.1526052560912@mail.libero.it> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00139.txt.bz2 On 5/11/2018 5:29 PM, Fabio Rossi wrote: > I have just made a fresh cygwin installation on windows 10 pro 32bit using setup 2.891. I have selected xorg-server, xinit, vim and gdb packages. I have modified the Xwin server configuration as described in https://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-startxwinrc-exit and later I have successfully started it by using the action "cygwin-x\xwin server" under Windows programs menu. The X server is running with display :0.0 and its icon is visible in the tray bar. > > On another system installed months ago I have the xdg menu application already running (it's automatically started by the xwin startup script) but I didn't need to follow the above mentioned trick described in the FAQ. > > In a cygwin terminal I then try starting manually xwin-xdg-menu by using: > > $ DISPLAY=:0 xwin-xdg-menu.exe > > but I get a segmentation fault. With gdb I get the following backtrace: > > $ DISPLAY=:0 gdb xwin-xdg-menu.exe > ... > > It seems a problem with fontconfig. Any hint? > > -- as suggested here > Problem reports: http://cygwin.com/problems.html provide the cygcheck.out as attachment -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple