Attempting to launch any application that uses xview on amd64 causes a segmentation dump (signal 10, bus error). Fix: Not known rpobably something related to 64bit support, will have to label BROKEN for amd64 while a solution is found. While trying to find the bug I noticed that removing patch-lib+libxview+font+font_get.c improves the font view in the popup menu but does not solve the problem. How-To-Repeat: From cmdtool.core: #0 0x0000000800d69490 in strlen () from /lib/libc.so.6 #1 0x000000080069625c in font_get_attr () from /usr/local/lib/libxview.so.3 #2 0x000000080073f9e4 in xv_get () from /usr/local/lib/libxview.so.3 #3 0x000000080069634e in font_set_avlist () from /usr/local/lib/libxview.so.3 #4 0x000000080073fff6 in xv_create_avlist () from /usr/local/lib/libxview.so.3 #5 0x00000008007402e7 in xv_find_avlist () from /usr/local/lib/libxview.so.3 #6 0x0000000800740427 in xv_find () from /usr/local/lib/libxview.so.3 #7 0x0000000800693b0c in xv_font_with_name () from /usr/local/lib/libxview.so.3 #8 0x000000080073f9e4 in xv_get () from /usr/local/lib/libxview.so.3 #9 0x00000008006ea7c8 in screen_init () from /usr/local/lib/libxview.so.3 #10 0x000000080073ff72 in xv_create_avlist () from /usr/local/lib/libxview.so.3 #11 0x00000008007401c5 in xv_create () from /usr/local/lib/libxview.so.3 #12 0x00000008006f7acd in server_init () from /usr/local/lib/libxview.so.3 #13 0x000000080073ff72 in xv_create_avlist () from /usr/local/lib/libxview.so.3 #14 0x00000008007401c5 in xv_create () from /usr/local/lib/libxview.so.3 #15 0x0000000800741e32 in xv_init () from /usr/local/lib/libxview.so.3 #16 0x0000000000400fe2 in ?? () #17 0x0000000000400d9e in ?? () .. From olwmslave.core: #0 0x000000080066e8d0 in attr_check_use_custom () from /usr/local/lib/libxview.so.3 #1 0x000000080066e9b7 in attr_customize () from /usr/local/lib/libxview.so.3 #2 0x000000080074183c in xv_set () from /usr/local/lib/libxview.so.3 #3 0x00000008006f9996 in server_init () from /usr/local/lib/libxview.so.3 #4 0x0000000800741f72 in xv_create_avlist () from /usr/local/lib/libxview.so.3 #5 0x00000008007421c5 in xv_create () from /usr/local/lib/libxview.so.3 #6 0x0000000800743e32 in xv_init () from /usr/local/lib/libxview.so.3 #7 0x0000000000403064 in ?? () #8 0x0000000000401b1e in ?? () ..
miwi 2008-07-19 17:27:39 UTC FreeBSD ports repository Modified files: x11-toolkits/xview Makefile Log: - Set only i386 - Attempting to launch any application that uses xview on amd64 causes a segmentation dump (signal 10, bus error). PR: 125589 Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> Revision Changes Path 1.50 +1 -0 ports/x11-toolkits/xview/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!