[Bug 244204] ports-mgmt/dialog4ports - Segmentation fault after upgrade to 13.x-currrent
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 30 01:16:15 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244204
--- Comment #9 from Joshua Kinard <kumba at gentoo.org> ---
Looks like in my case, building dialog4ports from ports doesn't fix the issue.
Rebuilt it w/ debugging and got this backtrace out of gdb:
# gdb /usr/local/bin/dialog4ports dialog4ports.core
GNU gdb (GDB) 10.1 [GDB v10.1 for FreeBSD]
[snip]
Reading symbols from /usr/local/bin/dialog4ports...
[New LWP 100639]
Core was generated by `/usr/local/bin/dialog4ports'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000000205c4a in dlg_mixedlist (title=0x7fffffa7c780 "
openzfs-2020120100 ", cprompt=0x202026 "", height=9, min_height=0, width=80,
item_no=3, items=0x86f4cd000, align_center=false, fullscreen=false) at
mixedlist.c:655
655 if (items[scrollamt +
i].type == ITEM_SEPARATOR && (scrollamt + i) == 0)
(gdb) bt
#0 0x0000000000205c4a in dlg_mixedlist (title=0x7fffffa7c780 "
openzfs-2020120100 ", cprompt=0x202026 "", height=9, min_height=0, width=80,
item_no=3, items=0x86f4cd000, align_center=false, fullscreen=false) at
mixedlist.c:655
#1 0x0000000000203fc3 in mixedlist_show (title=0x7fffffa7c780 "
openzfs-2020120100 ", cprompt=0x202026 "", height=0, min_height=0, width=80,
items=0x86f4cd000, align_center=false, fullscreen=false) at dialog4ports.c:212
#2 0x0000000000203ca2 in main (argc=0, argv=0x7fffffa7c8f8) at
dialog4ports.c:321
(gdb)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list