Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2021 23:05:35 -0400
From:      Vlad Markov <dvoich@optonline.net>
To:        freebsd-questions@freebsd.org
Subject:   gitup is dumping core
Message-ID:  <20210812230535.89ca0a1e6133b1330840d10c@optonline.net>

next in thread | raw e-mail | index | archive | help
gitup is dumping core. I am stuck. I'd like to update my ports. Any ideas o=
n what I should do?

happy$ uname -a
FreeBSD happy 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31=
abc261f: Fri Apr  9 04:24:09 UTC 2021     root@releng1.nyi.freebsd.org:/usr=
/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

happy$ gitup -V
gitup version 0.95

root@happy:~ # lldb -c gitup.core -- gitup
(lldb) target create "gitup" --core "gitup.core"
Core file '/root/gitup.core' (x86_64) was loaded.

(lldb) thread backtrace all
* thread #1, name =3D 'gitup', stop reason =3D signal SIGSEGV
  * frame #0: 0x0000000800794b2c libc.so.7`strcmp + 60
    frame #1: 0x0000000000210028 gitup`___lldb_unnamed_symbol72$$gitup + 184
    frame #2: 0x000000000020d5bf gitup`___lldb_unnamed_symbol58$$gitup + 255
    frame #3: 0x000000000020b7c7 gitup`___lldb_unnamed_symbol51$$gitup + 87=
43
    frame #4: 0x0000000000206100 gitup`___lldb_unnamed_symbol75$$gitup + 256
(lldb)=20



root@happy:~ # gitup -v1 ports
# Scanning local repository...
# Host: github.com
# Port: 443
# Repository Path: /freebsd/freebsd-ports.git
# Target Directory: /usr/ports
# Commit History: yes
# Have: 418cf3953f09d18828c95239a5da3b84223848af
# Want: 251346b20de71cad6535495e07f166eeabfb266b
# Branch: main
# Action: pull
Segmentation fault (core dumped)


root@happy:~ # gitup ports
# Scanning local repository...
# Host: github.com
# Port: 443
# Repository Path: /freebsd/freebsd-ports.git
# Target Directory: /usr/ports
# Commit History: yes
# Have: 418cf3953f09d18828c95239a5da3b84223848af
# Want: a9cee1b697b6150f5533dc94448ddd8a8c7bd225
# Branch: main
# Action: pull
Segmentation fault (core dumped)

------------------------------------
# $FreeBSD$
#
# Default configuration options for gitup.conf.
{
        "defaults" : {
                "host"           : "git.freebsd.org",
                "port"           : 443,
                "verbosity"      : 1,
                "work_directory" : "/var/db/gitup",
        },

        "ports" : {
                "host"       : "github.com",
                "repository" : "/freebsd/freebsd-ports.git",
                "branch"     : "main",
                "target"     : "/usr/ports",
                "ignores"    : [
                        "distfiles",
                        "packages",
                ],
        },

        "quarterly" : {
                "host"       : "github.com",
                "repository" : "/freebsd/freebsd-ports.git",
                "branch"     : "quarterly",
                "target"     : "/usr/ports",
                "ignores"    : [
                        "distfiles",
                        "packages",
                ]
        },

        "release" : {
                "repository" : "/src.git",
                "branch"     : "releng/11.4",
                "target"     : "/usr/src",
                "ignores"    : [
                        "sys/amd64/conf",
                        "sys/arm64/conf",
                        "sys/i386/conf",
                        "sys/pc98/conf",
                        "sys/powerpc/conf",
                        "sys/riscv/conf",
                        "sys/sparc64/conf",
                ]
        },

        "stable" : {
                "repository" : "/src.git",
                "branch"     : "stable/12",
                "target"     : "/usr/src",
                "ignores"    : [
                        "sys/amd64/conf",
                        "sys/arm64/conf",
                        "sys/i386/conf",
                        "sys/pc98/conf",
                        "sys/powerpc/conf",
                        "sys/riscv/conf",
                        "sys/sparc64/conf",
                ]
        },

        "current" : {
                "repository" : "/src.git",
                "branch"     : "main",
                "target"     : "/usr/src",
                "ignores"    : [
                        "sys/amd64/conf",
                        "sys/arm64/conf",
                        "sys/i386/conf",
                        "sys/pc98/conf",
                        "sys/powerpc/conf",
                        "sys/riscv/conf",
                        "sys/sparc64/conf",
                ]
        }
}


--=20
I dream of a better tomorrow, where chickens can cross the road and not be =
questioned about their motives.?
? Ralph Waldo Emerson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210812230535.89ca0a1e6133b1330840d10c>