[Bug 269443] sysutils/jdupes: Update to 1.21.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 15 Feb 2023 00:27:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269443

--- Comment #8 from Thomas Hurst <tom@hur.st> ---
(In reply to Fernando ApesteguĂ­a from comment #7)

It's certainly weird if you can't reproduce it!

To eliminate as much as possible, I knocked up this script and ran it on a
FreeBSD 13.1-RELEASE/amd64 VPS which uses stock FreeBSD binary upgrades and
packages instead of my own local builds:

#!/bin/sh                                                                      
                                                                               
                                                     set -e                    
                                                                               
                                                                               
                          test -e jdupes || git clone --depth=1
https://github.com/jbruchon/jdupes.git                                         
                                                                               
               cd jdupes                                                       
                                                                               
                                                                    git
checkout v1.21.3                                                               
                                                                               
                                                 gmake clean all LOW_MEMORY=1  
                                                                               
                                                                               
                      strip ./jdupes                                           
                                                                               
                                                                           lldb
./jdupes
# fin

With this I observe the same result

(lldb) target create "./jdupes"
Current executable set to '/home/freaky/jdupes/jdupes' (x86_64).
(lldb) run
Process 14470 launched: '/home/freaky/jdupes/jdupes' (x86_64)
Process 14470 stopped
* thread #1, name = 'jdupes', stop reason = signal SIGSEGV: address access
protected (fault address: 0x7fffffffc948)
    frame #0: 0x0000000800211c90 ld-elf.so.1
->  0x800211c90: callq  0x800224af0               ; ___lldb_unnamed_symbol71
    0x800211c95: movq   $0x0, -0x730(%rbp)
    0x800211ca0: orb    $0x2, -0x514(%rbp)
    0x800211ca7: movq   %r15, -0x710(%rbp)

-- 
You are receiving this mail because:
You are the assignee for the bug.