Code Monkey home page Code Monkey logo

Comments (9)

wengxt avatar wengxt commented on August 29, 2024

What is a context key?.. Sorry for my ignorance.

from fcitx5.

slikie avatar slikie commented on August 29, 2024

Sorry it might be more known as the menu ≣ key

from fcitx5.

wengxt avatar wengxt commented on August 29, 2024

can you provide a backtrace of konsole?

you can try to do that with gdb konsole in another terminal like xterm. After crash, run "bt" in the gdb.

from fcitx5.

slikie avatar slikie commented on August 29, 2024

fcitx-coredump.log
fcitx-gdb-bt.log

from fcitx5.

wengxt avatar wengxt commented on August 29, 2024

.. this looks werid, we don't call into such a function..

Can you try to recompile fcitx5-qt im module with debug symbol to see if we can get a more meaningful backtrace?

git clone git://github.com/fcitx/fcitx5-qt
cd fcitx5-qt/
mkdir build
cd build/
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DENABLE_QT4=Off -DBUILD_ONLY_PLUGIN=On
cmake --build .
sudo cmake --install .

from fcitx5.

wengxt avatar wengxt commented on August 29, 2024

Also, may I ask if you system up to date? Especially for Qt5.

I tried to look into the relevant part carefully, in QPlatformScreen::serialNumber() is the function before QPlatformScreen::cursor(). There might be a new virtual function introduced in QPlatformScreen and shift the vtable of QPlatformScreen by one.

If you only installed fcitx5 recently without Syu, you might using fcitx5-qt against a older Qt (5.13 I assume, because my local diff between Qt 5.13/5.14 shows a new virtual function).

Please update your system and reopen if it's not fixed.

from fcitx5.

slikie avatar slikie commented on August 29, 2024

Thank you for your time, this issue is indeed fixed after manual build against machine qt5 -- the problem is, I'm using testing branch, with Qt 5.15beta.
CC @felixonmars , fcitx5-qt is not in community-testing, and there might be issue lying.

from fcitx5.

felixonmars avatar felixonmars commented on August 29, 2024

No, qt 5.15beta is in [kde-unstable], which doesn't contain rebuilds for any other packages than kde iirc.

from fcitx5.

slikie avatar slikie commented on August 29, 2024

iirc qt5 beta used to be in testing repo and is not at the time being, am sorry that I did not check before asking.

from fcitx5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.