From nobody Tue Nov 15 11:33:18 2022 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NBPFF4nxBz4hj7W for ; Tue, 15 Nov 2022 11:33:21 +0000 (UTC) (envelope-from SRS0=AIF2=3P=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NBPFD6MjHz4GJm; Tue, 15 Nov 2022 11:33:20 +0000 (UTC) (envelope-from SRS0=AIF2=3P=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Tue, 15 Nov 2022 12:33:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1668511998; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2VlH+PnYdXzuMYlGCLoXr+HD69ugknOOxWt32laLTt8=; b=i50osQwwj45MUyrnpaz0RGvtPPRylnAuQIMybjxNKAMI3pLfkZ4JdJXubxBdyEn38ZIfp9 efDIIXQJGR9vD4LEbZE2K9tGxNzuHuqbNj0FXP79nE6Y+LJ6bAdGz8A8bvK99dROgx+och 07s4jXdbar79AMLIb6u9BRxGL0N6B/m/KfvKt5D9H1dTR2SeNzM8h/FAlhO1y6BUWqIWku jEY3Gnuyfu7PVwO/q7yKcXTdBmsNQCMRLiZIaSpzuKdNizxAchitQggLgY1K6DfbWRSxU2 gZ8inGXN93bxWXHobdfnfLykJcyPGddAb9rQwUFtiaB+NAtw3+hDCPxPHJjZ8Q== From: Ronald Klop To: Ronald Klop Cc: freebsd-arm@FreeBSD.org, Andrew Turner Message-ID: <490902644.115954.1668511998644@localhost> In-Reply-To: <1331707040.259440.1668459233836@localhost> References: <1331707040.259440.1668459233836@localhost> Subject: Re: lsof crashes in Arm Optimized Routines List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_115952_782226044.1668511998567" X-Mailer: Realworks (631.42) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4NBPFD6MjHz4GJm X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N ------=_Part_115952_782226044.1668511998567 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sorry for the noise. But I cannot reproduce this today. I can scroll back in my terminal and see the command and error from yesterday, but running the same again just works. Regards and happy hacking, Ronald. Van: Ronald Klop Datum: maandag, 14 november 2022 21:53 Aan: freebsd-arm@FreeBSD.org, Andrew Turner Onderwerp: lsof crashes in Arm Optimized Routines > > Hi, > > See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267760 : Segmentation fault in lsof. > Program received signal SIGSEGV, Segmentation fault. > Invalid permissions for mapped object. > memcpy () at /home/ronald/dev/freebsd/src/contrib/arm-optimized-routines/string/aarch64/memcpy.S:175 > 175 stp D_l, D_h, [dst, 64]! > I also remembered this change: https://cgit.freebsd.org/src/log/contrib/arm-optimized-routines?showmsg=1 about Arm Optimized Routines. > > Could this be related? What can I do to help debug this? > > Regards, > > Ronald. > ------=_Part_115952_782226044.1668511998567 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sorry for the noise.

But I cannot reproduce this today. I can scroll back in my terminal and see the command and error from yesterday, but running the same again just works.

Regards and happy hacking,
Ronald.

 

Van: Ronald Klop <ronald-lists@klop.ws>
Datum: maandag, 14 november 2022 21:53
Aan: freebsd-arm@FreeBSD.org, Andrew Turner <andrew@FreeBSD.org>
Onderwerp: lsof crashes in Arm Optimized Routines

Hi,

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267760 : Segmentation fault in lsof.
Program received signal SIGSEGV, Segmentation fault.                                                                              
Invalid permissions for mapped object.                                                                                            
memcpy () at /home/ronald/dev/freebsd/src/contrib/arm-optimized-routines/string/aarch64/memcpy.S:175                              
175             stp     D_l, D_h, [dst, 64]!

I also remembered this change: https://cgit.freebsd.org/src/log/contrib/arm-optimized-routines?showmsg=1 about Arm Optimized Routines.

Could this be related? What can I do to help debug this?

Regards,

Ronald.
 
------=_Part_115952_782226044.1668511998567--