Date: Thu, 26 Jul 2018 22:37:57 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230072] qt5 segfatutls while using octave Message-ID: <bug-230072-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230072 Bug ID: 230072 Summary: qt5 segfatutls while using octave Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: sgk@troutmask.apl.washington.edu On starting octave with its GUI, if one immediately moves the window right after it has appeared, one gets % gdb81 /usr/local/libexec/octave/4.4.0/exec/amd64-portbld-freebsd12.0/octave-gui octave-gui.core warning: Unexpected size of section `.reg-xstate/100808' in core file. Core was generated by `/usr/local/libexec/octave/4.4.0/exec/amd64-portbld-freebsd12.0/octave-gui --gui'. Program terminated with signal SIGSEGV, Segmentation fault. warning: Unexpected size of section `.reg-xstate/100808' in core file. #0 0x0000000204657c4d in QVariant::QVariant(QVariant const&) () from /usr/local/lib/qt5/libQt5Core.so.5 [Current thread #0 0x0000000204657c4d in QVariant::QVariant(QVariant const= &) () from /usr/local/lib/qt5/libQt5Core.so.5 #1 0x000000022530c769 in ?? () from /usr/local/lib/qt5/plugins/sqldrivers/libqsqlite.so #2 0x0000000225307f42 in ?? () from /usr/local/lib/qt5/plugins/sqldrivers/libqsqlite.so #3 0x00000002007dc941 in QSqlResult::execBatch(bool) () from /usr/local/lib/qt5/libQt5Sql.so.5 #4 0x00000002021c6e32 in ?? () from /usr/local/lib/qt5/libQt5Help.so.5 #5 0x00000002021c8ed2 in ?? () from /usr/local/lib/qt5/libQt5Help.so.5 #6 0x0000000204457a2a in ?? () from /usr/local/lib/qt5/libQt5Core.so.5 #7 0x000000020414d426 in thread_start (curthread=3D0x2069eae00) at /usr/src/lib/libthr/thread/thr_create.c:291 #8 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x7fffbf5f9000 is 1 (LWP 100808)] This is on a month old freebsd-current. % uname -a FreeBSD troutmask.apl.washington.edu 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r335642: Mon Jun 25 15:26:32 PDT 2018 :src/amd64.amd64/sys/SPEW amd64 % pkg info | grep octave octave-4.4.0_2 High-level interactive language for numerical computations octave-forge-base-1.4_3 Octave-forge baseport for all packages octave-forge-control-3.1.0_1 Octave-forge package control octave-forge-netcdf-1.0.12_1 Octave-forge package netcdf octave-forge-signal-1.4.0 Octave-forge package signal % pkg info | grep qt5 | awk '{print $1}' qscintilla2-qt5-2.10.4 qt5-assistant-5.10.1 qt5-buildtools-5.10.1 qt5-core-5.10.1_2 qt5-dbus-5.10.1 qt5-designer-5.10.1 qt5-gui-5.10.1 qt5-help-5.10.1 qt5-linguist-5.10.1 qt5-linguisttools-5.10.1 qt5-network-5.10.1 qt5-opengl-5.10.1 qt5-printsupport-5.10.1 qt5-qmake-5.10.1 qt5-qml-5.10.1_1 qt5-quick-5.10.1 qt5-sql-5.10.1 qt5-sqldrivers-sqlite3-5.10.1 qt5-testlib-5.10.1 qt5-uiplugin-5.10.1 qt5-uitools-5.10.1 qt5-widgets-5.10.1 qt5-xml-5.10.1 qt5-xmlpatterns-5.10.1 --=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-230072-7788>