gitup is dumping core
Vlad Markov
dvoich at optonline.net
Fri Aug 13 03:05:45 UTC 2021
gitup is dumping core. I am stuck. I'd like to update my ports. Any ideas on what I should do?
happy$ uname -a
FreeBSD happy 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr 9 04:24:09 UTC 2021 root at releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
happy$ gitup -V
gitup version 0.95
root at 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 = 'gitup', stop reason = 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 + 8743
frame #4: 0x0000000000206100 gitup`___lldb_unnamed_symbol75$$gitup + 256
(lldb)
root at 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 at 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",
]
}
}
--
I dream of a better tomorrow, where chickens can cross the road and not be questioned about their motives.?
? Ralph Waldo Emerson
More information about the freebsd-questions
mailing list