Date: Wed, 30 Dec 2020 01:16:15 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244204] ports-mgmt/dialog4ports - Segmentation fault after upgrade to 13.x-currrent Message-ID: <bug-244204-7788-JiXuIRb38D@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-244204-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-244204-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244204 --- Comment #9 from Joshua Kinard <kumba@gentoo.org> --- Looks like in my case, building dialog4ports from ports doesn't fix the iss= ue.=20 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=3D0x7fffffa7c780 " openzfs-2020120100 ", cprompt=3D0x202026 "", height=3D9, min_height=3D0, wi= dth=3D80, item_no=3D3, items=3D0x86f4cd000, align_center=3Dfalse, fullscreen=3Dfalse)= at mixedlist.c:655 655 if (items[scrollamt= + i].type =3D=3D ITEM_SEPARATOR && (scrollamt + i) =3D=3D 0) (gdb) bt #0 0x0000000000205c4a in dlg_mixedlist (title=3D0x7fffffa7c780 " openzfs-2020120100 ", cprompt=3D0x202026 "", height=3D9, min_height=3D0, wi= dth=3D80, item_no=3D3, items=3D0x86f4cd000, align_center=3Dfalse, fullscreen=3Dfalse)= at mixedlist.c:655 #1 0x0000000000203fc3 in mixedlist_show (title=3D0x7fffffa7c780 " openzfs-2020120100 ", cprompt=3D0x202026 "", height=3D0, min_height=3D0, wi= dth=3D80, items=3D0x86f4cd000, align_center=3Dfalse, fullscreen=3Dfalse) at dialog4po= rts.c:212 #2 0x0000000000203ca2 in main (argc=3D0, argv=3D0x7fffffa7c8f8) at dialog4ports.c:321 (gdb) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244204-7788-JiXuIRb38D>