[Bug 249166] ports-mgmt/pkg audit -F Segmentation fault - 1.15, regression

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 8 13:53:46 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249166

--- Comment #7 from Matthias Andree <mandree at FreeBSD.org> ---
Urmas, 

the report is useless and you are reporting a different crash than Alexander.

Please rebuild the new pkg 1.15.1 with WITH_DEBUG=yes set, then make it crash
under gdb, and provide a backtrace in a *new* bug report.

Something along the lines of:

portsnap fetch update
cd /usr/ports/ports-mgmt/pkg
env WITH_DEBUG=yes make clean reinstall
gdb --args pkg-static (whatever other options you need)
run
<wait for crash>
<possibly> set pagination off                    
bt full
<post result to a new bug>

be sure to start the Summary line with    ports-mgmt/pkg:
so it gets auto-assigned.

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


More information about the freebsd-pkg mailing list