From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128827 invoked by alias); 27 Oct 2016 10:47:25 -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 128816 invoked by uid 89); 27 Oct 2016 10:47:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=UD:js X-HELO: mail-ua0-f173.google.com Received: from mail-ua0-f173.google.com (HELO mail-ua0-f173.google.com) (209.85.217.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Oct 2016 10:47:14 +0000 Received: by mail-ua0-f173.google.com with SMTP id 12so25065113uas.2 for ; Thu, 27 Oct 2016 03:47:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=L/IS9BpvXHh3QeH2Mj5k+T4cIagDYU1HcLHEE8H9Wzw=; b=MKaBB+YzWoiPVFGcKWPlUdOGbnIvEWvesWIHGaAxE4MyPULXkY5H4k9OVy/RrWr4ve fEa7tQSpWtk9J5qZ5FUVp8y4wJWfrf7X+dg2dxpGAvr5Jvcyh3hkO22GUYi76T8vu28G wfOFqOOh4wNidAemxBFsrKC6kKakEwRvYbMrEiohMxxDEhQMy7KhHERyz3xTcEYFfE/g PvQjNSlEtHNbCBudMv5gy+/TL3JbYMW//J9r+p5XvVTLUSrGPeX9vBTb1BmCrmXZ8LOb 1fDCWwY9aA/Op+vt8UcO2GAzgIWgwW1x4M0FmyvEgcp6xN/gyBZGcYBX3rT+S5Ky7jAB QVbQ== X-Gm-Message-State: ABUngvd1s7Dv2Oy6bRYijNV6evLhS2X+aipTTJSVpnvcW6WI8FEh//oMOMLlNrZQC1xhWZmnpQ2kb1X2yixcHg== X-Received: by 10.159.32.227 with SMTP id 90mr4562058uaa.129.1477565232726; Thu, 27 Oct 2016 03:47:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.1.78 with HTTP; Thu, 27 Oct 2016 03:47:12 -0700 (PDT) From: =?UTF-8?B?0JLQuNC60YLQvtGAINCc0LDRgNGC?= Date: Thu, 27 Oct 2016 13:35:00 -0000 Message-ID: Subject: cygwin gjs segfault: egList.js egSpawn.js egSearch.js examples from gjs-examples To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-10/txt/msg00277.txt.bz2 gjs-examples egList.js, egSpawn.js and egSearch.js are cause segmentation fault. gjs version is 1.44.0-1 eg* examples: github.com/optimisme/gjs-examples methods that cause segmentation fault: egList.js (Gtk.TreeViewColumn)col.segfault set_cell_data_func egSearch.js (Gtk.FlowBox)flow.segfault set_filter_func egSpawn.js (Spawn.SpawnReader)reader.spawn gdb output for egList.js: Program received signal SIGSEGV, Segmentation fault. gjs_invoke_c_function at /usr/src/debug/gjs-1.44.0-1/gi/function.cpp:1117 gjs_callback_trampoline_unref(trampoline); print trampoline (GjsCallbackTrampoline *) 0x0 print function->invoker.native_address (gpointer) The same situation repeated in other cases: egSpawn.js and egSearch.js Ununtu 14 - Ubuntu 16: examples work fine -- 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