From owner-freebsd-haskell@freebsd.org Sun Jun 21 09:14:49 2020 Return-Path: Delivered-To: freebsd-haskell@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 1C4633480E8 for ; Sun, 21 Jun 2020 09:14:49 +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 49qRh875Vbz4cjZ for ; Sun, 21 Jun 2020 09:14:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id F36D1348126; Sun, 21 Jun 2020 09:14:48 +0000 (UTC) Delivered-To: haskell@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 F32AE34800A for ; Sun, 21 Jun 2020 09:14:48 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49qRh86Cjtz4d16 for ; Sun, 21 Jun 2020 09:14:48 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEFB21AE5A for ; Sun, 21 Jun 2020 09:14:48 +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 05L9EmSv047741 for ; Sun, 21 Jun 2020 09:14:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 05L9EmVP047737 for haskell@FreeBSD.org; Sun, 21 Jun 2020 09:14:48 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: haskell@FreeBSD.org Subject: [Bug 247288] devel/stack: Crashes Date: Sun, 21 Jun 2020 09:14:48 +0000 X-Bugzilla-Reason: AssignedTo CC 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: crash, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pmueller@occsilva.de X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: haskell@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-haskell@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2020 09:14:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247288 --- Comment #9 from pmueller@occsilva.de --- Is this what you asked for: lldb shows: lldb /usr/local/libexec/cabal/stack (lldb) target create "/usr/local/libexec/cabal/stack" Current executable set to '/usr/local/libexec/cabal/stack' (x86_64). (lldb) r build Process 78060 launching Process 78060 launched: '/usr/local/libexec/cabal/stack' (x86_64) Process 78060 stopped * thread #3, name =3D 'stack', stop reason =3D signal SIGILL: privileged instruction frame #0: 0x0000000001a626a5 stack`cryptonite_aes_generic_encrypt_block= + 277 stack`cryptonite_aes_generic_encrypt_block: -> 0x1a626a5 <+277>: pshufb %xmm8, %xmm7 0x1a626ab <+283>: movdqa -0x1761764(%rip), %xmm9 0x1a626b4 <+292>: pshufb %xmm9, %xmm6 0x1a626ba <+298>: por %xmm7, %xmm6 (lldb) GDB shows: gdb /usr/local/libexec/cabal/stack GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... (gdb) r build Starting program: /usr/local/libexec/cabal/stack build [New LWP 101655] BFD: /lib/libc.so.7: invalid relocation type 37 BFD: BFD 2.17.50 [FreeBSD] 2007-07-03 assertion fail /usr/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/elf64= -x86-64.c:276 [New Thread 80f2ea000 (LWP 101655/stack)] [New Thread 80f2eaf00 (LWP 101530/stack)] Program received signal SIGILL, Illegal instruction. [Switching to Thread 80f2eaf00 (LWP 101530/stack)] 0x0000000001a626a5 in cryptonite_aes_generic_encrypt_block () (gdb) --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=