From owner-freebsd-xfce@freebsd.org Wed Mar 18 23:10:50 2020 Return-Path: Delivered-To: freebsd-xfce@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C887827049F for ; Wed, 18 Mar 2020 23:10:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 48jQkf52F6z3Hn7 for ; Wed, 18 Mar 2020 23:10:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 478FA27049E; Wed, 18 Mar 2020 23:10:50 +0000 (UTC) Delivered-To: xfce@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3C28A27049D for ; Wed, 18 Mar 2020 23:10:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48jQkd3Bfgz3HlL for ; Wed, 18 Mar 2020 23:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6405315B7 for ; Wed, 18 Mar 2020 23:10:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 02INAnEt065777 for ; Wed, 18 Mar 2020 23:10:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 02INAnR4065776 for xfce@FreeBSD.org; Wed, 18 Mar 2020 23:10:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: xfce@FreeBSD.org Subject: [Bug 244894] x11-wm/xfce4-session: dumps core immediately after startup Date: Wed, 18 Mar 2020 23:10:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: xfce@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2020 23:10:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244894 --- Comment #2 from Chris Hutchinson --- (In reply to Guido Falsi from comment #1) Thanks for the reply, Guido! I've not been a fan of using pkg. But felt it might be time to give it another chance. So *everything* is straight from FreeBSD. That is; the kernel, and world are that which came from the install medium, and everything else is straight from pkg(8). pkg install xorg-server xorg-fonts xorg-drivers xorg-apps \ xfce-4 slim drm-legacy-kmod echo startxfce4 >~/.xinitrc echo 'kld_list=3D"/boot/modules/i915kms.ko'>>/etc/rc.conf make.conf(5) is empty bounce the box. which brings up the slim logon screen. login. xfce4 starts. I confirm that it works. I bounce the box again. login via slim. xfce4 starts. the moment the desktop appears, the screen goes black, then slim login screen reappears. I try again. Same sequence of events. Ctrl+Alt+F1 login kill -HUP check any associated log files. messages indicates xfce4-session dumps core on signal 11. Delete *all* ports via pkg. confirm I have zero ports installed. Only package left is pkg. Install all ports as above. But no joy. xfce4-session *still* dumps core. So. I decided to test against slim; pkg install icewm echo icewm-session>~/.xinitrc bounce box login via slim. Which presents the IceWM desktop. Everything works fine. IceWM still works. So I think we can rule out slim. I have no ports(7) or source tree on this box. Are you suggesting that I build everything from source? Is there no flag I can append to xfce4-session that might make more noise in the log(s) and perhaps provide more clues? Thanks again for the reply, Guido! --Chris --=20 You are receiving this mail because: You are the assignee for the bug.=