You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[New process 23255]
Core was generated by `pkgin'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000077f8f2584870 in strlen () from /usr/lib/libc.so.12
(gdb) bt
#0 0x000077f8f2584870 in strlen () from /usr/lib/libc.so.12
#1 0x000077f8f24b17be in _strdup (str=0x0) at /usr/src/lib/libc/string/strdup.c:60
#2 0x000000000040db82 in xstrdup ()
#3 0x0000000000407d36 in order_install ()
#4 0x0000000000404faf in pkgin_install ()
#5 0x0000000000405ab6 in pkgin_upgrade ()
#6 0x00000000004156b1 in main ()
This isn't actually supported at present, but I want some time to create
proper test cases and handle everything correctly, so for now we punt
and ignore removals which is how pkgin behaved prior to 20.7.0.
Apologies for the crashes, but in my defence it exposed a real bug,
which was the reason for removing the checks in the first place.
Should "fix" #94, and reports via private message.
On a recent upgraded NetBSD amd64 system from 9.99.64 to 9.99.69 I get segfaults for
pkgin upgrade
and for some packages withpkgin install
.Here are the files for analysis:
irc snip
The text was updated successfully, but these errors were encountered: