[Bug 247288] devel/stack: Crashes
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 21 09:14:49 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247288
--- Comment #9 from pmueller at occsilva.de <pmueller at 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 = 'stack', stop reason = 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 conditions.
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)
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-haskell
mailing list