From owner-freebsd-ports@freebsd.org Wed Jun 17 07:43:47 2020 Return-Path: Delivered-To: freebsd-ports@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 320843467FC for ; Wed, 17 Jun 2020 07:43:47 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49mxry2QBsz4Qqd for ; Wed, 17 Jun 2020 07:43:45 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1592379817; bh=r6uNCBqFw09W/OLJO2Yvq9ZBTWI81L+k0Kwj0b8AzPU=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=AnzCC5iecvznSsRzCXm0V+s/igFf4X9vo+YI1UeEvAvLnlvMZ/nsmnXauKMstBnSg J13YpGNxW5etUnqr2AF+nmiu06C80EErs5ea2DzltsyHHoafPaO2NAychxFdAT5uLg nS2guptku7ss1hnWVB+E63lmGtRnwouOifPJhR8U= Subject: Re: cups-pdf crash status -139 To: Michael Gmelin Cc: FreeBSD References: <4910A962-B20D-4D0B-A1A2-B57E2B2F4434@grem.de> From: Per olof Ljungmark Message-ID: Date: Wed, 17 Jun 2020 09:43:35 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <4910A962-B20D-4D0B-A1A2-B57E2B2F4434@grem.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 49mxry2QBsz4Qqd X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nethead.se header.s=NETHEADSE header.b=AnzCC5ie; dmarc=pass (policy=none) header.from=nethead.se; spf=pass (mx1.freebsd.org: domain of peo@nethead.se designates 5.150.237.139 as permitted sender) smtp.mailfrom=peo@nethead.se X-Spamd-Result: default: False [-3.61 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.96)[-0.960]; R_DKIM_ALLOW(-0.20)[nethead.se:s=NETHEADSE]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:5.150.237.139]; NEURAL_HAM_LONG(-0.99)[-0.992]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[nethead.se:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[nethead.se,none]; NEURAL_HAM_SHORT(-0.65)[-0.654]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8473, ipnet:5.150.192.0/18, country:SE]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2020 07:43:47 -0000 On 2020-06-16 12:15, Michael Gmelin wrote: > > >> On 16. Jun 2020, at 11:47, Per olof Ljungmark wrote: >> >> On 2020-06-15 16:14, Michael Gmelin wrote: >>>> On Mon, 15 Jun 2020 12:03:17 +0200 >>>> Per olof Ljungmark wrote: >>>> On 2020-06-15 09:50, Michael Gmelin wrote: >>>>> >>>>> >>>>>> On 15. Jun 2020, at 09:45, Per olof Ljungmark >>>>>> wrote: >>>>> >>>>> What happens if you run the gs command on the pdf you’re printing >>>>> directly: >>>>> >>>>> >>>>>> gs -q -dNOPAUSE -dBATCH -dSAFER -dNOMEDIAATTRS -sstdout=? >>>>>> -sDEVICE=ps2write -dShowAcroForm -sOUTPUTFILE=? -dLanguageLevel=2 >>>>>> -r300 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE ? ? -f ? >>>> >>>> A PDF is created. >>>> >>>> And, according to logs gs is OK: >>>> >>>> D [15/Jun/2020:09:16:23 +0200] [Job 1070] Wrote 1 pages... >>>> D [15/Jun/2020:09:16:23 +0200] [Job 1070] PID 37126 (pstops) exited >>>> with no errors. >>>> D [15/Jun/2020:09:16:23 +0200] [Job 1070] PID 37125 (gs) exited with >>>> no errors. >>>> D [15/Jun/2020:09:16:23 +0200] [Job 1070] PID 37123 >>>> (/usr/local/libexec/cups/filter/pdftops) exited with no errors. >>>> I [15/Jun/2020:09:16:23 +0200] [Job 1070] Backend returned status >>>> -139 (crashed) >>> Are you printer(s) shown as okay in the cups web UI? (like, not >>> temporarily halted, stopped, etc.?). I sometimes had some issues after >>> upgrading, especially with hplip. >>> This upstream issue reported earlier this year sounds similar to what >>> you're seeing, maybe it helps: https://github.com/apple/cups/issues/5765 >> >> The cups-pdf printer is paused with "Backend failed" but all other printers are OK. HPLIP is not installed. >> > > Can you enable the cups-pdf printer using the “cupsenable” command? And if so, will it stay enabled or go back to paused/failed at the next attempt? > It reverts to "Backend failed". Just tried to add the cups-pdf printer to the 12-STABLE workstation I'm writing this on with identical result so by now I see this on three different boxes, all running 12-STABLE. Also, I am confident that the problem surfaced after the updates to cups in late March. If I have the time at some point I could try to revert to an older version but it would be nicer to sort the problem. Not sure how to proceed from here... Per