From owner-freebsd-gnome@freebsd.org Thu Mar 8 19:48:33 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F031AF2A4DE for ; Thu, 8 Mar 2018 19:48:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1806D320 for ; Thu, 8 Mar 2018 19:48:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4B21BF2A4BD; Thu, 8 Mar 2018 19:48:32 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 389ABF2A4BC for ; Thu, 8 Mar 2018 19:48:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFD3D6D31D for ; Thu, 8 Mar 2018 19:48:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E523825F8D for ; Thu, 8 Mar 2018 19:48:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w28JmUex011705 for ; Thu, 8 Mar 2018 19:48:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w28JmU6F011703 for gnome@FreeBSD.org; Thu, 8 Mar 2018 19:48:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 226460] devel/libical: segmentation fault with evolution-calendar-factory Date: Thu, 08 Mar 2018 19:48:30 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 19:48:33 -0000 Bugzilla Automation has asked gnome@FreeBSD.org for maintainer-feedback: Bug 226460: devel/libical: segmentation fault with evolution-calendar-facto= ry https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226460 --- Description --- It seems that evolution-calendar-factory crashes at startup. dmesg output shows these lines: pid 1315 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) pid 1321 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) pid 1336 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) pid 1340 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) pid 1342 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) pid 1346 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) pid 1348 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) pid 1351 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) pid 3474 (evolution-calendar-), uid 1001: exited on signal 11 (core dumped) Here is the backtrace: [New LWP 100636] [New LWP 100491] Core was generated by `evolution-calendar-'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x000000080307b4ff in icaltzutil_fetch_timezone () from /usr/local/lib/libical.so.2 [Current thread is 1 (LWP 100636)] As a workaround, I run manually evolution-calendar-factory using the -w opt= ion to wait running until at least one client is connected. % /usr/local/libexec/evolution-calendar-factory -w &