View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000295 | QElectroTech | Diagram Editor | public | 2024-01-15 10:04 | 2024-01-16 18:08 |
Reporter | Fekete_Istvan_HU | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 22.04 |
Summary | 0000295: Crash onContext menu PopUP, when right click on already selected wire | ||||
Description | Hello! First of all, I would like to thank you for this serious schematic editor that is free to the community, which contains lot of work and free time. So on my system i found the following bug: 1. Select one already placed wire with left mouse lick (wire will be "thin red" colour) 2. Move away the mouse from this selected wire, than take back the mouse pointer on this already selected wire. The wire will be "thick red" 3. Clicking with right mouse button, the program will crash I am also a little exercised C++ programmer, I don't want to be fussy, but it seems to me that an exception occurs due to an invalid or null pointer in the event triggered by the right mouse button in this special case. here is used my version: QElectroTech V 0.90-DEV+ea26f0b04b0a58100c957a06d79751d3 Compilation : GCC 9.3.0 Built with Qt 5.12.8 - Date : Nov 5 2021 : 09:46:39 Run with Qt 5.15.3 using 16 thread(s) CPU : model name : Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz RAM Total : 15925 MB RAM Available : 11312 MB GPU : NVIDIA Corporation GP107GL [Quadro P1000] (rev a1) GPU RAM : @ToDo OS : linux - x86_64 - Version : Ubuntu 22.04.1 LTS - Kernel : 5.15.0-53-generic *** Qt screens *** ( 1 : 1920 x 1080 ) ( 2 : 1920 x 1080 ) ( 3 : 1920 x 1080 ) ( 4 : 1920 x 1080 ) Thank for Your wonderful work! Steve | ||||
Steps To Reproduce | 1. Select one already placed wire with left mouse lick (wire will be "thin red" colour) 2. Move away the mouse from this selected wire, than take back the mouse pointer on this already selected wire. The wire will be "thick red" 3. Clicking with right mouse button, the program will crash | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
|
Hello Steve and thanks for your compliments. I suspect your Nvidia driver's to crash software.. BTW, we know that 0.90 release contains some bugs, fixed on development 0.100.0. https://github.com/qelectrotech/qelectrotech-source-mirror/commits/0.9.1/ Please try Appimage: just download and make it executable Howto -> https://appimage.github.io/QElectroTech/ Download: https://download.qelectrotech.org/qet/builds/AppImage/0.100.0/ Best regards, Laurent |
|
Hello! Thank You. After updating my gcc to version 13, which must have for Your new development version 0.100, i tested the new version and the problem is GONE! Great work! Thanks a lot! P.S: I hope all function that worked well until now will not break after this update. (The proverb also says: Fix one, spoil two! :-)) |
|
Great, thanks for your feedback. ps: you do not need to install GCC in version 13... in principle the libraries are integrated into the appimage. |
|
When i do first run, i get this error in terminal: "GLIBCXX_3.4.20 not found" Running this command, i have not seen this necessary version: strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX not shown this version After some google searches I found the solution: sudo apt install gcc-13 g++-13 After this i get: ... GLIBCXX_3.4.30 GLIBCXX_3.4.31 GLIBCXX_3.4.32 GLIBCXX_TUNABLES GLIBCXX_DEBUG_MESSAGE_LENGTH After this the program runs well. |
|
Thanks for feedback. Yes I saw a glibc security update in my Xubuntu Focal Appimage builder VM recently.. https://launchpad.net/ubuntu/focal/+source/glibc Same bug recently here too https://bugs.kde.org/show_bug.cgi?id=478222 After, maybe my bad, I forced GCC to version 13 in last Appimage build. https://qelectrotech.org/wiki_new/doc/packaging_debian#appimage
|
|
Well, return to old Xubuntu VM Qt 5.15.11 GCC 9.x |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-15 10:04 | Fekete_Istvan_HU | New Issue | |
2024-01-15 10:04 | Fekete_Istvan_HU | File Added: ScreenShot 2024-01-15 09-33-18.png | |
2024-01-15 10:04 | Fekete_Istvan_HU | File Added: ScreenShot 2024-01-15 09-32-14.png | |
2024-01-15 14:16 | scorpio810_mantis | Note Added: 0000685 | |
2024-01-15 14:17 | scorpio810_mantis | Note Edited: 0000685 | |
2024-01-15 14:18 | scorpio810_mantis | Note Edited: 0000685 | |
2024-01-15 14:27 | scorpio810_mantis | Note Edited: 0000685 | |
2024-01-15 16:10 | Fekete_Istvan_HU | Note Added: 0000686 | |
2024-01-15 20:40 | scorpio810_mantis | Note Added: 0000687 | |
2024-01-15 20:41 | scorpio810_mantis | Note Edited: 0000687 | |
2024-01-16 08:26 | Fekete_Istvan_HU | Note Added: 0000688 | |
2024-01-16 08:53 | scorpio810_mantis | Note Added: 0000689 | |
2024-01-16 08:55 | scorpio810_mantis | Note Edited: 0000689 | |
2024-01-16 15:51 | scorpio810_mantis | Note Added: 0000690 | |
2024-01-16 18:08 | scorpio810_mantis | Status | new => resolved |
2024-01-16 18:08 | scorpio810_mantis | Resolution | open => fixed |