Closed nyanpasu64 closed 4 years ago
I think it can be a problem with the new Qt Creator 4.11 and the build system. I'll try to build a new version ASAP! :)
Hi, I've uploaded a new version of libGitQlientPlugin_1.0.0-qtc4.11.x.so for linux and QtCreator 4.11. I tested locally and so far it works.
Could you double check it? :)
I'm getting the same error for the creator 4.10.2 version (also manjaro). Could you do the same for that plugin?
I would have to check what could be happening since I have 4.10.2 working in three different places... could you paste some system info?
Gcc version, Qt version, QtCreator version. Where is that Qt Creator build from? Arch linux package? Qt Project download?
Can you please run Qt Creator from GDB and generate a full backtrace?
Start from a terminal with
gdb <path_to_qtcreator_binary>
In GDB then run with
run
After it crashed generate backtrace with
thread apply all bt
and attach the result here.
If I find time today/tomorrow I'll try Manjaro to see what's going on, but I would need more info about how QtCreator was built :)
After it crashed generate backtrace with thread apply all bt and attach the result here.
There was no crash to obtain a backtrace from. The program appears to have exited semi-cleanly.
EDIT:
I obtained Qt Creator through sudo pacman -S qtcreator
. I used to have a self-build 4.11 RC1, but switched to 4.11 release.
Qt Creator 4.11.0 Based on Qt 5.13.2 (GCC 9.2.0, 64 bit)
Operating System: Manjaro Linux KDE Plasma Version: 5.17.4 KDE Frameworks Version: 5.64.0 Qt Version: 5.13.2 Kernel Version: 5.4.3-1-MANJARO OS Type: 64-bit
Seeing your compiler version, I think that could be the root of the problems. I compiled with 5.3 and that could explain the issues.
I'll do a bit more of research on it and update the documentation as well.
Thanks for the help!
Hi @nyanpasu64, did you try to compile with the same compiler QtCreator is?
Qt Creator 4.11.0, from Manjaro Testing branch.
I downloaded libGitQlientPlugin_1.0.0-qtc4.11.x.so.
When I open Qt Creator, open a project, and switch to Git panel, I get the following terminal error, then Qt Creator exits:
The first time, Qt Creator froze (possibly due to mechanical disk iowait). I launched Qt Creator from .desktop file and could not see what was printed to the terminal.