delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/10/27/08:42:55

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:mime-version:from:date:message-id:subject:to
:content-type; q=dns; s=default; b=J+5hPx+4XWhyUgSy4KnS+Wm6go/45
/jUnI9rqZBqOl/r7mrATwoRsQ/Ca/QY26KDbrO1aMPFuaQABF3SeWj3dDjeT1JSt
lEYbfOi8B0EBBapryOm4P3rVzC7c4vXAY0Fg3LT7oZVUxvbgzeJbqR2yseOJxgvV
NCJ7UzS49Fe92I=
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:mime-version:from:date:message-id:subject:to
:content-type; s=default; bh=W8jMzEUjS/djDGLissyvykHbZRQ=; b=Zwn
LtyykLhUGDb7+XcoU8CP+I+7TO01aB1AconTEpsNiv5XOguldE2RfwINWPMtDVVA
7oKOg/AhVx3XKJcQjBHFtUoZ8B3d5UNp7kcVvfM+qa+2bYaluX5dcdxGuCbjbdr3
VThsBNyRLLOghRxiKUz4MuDeLwNcZNRMeW5ikmY0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-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
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
From: =?UTF-8?B?0JLQuNC60YLQvtGAINCc0LDRgNGC?= <viktor DOT mart AT gmail DOT com>
Date: Thu, 27 Oct 2016 13:47:12 +0300
Message-ID: <CAOFn8QcpwHV3yinL4Vc-f5dZ4qYyB-XmcxLrUjL-xnSVe_Tq5A@mail.gmail.com>
Subject: cygwin gjs segfault: egList.js egSpawn.js egSearch.js examples from gjs-examples
To: cygwin AT cygwin DOT com

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) <gtk_tree_view_column_set_cell_data_func>

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019