X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=yHTPkkV84grtz1sx clSNj2NudSQOwJENsilTtgOu3spy+GKLkz0P7J7tzWLTt3PLZpKZGFnN0ecIk2oO SCTkIsNxMi6z0H4t4M5/jGDPauOUu7KmcVqmanoTcE7uahVBL/CE6w478Nkml3eW 3FeVMqdpIoNxXcBYgrxMTcdYSd8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=EdZWsMm1wq/Zpo8HzQxLiL VqBpY=; b=PR8TO7gKPwHsjqqmPsD5C+GkSICkjXz40FqpWLhkTqc4ZrZiL6DP93 2bHxpcnvBHgrEFRLonyRIO3+Op2sLIgH9ubtNtzABWv7fUO2hfrV8sNSXqxSbKsg c4EsKgGNK8CPrJ4y9qGbZTWSdHxVJwvYTMaepPJzOKrUpaTVkJwm8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:v15-v6s X-HELO: mail-wr0-f174.google.com 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=f2ojR4gn6JdldKmTqlEGSkQy0Z7nlWR1EPFhg7XzkRM=; b=Hi89AlYWeh4rZSncQ9NZ4of99G7FUuQbyitMFenxrmRLbNluzWpnIWw/ba+EX1SDEn 5wIZBVFFzab0lFXMHsgUP6PUclW/T9mYjlmlpbQB5/dulS2HDWY9NNIiDBUctNpbupyJ dOkeNvQUpnLLtYmFnGeCP8XEBjYwJpoJFFuxc/yNHLHA8+DYdtAb6TtffDZxBsDcjtzc TuWjO/VgCBnyZL72yrSOZe9l5ODzO5VozWW2/Fmgi5kiTBOH7P3G7lV4JtHffY9dIiGv TdIdSF2PM1pdWLmXpbAASn4fk+xUPhKxbwKpO7ywBjiXPOR4rJ8ORJVfgVtpP8JONssx h9QA== X-Gm-Message-State: ALKqPwcE6QL5H6eg+KeUSyT/edeNNwgk03wOY0VjvKpVmnZtLJ6/VueF TtafbCpUZKe1fLBrwVNsBszipnaZ X-Google-Smtp-Source: AB8JxZrJYQ3YXFuGUQVCliQOEA+WDUCPlEjCByD6/FHmCrH2eV2BlgPUA3GH2f1H2SeYQRbgKj5H+w== X-Received: by 2002:adf:e64b:: with SMTP id b11-v6mr4969550wrn.51.1526055975110; Fri, 11 May 2018 09:26:15 -0700 (PDT) Subject: Re: segfault in xwin-xdg-menu.exe To: Fabio Rossi , cygwin AT cygwin DOT com References: <1630069224 DOT 535491 DOT 1526052560912 AT mail DOT libero DOT it> <2482367f-abbd-8aad-3cb7-55ef955244bd AT gmail DOT com> <2104721437 DOT 537760 DOT 1526054064612 AT mail DOT libero DOT it> From: Marco Atzeri Message-ID: <15ac5026-6751-e9d4-975d-4413f2632633@gmail.com> Date: Fri, 11 May 2018 18:26:13 +0200 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: <2104721437.537760.1526054064612@mail.libero.it> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/11/2018 5:54 PM, Fabio Rossi wrote: >> Il 11 maggio 2018 alle 17.37 Marco Atzeri ha scritto: >> >>> 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 > > I missed that, sorry, here is the file attached as requested > I do not see any obvious issue, sorry. May be xwin-xdg-menu needs need a font you don't have Try with strace to see what is trying to do/open before the segfault DISPLAY=:0 strace -o /tmp/xwin-xdg-menu.strace /usr/bin/xwin-xdg-menu.exe -- 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