Inky19
Inky19
Hi, I'm one of the people who've had a segfault since upgrading to Qt 6.8 / KDE 6.2.1: on all my Arch installations, the GUI starts and then crashes (2.24.1)....
@xiota ah yes sorry my bad Here is the full backtrace : Click to expand backtrace ``` #0 QWindow::mapToGlobal (this=0x0, pos=...) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindow.cpp:2920 #1 0x00007ffff6fa981d in QQuickItem::mapToItem (this=0x555558c73fe0, item=0x555558483de0, point=...)...
Thank you for your reply @HTHou , I didn't see this version. It might work, I'll have to try it but it hasn't been mirrored on our local maven repo...
I checked the jar-with-dependencies this morning, but it is not found by Eclipse either. The manifest in this jar is empty, so it doesn't even see the base plugin org.apache.tsfile.
Thank you for your reply. That makes sense. I'll look into it to export this package properly for the moment and then make a PR.
I hadn't noticed the previous merge of #510, but this PR also fixes that problem as all packages were explicitly exported by `Export-Package` in the MANIFEST, including `org.apache.tsfile.read.expression.impl`. However, I...
@CritasWang thanks for your reply! I'll take a look at those scripts. It might be a good idea to add a warning somewhere in the Readme about the lack of...