From bugtracker at gambaswiki.org Thu Feb 3 07:19:04 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 06:19:04 GMT Subject: [Gambas-bugtracker] Bug #2465: How to change GUI language Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2465&from=L21haW4- R. SATO reported a new bug. Summary ------- How to change GUI language Type : Bug Priority : Medium Gambas version : 3.16 Product : Language Description ----------- I installed Gambas 3.16.3 as well and I can start the IDE. But I like to change the GUI language. There is no menu or settings. My language Japanese, but want to change into German or English. System information ------------------ [System] Gambas=3.16.3 OperatingSystem=Linux Kernel=5.13.0-28-generic Architecture=x86_64 Distribution=KDE neon User - Plasma 25th Anniversary Edition Desktop=KDE5 Font=Noto Sans,10 Scale=7 Theme=breeze Language=ja_JP.UTF-8 Memory=23819M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.15.3 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=fcitx DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=plasma DISPLAY=:0 FTP_PROXY=http://172.17.250.112:15080/ GB_GUI=gb.qt5 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_IM_MODULE=fcitx GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= HTTPS_PROXY=http://172.17.250.112:15080/ HTTP_PROXY=http://172.17.250.112:15080/ IM_CONFIG_PHASE=1 KDE_APPLICATIONS_AS_SCOPE=1 KDE_FULL_SESSION=true KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=ja_JP.UTF-8 LANGUAGE=ja_JP.UTF-8 LC_ADDRESS=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8 LC_IDENTIFICATION=ja_JP.UTF-8 LC_MEASUREMENT=ja_JP.UTF-8 LC_MONETARY=ja_JP.UTF-8 LC_NAME=ja_JP.UTF-8 LC_NUMERIC=ja_JP.UTF-8 LC_PAPER=ja_JP.UTF-8 LC_TELEPHONE=ja_JP.UTF-8 LC_TIME=ja_JP.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MOZ_USE_XINPUT2=1 NO_PROXY=localhost,127.0.0.1,localaddress,.localdomain.com PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=fcitx QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_EXCLUDE_GENERIC_BEARER=1 QT_IM_MODULE=fcitx QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1785,unix/:/tmp/.ICE-unix/1785 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1606 SSH_AUTH_SOCK=/tmp/ssh-IR5yMH7Sm16v/agent.1543 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XCURSOR_SIZE=24 XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/.config/kdedefaults:/etc/xdg/xdg-plasma:/etc/xdg XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share/plasma:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=3 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=fcitx force_s3tc_enable=true ftp_proxy=http://172.17.250.112:15080/ http_proxy=http://172.17.250.112:15080/ https_proxy=http://172.17.250.112:15080/ no_proxy=localhost,127.0.0.1,localaddress,.localdomain.com From bugtracker at gambaswiki.org Thu Feb 3 08:58:39 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 07:58:39 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #9 by Peter KOSTRZ: Hi Benoit, The valgrind command on my ubuntu 18.04 does not have these parameters you indicated, so I could not run it accordingly .... And the problem is that the process fails after a curl command where I have connected to a bank using customers connection data. That's why I can not give out the details there But I am working on a dummy environment with anonymized data but it takes a moment. What I also found out that it happen only when the JSON data is small (just one JSON Collection in use when passed to the routine). If there are bigger JSONCollections then there is no problem an it passes correctly ..... So as soon I I have the test data ready I will send it. Or if you tell me how I have to parameterize the valgrind let me kno and I can do it on my system. Here is the --help of my valgrid as a File Attachment Thanks for your help in advance Greetings from Switzerland Peter ---------------------------------------------------------------------------- Attachment: Valgrind_Help.txt From bugtracker at gambaswiki.org Thu Feb 3 12:33:36 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 11:33:36 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #10 by Beno?t MINISINI: Sorry, it's: $ cd /my/project/directory $ valgrind --tool=memcheck --num-callers=50 gbx3 There was an extra 's'... Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Feb 3 16:48:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 15:48:18 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #11 by Peter KOSTRZ: Thanks Benoit, OK I did the traces and also produced the coredump. Find trhem attached in the files If I can help futher let me know Greetings from Switzerland Peter ---------------------------------------------------------------------------- Attachment: Coredump_03022022.txt Attachment: vargrind_Output_03022022.txt From bugtracker at gambaswiki.org Thu Feb 3 17:24:31 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 16:24:31 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #12 by Beno?t MINISINI: valgrind detects no memory corruption, whereas the program crashes! So it gives no information. It's the first time I see that. From bugtracker at gambaswiki.org Thu Feb 3 17:29:00 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 16:29:00 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #13 by Beno?t MINISINI: Try that: $ cd /my/project/directory $ gdb gbx3 ... (gdb) run -- ... *crash* (gdb) bt And post the result of the 'bt' command when the program crashes. Then, if you didn't do that already, recompile Gambas with debugging information enabled, and post the result of 'bt' again with the mode detailed information. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu Feb 3 17:39:12 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 16:39:12 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #14 by Beno?t MINISINI: --> ...with the more detailed information. From bugtracker at gambaswiki.org Thu Feb 3 19:51:44 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 18:51:44 GMT Subject: [Gambas-bugtracker] Bug #2466: Class Editor "locked" Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2466&from=L21haW4- Gen BRAGA reported a new bug. Summary ------- Class Editor "locked" Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- The class editor within the IDE seems locked to anything typed but to specials characters like "?", "?", "?" and so on. Anything else, like debug panel and properties editor, works Ok. I've checked file attributes (R/W ok) and the file lock icon within the IDE and everything is Ok. System information ------------------ [System] Gambas=3.16.90 OperatingSystem=Linux Kernel=4.4.0-210-generic Architecture=x86_64 Distribution=Ubuntu 16.04.7 LTS Desktop=UNITY Font=Ubuntu,11 Scale=8 Theme=proxy Language=pt_BR.UTF-8 Memory=7896M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GDK2=libgdk-x11-2.0.so.0.2400.30 GDK3=libgdk-3.so.0.1800.9 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-QjqsCjjxSQ DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=pt_BR GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=17563 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/.gnupg/S.gpg-agent:0:1 GTK2_MODULES=overlay-scrollbar GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:unity-gtk-module HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=unity-settings-daemon LANG=pt_BR.UTF-8 LANGUAGE=pt_BR.UTF-8 LC_ALL=pt_BR.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PAM_KWALLET_LOGIN=/tmp/kwallet_.socket PATH=/usr/local/go/bin:/go/bin:/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION=ubuntu SESSIONTYPE=gnome-session SESSION_MANAGER=local/:@/tmp/.ICE-unix/2077,unix/:/tmp/.ICE-unix/2077 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=America/Sao_Paulo UNITY_DEFAULT_PROFILE=unity UNITY_HAS_3D_SUPPORT=true UPSTART_EVENTS=xsession started UPSTART_INSTANCE= UPSTART_JOB=unity7 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1789 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus no_proxy=localhost, 127.0.0.0/8, ::1 From bugtracker at gambaswiki.org Thu Feb 3 21:52:26 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 20:52:26 GMT Subject: [Gambas-bugtracker] Bug #2466: Class Editor "locked" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2466&from=L21haW4- Comment #1 by Beno?t MINISINI: You really still use Ubuntu 16.04? If you can't upgrade, I suggest trying the QT5 version of the editor. This seems to be something weird in the keyboard input management of GTK+3, so maybe it will fix your problem. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu Feb 3 21:56:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 20:56:27 GMT Subject: [Gambas-bugtracker] Bug #2465: How to change GUI language In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2465&from=L21haW4- Comment #1 by Beno?t MINISINI: The language is stored in some environment variables. I don't remember if Neon is based on Ubuntu. If this is the case, you have to run the IDE with: $ LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 gambas3 This if for American english. German is 'de_DE.UTF-8'. You have to install the corresponding locale packages, otherwise Gambas will print a warning and will not translate anything. From bugtracker at gambaswiki.org Thu Feb 3 21:57:22 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 20:57:22 GMT Subject: [Gambas-bugtracker] Bug #2465: How to change GUI language In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2465&from=L21haW4- Comment #2 by Beno?t MINISINI: Note that you should use the mailing-list for these kind of questions. This is a bugtracker, only for bugs and features requests. From bugtracker at gambaswiki.org Thu Feb 3 21:57:38 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 20:57:38 GMT Subject: [Gambas-bugtracker] Bug #2463: Drawing circle act strangely with class Draw In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2463&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Thu Feb 3 23:17:17 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 22:17:17 GMT Subject: [Gambas-bugtracker] Bug #2464: Error during creation installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2464&from=L21haW4- Comment #3 by Beno?t MINISINI: It should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/8ed1d714ebde0be70b077150884012223d04f930. Note that it fixes the message, not your package. There are dates in your ChangeLog that do not use the required format. You must fix them. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu Feb 3 23:21:30 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Feb 2022 22:21:30 GMT Subject: [Gambas-bugtracker] Bug #2303: "Run with" error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2303&from=L21haW4- Comment #8 by Beno?t MINISINI: Now that the old program arguments GUI is back, and that the "Run with" button has returned to the Plato's Ideal World, I can close that issue. Beno?t MINISINI changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Fri Feb 4 02:17:54 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 04 Feb 2022 01:17:54 GMT Subject: [Gambas-bugtracker] Bug #2464: Error during creation installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2464&from=L21haW4- Comment #4 by Pino APICELLA: Thanks From bugtracker at gambaswiki.org Fri Feb 4 04:36:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 04 Feb 2022 03:36:07 GMT Subject: [Gambas-bugtracker] Bug #2465: How to change GUI language In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2465&from=L21haW4- Comment #3 by Beno?t MINISINI: I added a settings that allows to change the GUI language in commit https://gitlab.com/gambas/gambas/-/commit/abfbac8fc7d097966a6771e7f573da78e966d361. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Feb 5 01:28:57 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 00:28:57 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Avinty LANAIKEY reported a new bug. Summary ------- Gambas IDE always fails before it can be used Type : Bug Priority : Low Gambas version : 3.16 Product : Development Environment Description ----------- [System] Gambas=3.16.3 OperatingSystem=Linux Kernel=5.4.0-97-generic Architecture=x86_64 Distribution=Ubuntu 18.04.6 LTS Desktop=KDE5 Font=Noto Sans,10 Scale=7 Theme=breeze Language=cs_CZ.UTF-8 Memory=3589M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2200.30 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/plasma.default.path DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=cs_CZ.UTF-8 LC_ALL=cs_CZ.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/plasma.mandatory.path PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket PAM_KWALLET_LOGIN=/run/user/1000/kwallet.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1659,unix/:/tmp/.ICE-unix/1659 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1597 SSH_AUTH_SOCK=/tmp/ssh-YqMsTL7ECoKp/agent.1525 TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=3 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 force_s3tc_enable=true System information ------------------ The whole development application IDE always crashes after being used for production. Therefore it's completely unusable. Previously I had the unstable dev version 3.90, it was impossible even to view the Help browser. I've just reinstalled it to version 3.16, stable. Now the Help browser is displayable but the development activity remains impossible. Just clicking on FMain or starting to edit the source code causes this complete failure. Unusable, therefore. Outputs from the commandline, e.g. SIGSEGV ? memory access violation, are attached. From bugtracker at gambaswiki.org Sat Feb 5 01:38:58 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 00:38:58 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Avinty LANAIKEY changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Sat Feb 5 01:41:11 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 00:41:11 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Sat Feb 5 01:43:37 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 00:43:37 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #1 by Beno?t MINISINI: Can you follow the procedure described at chapter 5 in https://gambaswiki.org/wiki/doc/report and report the result? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Feb 5 07:40:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 06:40:07 GMT Subject: [Gambas-bugtracker] Bug #2468: Broken link in wiki Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2468&from=L21haW4- Avinash SONAWANE reported a new bug. Summary ------- Broken link in wiki Type : Bug Priority : Low Gambas version : Unknown Product : Wiki Description ----------- Hello! On http://gambaswiki.org/wiki/doc/forum there is a link for "Gambas India blog" to https://gambas.in/. There is no gambas India blog at that link. Thanks! System information ------------------ Not needed From bugtracker at gambaswiki.org Sat Feb 5 15:55:48 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 14:55:48 GMT Subject: [Gambas-bugtracker] Bug #2469: Introspection of variables and objects during a break point does not work anymore Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2469&from=L21haW4- Olivier CRUILLES reported a new bug. Summary ------- Introspection of variables and objects during a break point does not work anymore Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- Hello, It seems that the debugging mode during a break point does not allow any more to show/check each variable or object like before. Now, by double-clicking on a variable, show nothing. Same for and array or object. Thank you Olivier Cruilles System information ------------------ [System] Gambas=3.16.90 8c4b165e3 (master) OperatingSystem=Linux Kernel=5.8.15-301.fc33.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 33 (Thirty Three) Desktop=MATE Font=Sans,9 Scale=6 Theme=bluebird Language=fr_FR.utf8 Memory=32054M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.25 GStreamer=libgstreamer-1.0.so.0.1802.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.25 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.101.0.0 QT5=libQt5Core.so.5.15.2 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_ENV=/usr/share/lmod/lmod/init/bash BASH_FUNC_ml%%=() { eval $($LMOD_DIR/ml_cmd "$@") } BASH_FUNC_module%%=() { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh) } CAPP_BUILD=/Packages/Starter/Build CONDA_SHLVL=0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=fr_FR.utf8 GIO_LAUNCHED_DESKTOP_FILE_PID=2708704 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 GUESTFISH_INIT=\e[1;34m GUESTFISH_OUTPUT=\e[0m GUESTFISH_PS1=\[\e[1;32m\]>\[\e[0;31m\] GUESTFISH_RESTORE=\e[0m HISTCONTROL=ignoredups HISTSIZE=1000 HISTTIMEFORMAT=%F %T HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none KDEDIRS=/usr LANG=fr_FR.utf8 LC_ALL=fr_FR.utf8 LESSOPEN=||/usr/bin/lesspipe.sh %s LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod LMOD_DIR=/usr/share/lmod/lmod/libexec LMOD_PKG=/usr/share/lmod/lmod LMOD_ROOT=/usr/share/lmod LMOD_SETTARG_FULL_SUPPORT=no LMOD_VERSION=8.4.1 LMOD_sys=Linux LOGNAME= MAIL=/var/spool/mail/ MANPATH=/usr/share/lmod/lmod/share/man: MATE_DESKTOP_SESSION_ID=this-is-deprecated MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core MODULEPATH_ROOT=/usr/share/modulefiles MODULESHOME=/usr/share/lmod/lmod MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PAGER=most PATH=/.local/bin:/.cargo/bin:/narwhal/bin:/perl5/bin:/usr/condabin:/usr/lib64/ccache:/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/var/lib/snapd/snap/bin:/bin:/usr/local/xaralx/bin PERL5LIB=/perl5/lib/perl5 PERL_LOCAL_LIB_ROOT=/perl5 PERL_MB_OPT=--install_base "/perl5" PERL_MM_OPT=INSTALL_BASE=/perl5 PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/31305,unix/unix:/tmp/.ICE-unix/31305 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=32231 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=dumb TZ=:/etc/localtime USER= XAUTHORITY=/run/lightdm//xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=none From bugtracker at gambaswiki.org Sat Feb 5 17:51:54 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 16:51:54 GMT Subject: [Gambas-bugtracker] Bug #2464: Error during creation installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2464&from=L21haW4- Comment #5 by Pino APICELLA: Another question, where do I find the Gambas3-IDE.deb package with the changes to the error message? From bugtracker at gambaswiki.org Sat Feb 5 18:47:58 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 17:47:58 GMT Subject: [Gambas-bugtracker] Bug #2464: Error during creation installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2464&from=L21haW4- Comment #6 by Beno?t MINISINI: You must install the development version, either by compiling it or using the Gambas daily PPA. From bugtracker at gambaswiki.org Sat Feb 5 18:48:26 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 17:48:26 GMT Subject: [Gambas-bugtracker] Bug #2464: Error during creation installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2464&from=L21haW4- Comment #7 by Beno?t MINISINI: https://launchpad.net/~gambas-team/+archive/ubuntu/gambas-daily From bugtracker at gambaswiki.org Sat Feb 5 19:09:19 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 18:09:19 GMT Subject: [Gambas-bugtracker] Bug #2468: Broken link in wiki In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2468&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Feb 5 19:10:10 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 18:10:10 GMT Subject: [Gambas-bugtracker] Bug #2469: Introspection of variables and objects during a break point does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2469&from=L21haW4- Comment #1 by Beno?t MINISINI: Is it fixed by the latest version in master? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Feb 5 20:58:44 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 19:58:44 GMT Subject: [Gambas-bugtracker] Bug #2470: Project.MakeShortcut() fails at 4049 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2470&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- Project.MakeShortcut() fails at 4049 Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- On this new fedora35 with fresh gambas 3.16.90 i cannot create desktop shortcut when compiling exe. error is here, Project.MakeShortcut() 4049 sShortcut = File.Load("shortcut.desktop") I searched my gambas clone folder for shortcut.desktop but did not find anything System information ------------------ [System] Gambas=3.16.90 c775b75 (bruces-patched) OperatingSystem=Linux Kernel=5.14.10-300.fc35.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 35 (Thirty Five) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=en_GB.UTF-8 Memory=3802M [Libraries] [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEBUGINFOD_URLS=https://debuginfod.project.org/ DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GIO_LAUNCHED_DESKTOP_FILE=/usr/local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=221468 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin PWD= QT_FONT_DPI=96 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/1501,unix/unix:/tmp/.ICE-unix/1501 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1684 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=dumb TZ=:/etc/localtime USER= XAUTHORITY=/run/lightdm//xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Sat Feb 5 21:14:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 20:14:53 GMT Subject: [Gambas-bugtracker] Bug #2470: Project.MakeShortcut() fails at 4049 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2470&from=L21haW4- Comment #1 by Bruce STEERS: Sorry my mistake, file is missing in my fork not yours. Bruce STEERS changed the state of the bug to: Invalid. From bugtracker at gambaswiki.org Sun Feb 6 00:25:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 23:25:53 GMT Subject: [Gambas-bugtracker] Bug #2469: Introspection of variables and objects during a break point does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2469&from=L21haW4- Comment #2 by Olivier CRUILLES: Hello, For now, not really. After installed the latest Master version I have this error message when opening my current project. Olivier ---------------------------------------------------------------------------- Attachment: S?lection_724.png Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Feb 6 00:48:59 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 23:48:59 GMT Subject: [Gambas-bugtracker] Bug #2469: Introspection of variables and objects during a break point does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2469&from=L21haW4- Comment #3 by Beno?t MINISINI: It should be fixed by last commit. From bugtracker at gambaswiki.org Sun Feb 6 00:49:05 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Feb 2022 23:49:05 GMT Subject: [Gambas-bugtracker] Bug #2469: Introspection of variables and objects during a break point does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2469&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sun Feb 6 04:47:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Feb 2022 03:47:27 GMT Subject: [Gambas-bugtracker] Bug #2469: Introspection of variables and objects during a break point does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2469&from=L21haW4- Comment #4 by Olivier CRUILLES: Sorry but same error message after last version: [System] Gambas=3.16.90 174871641 (master) Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Feb 6 05:07:05 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Feb 2022 04:07:05 GMT Subject: [Gambas-bugtracker] Bug #2469: Introspection of variables and objects during a break point does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2469&from=L21haW4- Comment #5 by Olivier CRUILLES: Now it's fixed with this commit: [System] Gambas=3.16.90 f24542546 (master) Thank you From bugtracker at gambaswiki.org Sun Feb 6 08:28:42 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Feb 2022 07:28:42 GMT Subject: [Gambas-bugtracker] Bug #2469: Introspection of variables and objects during a break point does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2469&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Feb 7 10:17:54 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 09:17:54 GMT Subject: [Gambas-bugtracker] Bug #2471: Gambas crashes on Antix linux debian based distro Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2471&from=L21haW4- Fabien TONIUTTI reported a new bug. Summary ------- Gambas crashes on Antix linux debian based distro Type : Bug Priority : Medium Gambas version : 3.15 Product : Development Environment Description ----------- Antix distro installed on 32bits computer. On Antix distro, when i install gambas3, in repository i can install gambas 3.15.2 directly by apt-get install gambas3 -y When install is completed, i open terminal and i execute gambas by this command: gambas3 but after 5 seconds, gambas crash and write this error message on this picture : http://operation.andre.free.fr/bug.jpg What problem ? Thanks for answer. System information ------------------ Hi, On Antix distro, when i install gambas3, in repository i can install gambas 3.15.2 directly by apt-get install gambas3 -y When install is completed, i open terminal and i execute gambas by this command: gambas3 but after 5 seconds, gambas crash and write this error message on this picture : http://operation.andre.free.fr/bug.jpg What problem ? Thanks for answer. From bugtracker at gambaswiki.org Mon Feb 7 10:18:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 09:18:53 GMT Subject: [Gambas-bugtracker] Bug #2472: Gambas crashes on Antix linux debian based distro Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2472&from=L21haW4- Fabien TONIUTTI reported a new bug. Summary ------- Gambas crashes on Antix linux debian based distro Type : Bug Priority : Medium Gambas version : 3.15 Product : Development Environment Description ----------- Antix distro installed on 32bits computer. On Antix distro, when i install gambas3, in repository i can install gambas 3.15.2 directly by apt-get install gambas3 -y When install is completed, i open terminal and i execute gambas by this command: gambas3 but after 5 seconds, gambas crash and write this error message on this picture : http://operation.andre.free.fr/bug.jpg What problem ? Thanks for answer. System information ------------------ Hi, On Antix distro, when i install gambas3, in repository i can install gambas 3.15.2 directly by apt-get install gambas3 -y When install is completed, i open terminal and i execute gambas by this command: gambas3 but after 5 seconds, gambas crash and write this error message on this picture : http://operation.andre.free.fr/bug.jpg What problem ? Thanks for answer. From bugtracker at gambaswiki.org Mon Feb 7 20:32:13 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 19:32:13 GMT Subject: [Gambas-bugtracker] Bug #2473: gambas PDF component needs to be built with C++17 for poppler 22 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2473&from=L21haW4- Jeremy BICHA reported a new bug. Summary ------- gambas PDF component needs to be built with C++17 for poppler 22 Type : Bug Priority : Medium Gambas version : Master Product : Pdf component Description ----------- poppler 22 now requires C++ 17 to build. Here's a basic patch to do that. + gb.pdf/src/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gb.pdf/src/Makefile.am b/gb.pdf/src/Makefile.am +index eda3f0f..7ab0287 100644 +--- a/gb.pdf/src/Makefile.am ++++ b/gb.pdf/src/Makefile.am +@@ -5,7 +5,7 @@ gblib_LTLIBRARIES = gb.pdf.la + + gb_pdf_la_LIBADD = @POPPLER_LIB@ + gb_pdf_la_LDFLAGS = -module @LD_FLAGS@ @POPPLER_LDFLAGS@ +-gb_pdf_la_CXXFLAGS = $(AM_CXXFLAGS) $(GB_CXXFLAGS_STD_CPP11) ++gb_pdf_la_CXXFLAGS = $(AM_CXXFLAGS) -std=c++17 + gb_pdf_la_CPPFLAGS = @POPPLER_INC@ + + gb_pdf_la_SOURCES = main.h main.cpp \ System information ------------------ Ubuntu 22.04 Alpha poppler 22.02.0 From bugtracker at gambaswiki.org Mon Feb 7 21:35:20 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 20:35:20 GMT Subject: [Gambas-bugtracker] Bug #2473: gambas PDF component needs to be built with C++17 for poppler 22 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2473&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Feb 7 21:35:40 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 20:35:40 GMT Subject: [Gambas-bugtracker] Bug #2473: gambas PDF component needs to be built with C++17 for poppler 22 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2473&from=L21haW4- Comment #1 by Beno?t MINISINI: Note that 'gb.pdf' is deprecated. 'gb.poppler' must be used instead. From bugtracker at gambaswiki.org Mon Feb 7 22:40:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 21:40:18 GMT Subject: [Gambas-bugtracker] Bug #2473: gambas PDF component needs to be built with C++17 for poppler 22 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2473&from=L21haW4- Comment #2 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/-/commit/e54acd8c3b5c4fbb252dbe7eaf797d50732ae613. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Feb 7 22:40:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 21:40:55 GMT Subject: [Gambas-bugtracker] Bug #2471: Gambas crashes on Antix linux debian based distro In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2471&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Duplicate. From bugtracker at gambaswiki.org Mon Feb 7 22:42:17 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 21:42:17 GMT Subject: [Gambas-bugtracker] Bug #2472: Gambas crashes on Antix linux debian based distro In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2472&from=L21haW4- Comment #1 by Beno?t MINISINI: It seems that your gcc compiler is not entirely installed. I don't know Antix, but which gcc packages did you install? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon Feb 7 22:45:13 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Feb 2022 21:45:13 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #3 by Beno?t MINISINI: Then try that instead: $ gdb gbr3 ... (gdb) run /usr/bin/gambas3.gambas ... Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Feb 8 09:51:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 08:51:27 GMT Subject: [Gambas-bugtracker] Bug #2474: The first tip translated with gtk can't be seen Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2474&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- The first tip translated with gtk can't be seen Type : Bug Priority : Medium Gambas version : Master Product : GUI components Description ----------- The first tip (only the first) in Italian with gtk is not visible (in English you can see it). See attached images System information ------------------ [System] Gambas=3.16.90 9f39e67 (master) OperatingSystem=Linux Kernel=5.13.0-28-generic Architecture=x86_64 Distribution=Ubuntu 20.04.3 LTS Desktop=UBUNTU Font=Ubuntu,11 Scale=8 Theme=yaru Language=it_IT.UTF-8 Memory=32015M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=156639 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME=/home/ IM_CONFIG_PHASE=1 INVOCATION_ID=c58ac62da89343b2a3706758162aaddd JOURNAL_STREAM=8:42852 LANG=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=2036 PATH=/home//.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD=/home/ QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/2310,unix/:/tmp/.ICE-unix/2310 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2230 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Tue Feb 8 16:04:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 15:04:55 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #4 by Avinty LANAIKEY: (gdb) run /usr/bin/gambas3 Starting program: /usr/bin/gbr3 /usr/bin/gambas3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffcd344700 (LWP 17632)] [New Thread 0x7fffbd916700 (LWP 17633)] [New Thread 0x7fffbd115700 (LWP 17634)] [New Thread 0x7fffbc914700 (LWP 17635)] [New Thread 0x7fffb7fff700 (LWP 17636)] [New Thread 0x7fffb5fb6700 (LWP 17637)] [New Thread 0x7fff9f865700 (LWP 17639)] [New Thread 0x7fff9f064700 (LWP 17644)] [New Thread 0x7fff9e863700 (LWP 17645)] [New Thread 0x7fff9e062700 (LWP 17646)] [New Thread 0x7fff9d861700 (LWP 17647)] [New Thread 0x7fff9d060700 (LWP 17648)] [New Thread 0x7fff9c85f700 (LWP 17649)] [New Thread 0x7fff7ffff700 (LWP 17650)] [New Thread 0x7fff7f7fe700 (LWP 17651)] [New Thread 0x7fff7effd700 (LWP 17652)] [New Thread 0x7fff7e7fc700 (LWP 17653)] [New Thread 0x7fff7dffb700 (LWP 17654)] [New Thread 0x7fff7d7fa700 (LWP 17655)] [New Thread 0x7fff7cff9700 (LWP 17656)] [New Thread 0x7fff5ffff700 (LWP 17657)] [New Thread 0x7fff5f7fe700 (LWP 17658)] [New Thread 0x7fff5effd700 (LWP 17659)] [New Thread 0x7fff5e7fc700 (LWP 17660)] [New Thread 0x7fff5dffb700 (LWP 17661)] [17625:17654:0208/160102.223352:ERROR:nss_util.cc(808)] After loading Root Certs, loaded==false: NSS error code: -8018 [New Thread 0x7fff5ca0e700 (LWP 17693)] [Thread 0x7fff5ca0e700 (LWP 17693) exited] Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in () #1 0x00007fffe7d22bf1 in () at /usr/lib/gambas3/gb.qt5.webview.so #2 0x00005555555b91f5 in () #3 0x00005555555b4126 in () #4 0x00005555555b8c6d in () #5 0x00005555555b90e2 in () #6 0x0000555555590d07 in () #7 0x0000555555591050 in () #8 0x00005555555b41c0 in () #9 0x00005555555b8c6d in () #10 0x00005555555b90e2 in () #11 0x0000555555590d07 in () #12 0x0000555555591050 in () #13 0x00005555555b41c0 in () #14 0x00005555555b8c6d in () #15 0x00005555555b90e2 in () #16 0x0000555555590d07 in () #17 0x0000555555591050 in () #18 0x00005555555b41c0 in () #19 0x00005555555b8c6d in () #20 0x00005555555b90e2 in () #21 0x0000555555590d07 in () #22 0x0000555555591050 in () #23 0x00007ffff57cba38 in () at /usr/lib/gambas3/gb.qt5.so #24 0x00007ffff3e5443c in QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #25 0x00007ffff4bd2878 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #26 0x00007ffff4bda65f in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #27 0x00007ffff3e548a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #28 0x00007ffff4bd9632 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #29 0x00007ffff4c2c15b in () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #30 0x00007ffff4c2e7ca in () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #31 0x00007ffff4bd283c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #32 0x00007ffff4bda104 in QApplication::notify(QObject*, QEvent*) () ---Type to continue, or q to quit--- at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #33 0x00007ffff3e548a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #34 0x00007ffff4416780 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #35 0x00007ffff4416fda in QGuiApplicationPrivate::processTabletEvent(QWindowSystemInterfacePrivate::TabletEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #36 0x00007ffff4418065 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #37 0x00007ffff43ef33b in QWindowSystemInterface::sendWindowSystemEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #38 0x00007fffcf531260 in () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #39 0x00007ffff1f7b537 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #40 0x00007ffff1f7b770 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #41 0x00007ffff1f7b7fc in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #42 0x00007ffff3ead85f in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #43 0x00007ffff3e528da in QEventLoop::exec(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #44 0x00007ffff3e5b984 in QCoreApplication::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #45 0x00007ffff57bd865 in () at /usr/lib/gambas3/gb.qt5.so #46 0x0000555555573992 in () #47 0x00007ffff7a03bf7 in __libc_start_main (main= 0x555555573220, argc=2, argv=0x7fffffffdf28, init=, fini=, rtld_fini=, stack_end=0x7fffffffdf18) at ../csu/libc-start.c:310 #48 0x0000555555573dca in () (gdb) q Avinty LANAIKEY changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Feb 8 16:11:33 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 15:11:33 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Avinty LANAIKEY changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Tue Feb 8 16:24:37 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 15:24:37 GMT Subject: [Gambas-bugtracker] Bug #2475: Not all combinations of two Ctrl and two Enter buttons trigger the shortcut "Ctrl+Enter". Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2475&from=L21haW4- Dmitry MALKOV reported a new bug. Summary ------- Not all combinations of two Ctrl and two Enter buttons trigger the shortcut "Ctrl+Enter". Type : Bug Priority : Medium Gambas version : 3.16 Product : GUI components Description ----------- If a menu item has shortcut "Ctrl + Enter", only the conbination of left Ctrl and Numeric_Pad's Enter triggers it. (https://en.wikipedia.org/wiki/Numeric_keypad) Right Ctrl with any Enter and main Enter with any Ctrl behave like user pushed just Enter. Project sample attached. System information ------------------ [System] Gambas=3.16.3 OperatingSystem=Linux Kernel=5.4.0-97-generic Architecture=x86_64 Distribution=Ubuntu 20.04.3 LTS Desktop=XFCE Font=Monospace,13 Scale=9 Theme=adwaita Language=ru_RU.UTF-8 Memory=10710M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 DOTNET_ROOT=/snap/dotnet-sdk/current GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=ru HOME= LANG=ru_RU.UTF-8 LANGUAGE=ru_RU.UTF-8 LC_ADDRESS=ru_RU.UTF-8 LC_ALL=ru_RU.UTF-8 LC_IDENTIFICATION=ru_RU.UTF-8 LC_MEASUREMENT=ru_RU.UTF-8 LC_MONETARY=ru_RU.UTF-8 LC_NAME=ru_RU.UTF-8 LC_NUMERIC=ru_RU.UTF-8 LC_PAPER=ru_RU.UTF-8 LC_TELEPHONE=ru_RU.UTF-8 LC_TIME=ru_RU.UTF-8 LOGNAME= M2_HOME=/opt/maven MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path MAVEN_OPTS=-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true PANEL_GDK_CORE_DEVICE_EVENTS=0 PAPERSIZE=a4 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/maven/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1686,unix/:/tmp/.ICE-unix/1686 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1824 SSH_AUTH_SOCK=/tmp/ssh-RKOxM45GXPyr/agent.1686 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue Feb 8 16:48:42 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 15:48:42 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #5 by Beno?t MINISINI: OK, so it's a crash in the Qt5 webview, but we can't say more. To get more information, compiling from sources with debugging information is required. Can you do that? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Feb 8 17:03:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 16:03:18 GMT Subject: [Gambas-bugtracker] Bug #2476: Value not returned by WebForm when closed by Default KeyPress instead of Click Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2476&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- Value not returned by WebForm when closed by Default KeyPress instead of Click Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- Hi I have created an Inputbox in following way: 1) InputBox.Class Static Public Sub _call(Prompt As String, Title As String, Optional {Value} As String) As String Return FInputBox.Run(Prompt, Title, {Value}) End 2) FInputBox Public Sub Run(sPrompt As String, sTitle As String, Optional sValue As String) As String Me.Title = sTitle lblMessage.Text = sPrompt If sValue Then txtValue.Text = sValue Endif txtValue.SetFocus If Me.ShowModal() Then Return $sValue End The WebButton "OK" has Defaukt property set true The WebButton "Cancel" has Cancel propery set true Now if I click "OK" WebButton the value is returned. However if I press Return then the value is not returned. System information ------------------ [System] Gambas=3.16.90 OperatingSystem=Linux Kernel=5.13.0-27-generic Architecture=x86_64 Distribution=Ubuntu 20.04.3 LTS Desktop=UBUNTU:GNOME Font=Ubuntu,11 Scale=8 Theme=yaru-light Language=en_US.UTF-8 Memory=3807M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION= DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION= GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=45080 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE= GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_CHECK_ENV=1 IM_CONFIG_PHASE=1 INVOCATION_ID=816859f7d3174d8e86d4dc97d7e6b289 JOURNAL_STREAM=8:302392 LANG=en_US.UTF-8 LC_ADDRESS=bho_NP LC_ALL=en_US.UTF-8 LC_IDENTIFICATION=bho_NP LC_MEASUREMENT=bho_NP LC_MONETARY=bho_NP LC_NAME=bho_NP LC_NUMERIC=bho_NP LC_PAPER=bho_NP LC_TELEPHONE=bho_NP LC_TIME=bho_NP LOGNAME= MANAGERPID=2294 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/31706,unix/:/tmp/.ICE-unix/31706 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2478 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-:/etc/xdg XDG_CURRENT_DESKTOP=:GNOME XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP= XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Tue Feb 8 17:04:20 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 16:04:20 GMT Subject: [Gambas-bugtracker] Bug #2476: Value not returned by WebForm when closed by Default KeyPress instead of Click In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2476&from=L21haW4- Comment #1 by Safiur RAHMAN: Attached a sample project to reproduce the problem ---------------------------------------------------------------------------- Attachment: webtest.zip From bugtracker at gambaswiki.org Tue Feb 8 17:20:37 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 16:20:37 GMT Subject: [Gambas-bugtracker] Bug #2466: Class Editor "locked" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2466&from=L21haW4- Gen BRAGA changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Wed Feb 9 00:40:32 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Feb 2022 23:40:32 GMT Subject: [Gambas-bugtracker] Bug #2477: Memory-Access-Error on HttpClient Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2477&from=L21haW4- Andr? ROTHE reported a new bug. Summary ------- Memory-Access-Error on HttpClient Type : Bug Priority : Medium Gambas version : Master Product : Networking components Description ----------- I try to use HttpClient with a POST request, which results in a memory access error and a complete crash of the Gambas interpreter. The GET method works, but the POST method crashes the program. I use an asynchronous access. The following curl request is the same as within the Gambas program: curl -X POST -H "Accept: application/vnd.de.phosco.bookmonkey.Book.v1+json, application/vnd.de.phosco.Error.v1+json" -H "Content-Type: application/vnd.de.phosco.bookmonkey.Book.v1+json" -d '{"id":"","mainTitle":"test","isbn":"12345678","rating":4.3,"description":"test\t","published":"2022-02-09"}' https://example.com/book-list The response contains an application/vnd.de.phosco.Error.v1+json (Http-500) with a Json-formatted error description. But only curl returns the correct response, HttpClient crashes. System information ------------------ OpenSuse 15.3 Gambas 3.16.90 cloned from https://gitlab.com/gambas/gambas/-/tree/f02eae69f9722987de1e29e2b9fb4a4b71db0370 From bugtracker at gambaswiki.org Wed Feb 9 09:12:50 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 08:12:50 GMT Subject: [Gambas-bugtracker] Bug #2477: Memory-Access-Error on HttpClient In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2477&from=L21haW4- Comment #1 by Andr? ROTHE: I have check it with the latest stable version 3.16.3, same result: memory access error (11). From bugtracker at gambaswiki.org Wed Feb 9 16:34:15 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 15:34:15 GMT Subject: [Gambas-bugtracker] Bug #2477: Memory-Access-Error on HttpClient In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2477&from=L21haW4- Comment #2 by Andr? ROTHE: Here is a method of my class code: Const MEDIA_TYPE As String = "application/vnd.de.phosco.bookmonkey.Book.v1+json" Const ERROR_TYPE As String = "application/vnd.de.phosco.Error.v1+json" Private webClient As New HttpClient As "webClient" Public Sub persist(book As Book) Dim jsonBook As JSONCollection jsonBook = New JSONCollection jsonBook.Add(book.getId(), "id") jsonBook.Add(book.getTitle(), "mainTitle") jsonBook.Add(book.getIsbn(), "isbn") jsonBook.Add(book.getRating(), "rating") jsonBook.Add(book.getDescription(), "description") jsonBook.Add(Format$(book.getPublishedDate(), "yyyy-mm-dd"), "published") Dim headers As String[] headers = New String[1] headers.Add("Accept: " & MEDIA_TYPE & ", " & ERROR_TYPE) If (book.getId() = Null) Then With webClient .URL = BookMonkey.serviceDocument.getHref("books") .TimeOut = 30 .Async = True .Post(MEDIA_TYPE, JSON.Encode(jsonBook), headers) End With Else With webClient .URL = book.getId() .TimeOut = 30 .Async = True .Put(MEDIA_TYPE, JSON.Encode(jsonBook), headers) End With Endif End Both, POST and PUT, don't work. From bugtracker at gambaswiki.org Wed Feb 9 17:34:50 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 16:34:50 GMT Subject: [Gambas-bugtracker] Bug #2478: [gb.util] CsvFile.Fields returns an array of Strings in lower case Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2478&from=L21haW4- Dmitry MALKOV reported a new bug. Summary ------- [gb.util] CsvFile.Fields returns an array of Strings in lower case Type : Bug Priority : Medium Gambas version : 3.16 Product : Other components Description ----------- CsvFile.Fields returns an array of Strings in lower case. Instead "User name" we got "user name". System information ------------------ [System] Gambas=3.16.3 OperatingSystem=Linux Kernel=5.4.0-99-generic Architecture=x86_64 Distribution=Ubuntu 20.04.3 LTS Desktop=XFCE Font=Monospace,13 Scale=9 Theme=adwaita Language=ru_RU.UTF-8 Memory=10710M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 DOTNET_ROOT=/snap/dotnet-sdk/current GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=ru HOME= LANG=ru_RU.UTF-8 LANGUAGE=ru_RU.UTF-8 LC_ADDRESS=ru_RU.UTF-8 LC_ALL=ru_RU.UTF-8 LC_IDENTIFICATION=ru_RU.UTF-8 LC_MEASUREMENT=ru_RU.UTF-8 LC_MONETARY=ru_RU.UTF-8 LC_NAME=ru_RU.UTF-8 LC_NUMERIC=ru_RU.UTF-8 LC_PAPER=ru_RU.UTF-8 LC_TELEPHONE=ru_RU.UTF-8 LC_TIME=ru_RU.UTF-8 LOGNAME= M2_HOME=/opt/maven MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path MAVEN_OPTS=-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true PANEL_GDK_CORE_DEVICE_EVENTS=0 PAPERSIZE=a4 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/maven/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1691,unix/:/tmp/.ICE-unix/1691 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1829 SSH_AUTH_SOCK=/tmp/ssh-yQop1Xd5L1hm/agent.1691 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Wed Feb 9 19:29:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 18:29:06 GMT Subject: [Gambas-bugtracker] Bug #2477: Memory-Access-Error on HttpClient In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2477&from=L21haW4- Comment #3 by Andr? ROTHE: I have replaced header = new String[1] with header = new String[] then the memory access error won't occur. From bugtracker at gambaswiki.org Wed Feb 9 19:43:11 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 18:43:11 GMT Subject: [Gambas-bugtracker] Bug #2477: Memory-Access-Error on HttpClient In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2477&from=L21haW4- Comment #4 by Beno?t MINISINI: I need a full project that allows me to reproduce the crash. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 9 19:45:33 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 18:45:33 GMT Subject: [Gambas-bugtracker] Bug #2474: The first tip translated with gtk can't be seen In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2474&from=L21haW4- Comment #1 by Beno?t MINISINI: Are you sure that the syntax of your rich text code is correct? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 9 19:49:56 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 18:49:56 GMT Subject: [Gambas-bugtracker] Bug #2475: Not all combinations of two Ctrl and two Enter buttons trigger the shortcut "Ctrl+Enter". In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2475&from=L21haW4- Comment #1 by Beno?t MINISINI: The numeric pad's 'Enter' key is not the same key as the main Enter key, which is named 'Return'. As for the 'Ctrl' keys, they are considered the same. Unless you run Linux inside VirtualBox, I don't see why you would see a difference. From bugtracker at gambaswiki.org Wed Feb 9 19:50:57 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 18:50:57 GMT Subject: [Gambas-bugtracker] Bug #2478: [gb.util] CsvFile.Fields returns an array of Strings in lower case In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2478&from=L21haW4- Comment #1 by Beno?t MINISINI: This is done on purpose. Why is it a problem for you? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 9 20:28:23 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 19:28:23 GMT Subject: [Gambas-bugtracker] Bug #2476: Value not returned by WebForm when closed by Default KeyPress instead of Click In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2476&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 9 21:11:46 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 20:11:46 GMT Subject: [Gambas-bugtracker] Bug #2476: Value not returned by WebForm when closed by Default KeyPress instead of Click In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2476&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/a760016d2a49c57ee0c55de1c7dfe6e0b2236845. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Feb 9 23:44:20 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Feb 2022 22:44:20 GMT Subject: [Gambas-bugtracker] Bug #2474: The first tip translated with gtk can't be seen In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2474&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: No, You're right, there is an 'i' missing in the closing markup, sorry I should have understand from the warnings. I will try to be more careful in the future Fixed in the merge request Gianluigi GRADASCHI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu Feb 10 09:12:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Feb 2022 08:12:55 GMT Subject: [Gambas-bugtracker] Bug #2475: Not all combinations of two Ctrl and two Enter buttons trigger the shortcut "Ctrl+Enter". In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2475&from=L21haW4- Comment #2 by Dmitry MALKOV: > The numeric pad's 'Enter' key is not the same key as the main Enter key, which is named 'Return'. Ok, it is not a bug, lets close it. But it is not yet intuitive behavior for modern users. In the past century, when typewriters were not only in museums, the main Enter key was labled 'Return' and was associated with a carriage return. Nowdays it is labled 'Enter' and is associated with signaling to the computer that a command has been entered, or that a line of text has been entered, or that user wants continue some paused process. In most applications, it behaves like numeric pad's 'Enter'. In Telegram messenger, I use 'Ctrl + Enter' hotkey to send messages and both 'Enter' keys works. > As for the 'Ctrl' keys, they are considered the same. Unless you run Linux inside VirtualBox, I don't see why you would see a difference. Yes, I'm using VirtualBox. All right with Ctrl. From bugtracker at gambaswiki.org Thu Feb 10 09:37:19 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Feb 2022 08:37:19 GMT Subject: [Gambas-bugtracker] Bug #2478: [gb.util] CsvFile.Fields returns an array of Strings in lower case In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2478&from=L21haW4- Comment #2 by Dmitry MALKOV: > This is done on purpose. If so, I need another utility method that returns original column names. For example 'CsvFiles.FieldsOrigin() As String[]' > Why is it a problem for you? If I got original column name "SomeColumnName", I can easily lovercase it via 'Lower$' function. But if I got modified column name "somecolumnname", how should I restore it? Most painful incident was happened not with me but with user '01McAc' in this discussion: https://forum.gambas.one/viewtopic.php?t=819 Dmitry MALKOV changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Feb 10 11:27:45 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Feb 2022 10:27:45 GMT Subject: [Gambas-bugtracker] Bug #2475: Not all combinations of two Ctrl and two Enter buttons trigger the shortcut "Ctrl+Enter". In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2475&from=L21haW4- Comment #3 by Beno?t MINISINI: > But it is not yet intuitive behavior for modern users. > In the past century, when typewriters were not only in museums, the main Enter key was labled 'Return' and was associated with a carriage return. Nowdays it is labled 'Enter' and is associated with signaling to the computer that a command has been entered, or that a line of text has been entered, or that user wants continue some paused process. In most applications, it behaves like numeric pad's 'Enter'. In Telegram messenger, I use 'Ctrl + Enter' hotkey to send messages and both 'Enter' keys works. I agree, but alas the GUI toolkit make the difference. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Thu Feb 10 17:15:34 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Feb 2022 16:15:34 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #15 by Peter KOSTRZ: Hi Benoit, Sorry, was out. But I started now to make the test. Before I start with the process you mentioned I found out by trying that the problem arise when I have in the code the "hXMLDocument.Root.AppendChild(hXMLElement)" executing. If I comment it out the process runs through without a problem (but the element are not appended ;-) of course) - maybe you have a clue on that ? For I = 0 To cnt - 1 '// now Loop Trough and set XML hXMLElement = New XmlElement(sType) hXMLElement.SetAttribute("ClID", sClient) hXMLElement.SetAttribute("RefCurr", sClientEx) CInput = vInptJSON[I] For Each csValue In CInput hXMLDocument.Root.AppendChild(hXMLElement) <<<--------------------------------------- Here csKey = CInput.Key hXMLElement.NewElement(csKey, csValue) Next CInput = Null Inc iTotTra hXMLElement = hXMLElement.Parent '/ go back Base Next So I will tonight the debugging again according your proposal. Thanks for Help in Advance Greetings from Switzerland Peter Peter KOSTRZ changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Feb 10 20:48:20 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Feb 2022 19:48:20 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Olivier CRUILLES reported a new bug. Summary ------- Segmentation fault at the run of a project Type : Bug Priority : Medium Gambas version : Master Product : Unknown Description ----------- Hello, Since the last Dev version, I'm not more able to run one of my project (that works since few years). Joined the Valgrind log. [linus at linusky gbNetworkGUI]$ cat valgrind.out ==1866280== Memcheck, a memory error detector ==1866280== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1866280== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info ==1866280== Command: gbx3 ==1866280== libpng warning: iCCP: known incorrect sRGB profile ==1866280== Invalid read of size 8 ==1866280== at 0x412C84: STREAM_read_type (gbx_stream.c:1275) ==1866280== by 0x418260: SUBR_read (gbx_subr_file.c:544) ==1866280== by 0x444B5C: EXEC_loop (gbx_exec_loop.c:510) ==1866280== by 0x449EAC: EXEC_function_loop (gbx_exec.c:906) ==1866280== by 0x4226C6: raise_event (gbx_api.c:838) ==1866280== by 0x424511: GB_Raise (gbx_api.c:996) ==1866280== by 0x1344B394: emit_open_event (CWindow.cpp:226) ==1866280== by 0x1344B394: emit_open_event(void*) (CWindow.cpp:210) ==1866280== by 0x1344DFE5: Window_Show(void*, void*) (CWindow.cpp:746) ==1866280== by 0x44AE9F: EXEC_native (gbx_exec.c:1331) ==1866280== by 0x44B925: EXEC_public_desc (gbx_exec.c:1576) ==1866280== by 0x44B925: EXEC_public_desc (gbx_exec.c:1565) ==1866280== by 0x405461: main (gbx.c:472) ==1866280== Address 0xb0 is not stack'd, malloc'd or (recently) free'd ==1866280== ==1866280== ==1866280== Process terminating with default action of signal 11 (SIGSEGV): dumping core ==1866280== Access not within mapped region at address 0xB0 ==1866280== at 0x412C84: STREAM_read_type (gbx_stream.c:1275) ==1866280== by 0x418260: SUBR_read (gbx_subr_file.c:544) ==1866280== by 0x444B5C: EXEC_loop (gbx_exec_loop.c:510) ==1866280== by 0x449EAC: EXEC_function_loop (gbx_exec.c:906) ==1866280== by 0x4226C6: raise_event (gbx_api.c:838) ==1866280== by 0x424511: GB_Raise (gbx_api.c:996) ==1866280== by 0x1344B394: emit_open_event (CWindow.cpp:226) ==1866280== by 0x1344B394: emit_open_event(void*) (CWindow.cpp:210) ==1866280== by 0x1344DFE5: Window_Show(void*, void*) (CWindow.cpp:746) ==1866280== by 0x44AE9F: EXEC_native (gbx_exec.c:1331) ==1866280== by 0x44B925: EXEC_public_desc (gbx_exec.c:1576) ==1866280== by 0x44B925: EXEC_public_desc (gbx_exec.c:1565) ==1866280== by 0x405461: main (gbx.c:472) ==1866280== If you believe this happened as a result of a stack ==1866280== overflow in your program's main thread (unlikely but ==1866280== possible), you can try to increase the size of the ==1866280== main thread stack using the --main-stacksize= flag. ==1866280== The main thread stack size used in this run was 8388608. ==1866280== ==1866280== HEAP SUMMARY: ==1866280== in use at exit: 10,928,324 bytes in 86,491 blocks ==1866280== total heap usage: 386,948 allocs, 300,457 frees, 122,636,168 bytes allocated ==1866280== ==1866280== LEAK SUMMARY: ==1866280== definitely lost: 183,760 bytes in 2,546 blocks ==1866280== indirectly lost: 128 bytes in 3 blocks ==1866280== possibly lost: 4,765,476 bytes in 12,152 blocks ==1866280== still reachable: 5,908,192 bytes in 71,210 blocks ==1866280== of which reachable via heuristic: ==1866280== length64 : 3,624 bytes in 66 blocks ==1866280== newarray : 2,104 bytes in 51 blocks ==1866280== suppressed: 0 bytes in 0 blocks ==1866280== Rerun with --leak-check=full to see details of leaked memory ==1866280== ==1866280== For lists of detected and suppressed errors, rerun with: -s ==1866280== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) Olivier Cruilles System information ------------------ [System] Gambas=3.16.90 a760016d2 (master) OperatingSystem=Linux Kernel=5.8.15-301.fc33.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 33 (Thirty Three) Desktop=MATE Font=Bitstream Vera Sans,9 Scale=6 Theme=bluebird Language=fr_FR.utf8 Memory=32054M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.25 GStreamer=libgstreamer-1.0.so.0.1802.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.25 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.101.0.0 QT5=libQt5Core.so.5.15.2 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_ENV=/usr/share/lmod/lmod/init/bash BASH_FUNC_ml%%=() { eval $($LMOD_DIR/ml_cmd "$@") } BASH_FUNC_module%%=() { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh) } CAPP_BUILD=/Packages/Starter/Build CONDA_SHLVL=0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=fr_FR.utf8 GIO_LAUNCHED_DESKTOP_FILE_PID=1864356 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 GUESTFISH_INIT=\e[1;34m GUESTFISH_OUTPUT=\e[0m GUESTFISH_PS1=\[\e[1;32m\]>\[\e[0;31m\] GUESTFISH_RESTORE=\e[0m HISTCONTROL=ignoredups HISTSIZE=1000 HISTTIMEFORMAT=%F %T HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none KDEDIRS=/usr LANG=fr_FR.utf8 LC_ALL=fr_FR.utf8 LESSOPEN=||/usr/bin/lesspipe.sh %s LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod LMOD_DIR=/usr/share/lmod/lmod/libexec LMOD_PKG=/usr/share/lmod/lmod LMOD_ROOT=/usr/share/lmod LMOD_SETTARG_FULL_SUPPORT=no LMOD_VERSION=8.4.1 LMOD_sys=Linux LOGNAME= MAIL=/var/spool/mail/ MANPATH=/usr/share/lmod/lmod/share/man: MATE_DESKTOP_SESSION_ID=this-is-deprecated MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core MODULEPATH_ROOT=/usr/share/modulefiles MODULESHOME=/usr/share/lmod/lmod MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PAGER=most PATH=/.local/bin:/.cargo/bin:/narwhal/bin:/perl5/bin:/usr/condabin:/usr/lib64/ccache:/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/var/lib/snapd/snap/bin:/bin:/usr/local/xaralx/bin PERL5LIB=/perl5/lib/perl5 PERL_LOCAL_LIB_ROOT=/perl5 PERL_MB_OPT=--install_base "/perl5" PERL_MM_OPT=INSTALL_BASE=/perl5 PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/31305,unix/unix:/tmp/.ICE-unix/31305 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=32231 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=dumb TZ=:/etc/localtime USER= XAUTHORITY=/run/lightdm//xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=none From bugtracker at gambaswiki.org Thu Feb 10 22:00:57 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Feb 2022 21:00:57 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #1 by Olivier CRUILLES: Hello, Version Gambas=3.16.90 18598d58a (master) works and no segmentation fault. Something between this version and the last Dev version is broke Olivier From bugtracker at gambaswiki.org Thu Feb 10 22:20:39 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Feb 2022 21:20:39 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #2 by Beno?t MINISINI: Do you try to 'READ' with the last version files written before the new version? The serialization format was not intended to be a storage format, but only used temporarily... Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu Feb 10 22:21:30 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Feb 2022 21:21:30 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #3 by Beno?t MINISINI: Otherwise show me the code that write the data, and the code that read it. From bugtracker at gambaswiki.org Fri Feb 11 15:24:36 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 14:24:36 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #4 by Olivier CRUILLES: Hello, I'm not sure to understand your request. The project does not start, even from IDE. In this project, I use READ word to execute SHELL command or to OPEN/WRITE binary files. Is that you think about ? Olivier Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Feb 11 16:23:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 15:23:06 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #5 by Beno?t MINISINI: I need to see the Gambas code that crashes. You can get that with the debugger: $ cd $ gdb gbx3 ... (gdb) run ... *crash* (gdb) p DEBUG_get_current_position() Show me the Gambas code around the source code position displayed above. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Feb 11 16:33:48 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 15:33:48 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #6 by Olivier CRUILLES: Here the code: [linus at linusky gbNetworkGUI]$ gdb gbx3 GNU gdb (GDB) Fedora 10.2-4.fc33 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gbx3... (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [Detaching after vfork from child process 2742615] [Detaching after vfork from child process 2742616] [Detaching after vfork from child process 2742617] [New Thread 0x7fffe046b640 (LWP 2742618)] [New Thread 0x7fffdef17640 (LWP 2742623)] [New Thread 0x7fffde6f3640 (LWP 2742624)] [New Thread 0x7fffdd889640 (LWP 2742625)] [Detaching after vfork from child process 2742629] libpng warning: iCCP: known incorrect sRGB profile Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault. STREAM_read_type (stream=stream at entry=0x106f6f8, type=16, value=0x480860 ) at gbx_stream.c:1275 1275 atype = ((CLASS *)type)->array_type; Missing separate debuginfos, use: dnf debuginfo-install at-spi2-atk-2.38.0-1.fc33.x86_64 at-spi2-core-2.38.0-2.fc33.x86_64 atk-2.36.0-2.fc33.x86_64 bzip2-libs-1.0.8-4.fc33.x86_64 cairo-1.16.0-9.fc33.x86_64 cairo-gobject-1.16.0-9.fc33.x86_64 cyrus-sasl-lib-2.1.27-6.fc33.x86_64 dbus-libs-1.12.20-2.fc33.x86_64 elfutils-libelf-0.185-2.fc33.x86_64 elfutils-libs-0.185-2.fc33.x86_64 fontconfig-2.13.92-12.fc33.x86_64 freetype-2.10.4-1.fc33.x86_64 fribidi-1.0.10-3.fc33.x86_64 gdk-pixbuf2-2.42.6-1.fc33.x86_64 glib2-2.66.8-1.fc33.x86_64 glibc-2.32-10.fc33.x86_64 graphite2-1.3.14-6.fc33.x86_64 gstreamer1-plugins-base-1.18.2-1.fc33.x86_64 gtk3-3.24.29-1.fc33.x86_64 harfbuzz-2.7.2-1.fc33.x86_64 hyphen-2.8.8-14.fc33.x86_64 imlib2-1.6.1-2.fc33.x86_64 keyutils-libs-1.6.1-1.fc33.x86_64 krb5-libs-1.18.2-31.fc33.x86_64 libICE-1.0.10-4.fc33.x86_64 libSM-1.2.3-6.fc33.x86_64 libX11-1.7.2-3.fc33.x86_64 libX11-xcb-1.7.2-3.fc33.x86_64 libXau-1.0.9-4.fc33.x86_64 libXcursor-1.2.0-3.fc33.x86_64 libXdamage-1.1.5-3.fc33.x86_64 libXext-1.3.4-4.fc33.x86_64 libXfixes-5.0.3-12.fc33.x86_64 libXrandr-1.5.2-4.fc33.x86_64 libXrender-0.9.10-12.fc33.x86_64 libXtst-1.2.3-12.fc33.x86_64 libblkid-2.36.1-1.fc33.x86_64 libcom_err-1.45.6-4.fc33.x86_64 libcurl-7.71.1-11.fc33.x86_64 libdatrie-0.2.9-12.fc33.x86_64 libepoxy-1.5.5-1.fc33.x86_64 libffi-3.1-26.fc33.x86_64 libgcc-10.3.1-1.fc33.x86_64 libgcrypt-1.8.8-1.fc33.x86_64 libglvnd-1.3.3-1.fc33.x86_64 libglvnd-glx-1.3.3-1.fc33.x86_64 libgnomekbd-3.26.1-4.fc33.x86_64 libgpg-error-1.41-1.fc33.x86_64 libidn2-2.3.2-1.fc33.x86_64 libjpeg-turbo-2.0.5-5.fc33.x86_64 libmng-2.0.3-12.fc33.x86_64 libmount-2.36.1-1.fc33.x86_64 libnghttp2-1.43.0-1.fc33.x86_64 libpng-1.6.37-6.fc33.x86_64 libselinux-3.1-2.fc33.x86_64 libssh-0.9.6-1.fc33.x86_64 libstdc++-10.3.1-1.fc33.x86_64 libtiff-4.1.0-8.fc33.x86_64 libunistring-0.9.10-9.fc33.x86_64 libunwind-1.4.0-4.fc33.x86_64 libuuid-2.36.1-1.fc33.x86_64 libwayland-egl-1.18.0-2.fc33.x86_64 libwebp-1.2.1-1.fc33.x86_64 libxcb-1.13.1-5.fc33.x86_64 libxcrypt-4.4.26-2.fc33.x86_64 libxkbcommon-x11-1.0.1-1.fc33.x86_64 libxkbfile-1.1.0-4.fc33.x86_64 libxklavier-5.4-16.fc33.x86_64 libxml2-2.9.12-4.fc33.x86_64 libzstd-1.5.0-1.fc33.x86_64 lz4-libs-1.9.1-3.fc33.x86_64 openldap-2.4.50-5.fc33.x86_64 pango-1.48.4-2.fc33.x86_64 pcre-8.44-2.fc33.x86_64 pcre2-utf16-10.36-4.fc33.x86_64 pixman-0.40.0-2.fc33.x86_64 qt5-qtbase-gui-5.15.2-15.fc33.x86_64 qt5-qtdeclarative-5.15.2-2.fc33.x86_64 qt5-qtimageformats-5.15.2-2.fc33.x86_64 qt5-qtlocation-5.15.2-2.fc33.x86_64 qt5-qtsensors-5.15.2-4.fc33.x86_64 qt5-qtsvg-5.15.2-3.fc33.x86_64 qt5-qtwebchannel-5.15.2-2.fc33.x86_64 qt5-qtwebkit-5.212.0-0.53.alpha4.fc33.x86_64 qt5-qtx11extras-5.15.2-2.fc33.x86_64 sssd-client-2.5.1-2.fc33.x86_64 systemd-libs-246.15-1.fc33.x86_64 woff2-1.0.2-9.fc33.x86_64 xcb-util-0.4.0-16.fc33.x86_64 xcb-util-image-0.4.0-16.fc33.x86_64 xcb-util-keysyms-0.4.0-14.fc33.x86_64 xcb-util-wm-0.4.1-19.fc33.x86_64 xz-libs-5.2.5-4.fc33.x86_64 zlib-1.2.11-23.fc33.x86_64 (gdb) p DEBUG_get_current_position() $1 = 0x47f5c0 "FMain.Charger_Liste_Traffic_Scenario.27420" (gdb) quit -------------------------------------------------------------------- Olivier ---------------------------------------------------------------------------- Attachment: S?lection_862.png Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Feb 11 16:52:51 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 15:52:51 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #7 by Olivier CRUILLES: I forgot to joint that: Class CProfilTrafficScenario ' Gambas class file Public Verrou As Boolean Public Nom As String Public NomCourt As String Public Parametre As String Public Description As String Public Documentation As String ' Public ParametreList As String[] Public Sub _new() ParametreList = New String[] End From bugtracker at gambaswiki.org Fri Feb 11 17:21:34 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 16:21:34 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #8 by Beno?t MINISINI: Hence my previous question: You are reading a file whose path is stored in the 'Config' variable with the READ instruction. Did you write that file -before- the commit 5d1716aa? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Feb 11 17:27:09 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 16:27:09 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #9 by Olivier CRUILLES: Yes, absolutly Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Feb 11 17:49:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 16:49:55 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #10 by Beno?t MINISINI: This is why you get a crash. As I said, the serialization format was not really intended to be a storage format, but more an immediate communication format. I will try find a solution, so that the old format can still be readable. From bugtracker at gambaswiki.org Fri Feb 11 19:03:47 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 18:03:47 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #11 by Beno?t MINISINI: Does commit https://gitlab.com/gambas/gambas/-/commit/dbd109137355e779891b8a4733c4b352d1a5f869 fix your problem? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Feb 11 19:08:05 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 18:08:05 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #16 by Beno?t MINISINI: Mmm, I'm afraid I have a clue. The developer of 'gb.xml' component has disappeared, and I have no news from in, and the AppendChild() method is buggy. I tried to fix it, but it is a mess, so I failed. This is a problem. I can try to bring the old XML component back, which is based on 'libxml', but I don't think it will have the same interface. I don't know, I never had the time to deal with that problem. The fact that I don't use XML at all does not help too! From bugtracker at gambaswiki.org Fri Feb 11 19:09:03 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 18:09:03 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #17 by Beno?t MINISINI: AFAIK, AppendChild() crashes when the child node already has a parent. From bugtracker at gambaswiki.org Fri Feb 11 23:46:16 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 22:46:16 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #12 by Olivier CRUILLES: Sorry the bug is not fixed. [linus at linusky gbNetworkGUI]$ gdb gbx3 GNU gdb (GDB) Fedora 10.2-4.fc33 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gbx3... (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [Detaching after vfork from child process 3168260] [Detaching after vfork from child process 3168262] [Detaching after vfork from child process 3168264] warning: Corrupted shared library list: 0x839d90 != 0x73aa90 [New Thread 0x7fffe046b640 (LWP 3168269)] [New Thread 0x7fffdef17640 (LWP 3168270)] [New Thread 0x7fffde6f3640 (LWP 3168271)] [New Thread 0x7fffdd889640 (LWP 3168275)] [Detaching after vfork from child process 3168276] libpng warning: iCCP: known incorrect sRGB profile Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault. STREAM_read_type (stream=stream at entry=0x106f018, type=16, value=0x480860 ) at gbx_stream.c:1276 1276 atype = ((CLASS *)type)->array_type; Missing separate debuginfos, use: dnf debuginfo-install at-spi2-atk-2.38.0-1.fc33.x86_64 at-spi2-core-2.38.0-2.fc33.x86_64 atk-2.36.0-2.fc33.x86_64 bzip2-libs-1.0.8-4.fc33.x86_64 cairo-1.16.0-9.fc33.x86_64 cairo-gobject-1.16.0-9.fc33.x86_64 cyrus-sasl-lib-2.1.27-6.fc33.x86_64 dbus-libs-1.12.20-2.fc33.x86_64 elfutils-libelf-0.185-2.fc33.x86_64 elfutils-libs-0.185-2.fc33.x86_64 fontconfig-2.13.92-12.fc33.x86_64 freetype-2.10.4-1.fc33.x86_64 fribidi-1.0.10-3.fc33.x86_64 gdk-pixbuf2-2.42.6-1.fc33.x86_64 glib2-2.66.8-1.fc33.x86_64 glibc-2.32-10.fc33.x86_64 graphite2-1.3.14-6.fc33.x86_64 gstreamer1-plugins-base-1.18.2-1.fc33.x86_64 gtk3-3.24.29-1.fc33.x86_64 harfbuzz-2.7.2-1.fc33.x86_64 hyphen-2.8.8-14.fc33.x86_64 imlib2-1.6.1-2.fc33.x86_64 keyutils-libs-1.6.1-1.fc33.x86_64 krb5-libs-1.18.2-31.fc33.x86_64 libICE-1.0.10-4.fc33.x86_64 libSM-1.2.3-6.fc33.x86_64 libX11-1.7.2-3.fc33.x86_64 libX11-xcb-1.7.2-3.fc33.x86_64 libXau-1.0.9-4.fc33.x86_64 libXcursor-1.2.0-3.fc33.x86_64 libXdamage-1.1.5-3.fc33.x86_64 libXext-1.3.4-4.fc33.x86_64 libXfixes-5.0.3-12.fc33.x86_64 libXrandr-1.5.2-4.fc33.x86_64 libXrender-0.9.10-12.fc33.x86_64 libXtst-1.2.3-12.fc33.x86_64 libblkid-2.36.1-1.fc33.x86_64 libcom_err-1.45.6-4.fc33.x86_64 libcurl-7.71.1-11.fc33.x86_64 libdatrie-0.2.9-12.fc33.x86_64 libepoxy-1.5.5-1.fc33.x86_64 libffi-3.1-26.fc33.x86_64 libgcc-10.3.1-1.fc33.x86_64 libgcrypt-1.8.8-1.fc33.x86_64 libglvnd-1.3.3-1.fc33.x86_64 libglvnd-glx-1.3.3-1.fc33.x86_64 libgnomekbd-3.26.1-4.fc33.x86_64 libgpg-error-1.41-1.fc33.x86_64 libidn2-2.3.2-1.fc33.x86_64 libjpeg-turbo-2.0.5-5.fc33.x86_64 libmng-2.0.3-12.fc33.x86_64 libmount-2.36.1-1.fc33.x86_64 libnghttp2-1.43.0-1.fc33.x86_64 libpng-1.6.37-6.fc33.x86_64 libselinux-3.1-2.fc33.x86_64 libssh-0.9.6-1.fc33.x86_64 libstdc++-10.3.1-1.fc33.x86_64 libtiff-4.1.0-8.fc33.x86_64 libunistring-0.9.10-9.fc33.x86_64 libunwind-1.4.0-4.fc33.x86_64 libuuid-2.36.1-1.fc33.x86_64 libwayland-egl-1.18.0-2.fc33.x86_64 libwebp-1.2.1-1.fc33.x86_64 libxcb-1.13.1-5.fc33.x86_64 libxcrypt-4.4.26-2.fc33.x86_64 libxkbcommon-x11-1.0.1-1.fc33.x86_64 libxkbfile-1.1.0-4.fc33.x86_64 libxklavier-5.4-16.fc33.x86_64 libxml2-2.9.12-4.fc33.x86_64 libzstd-1.5.0-1.fc33.x86_64 lz4-libs-1.9.1-3.fc33.x86_64 openldap-2.4.50-5.fc33.x86_64 pango-1.48.4-2.fc33.x86_64 pcre-8.44-2.fc33.x86_64 pcre2-utf16-10.36-4.fc33.x86_64 pixman-0.40.0-2.fc33.x86_64 qt5-qtbase-gui-5.15.2-15.fc33.x86_64 qt5-qtdeclarative-5.15.2-2.fc33.x86_64 qt5-qtimageformats-5.15.2-2.fc33.x86_64 qt5-qtlocation-5.15.2-2.fc33.x86_64 qt5-qtsensors-5.15.2-4.fc33.x86_64 qt5-qtsvg-5.15.2-3.fc33.x86_64 qt5-qtwebchannel-5.15.2-2.fc33.x86_64 qt5-qtwebkit-5.212.0-0.53.alpha4.fc33.x86_64 qt5-qtx11extras-5.15.2-2.fc33.x86_64 sssd-client-2.5.1-2.fc33.x86_64 systemd-libs-246.15-1.fc33.x86_64 woff2-1.0.2-9.fc33.x86_64 xcb-util-0.4.0-16.fc33.x86_64 xcb-util-image-0.4.0-16.fc33.x86_64 xcb-util-keysyms-0.4.0-14.fc33.x86_64 xcb-util-wm-0.4.1-19.fc33.x86_64 xz-libs-5.2.5-4.fc33.x86_64 zlib-1.2.11-23.fc33.x86_64 (gdb) Gambas=3.16.90 dbd109137 (master) Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Feb 12 00:05:29 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Feb 2022 23:05:29 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #13 by Beno?t MINISINI: Can you send me the file you are trying to read, with a project that just read that file? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Feb 12 03:10:01 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Feb 2022 02:10:01 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Feb 12 14:21:46 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Feb 2022 13:21:46 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #14 by Beno?t MINISINI: Ah, I didn't notice that you are using the old Gambas 2 syntax of the READ instruction. You should really use the Gambas 3 syntax now. From bugtracker at gambaswiki.org Sat Feb 12 14:31:32 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Feb 2022 13:31:32 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #15 by Beno?t MINISINI: It should be fixed with commit https://gitlab.com/gambas/gambas/-/commit/f677aef95ca9661ab19216f48256cb22afa470bc. From bugtracker at gambaswiki.org Sat Feb 12 16:31:34 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Feb 2022 15:31:34 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Comment #16 by Olivier CRUILLES: Hello, The bug have been fixed and it works now. I will change the way to use READ instruction as you mentioned. Thank you Olivier From bugtracker at gambaswiki.org Sat Feb 12 16:32:04 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Feb 2022 15:32:04 GMT Subject: [Gambas-bugtracker] Bug #2479: Segmentation fault at the run of a project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2479&from=L21haW4- Olivier CRUILLES changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Feb 13 13:00:48 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 12:00:48 GMT Subject: [Gambas-bugtracker] Bug #2480: QT CheckBox.Invert broken on dev branch Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2480&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- QT CheckBox.Invert broken on dev branch Type : Bug Priority : Medium Gambas version : Master Product : QT5 component Description ----------- Like the title says. It's okay on 3.16.3 but not 3.16.90 System information ------------------ [System] Gambas=3.16.90 51557943b (bruces-patched) OperatingSystem=Linux Kernel=5.4.0-99-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=MATE Font=Ubuntu,12 Scale=9 Theme=clearlooks Language=en_GB.UTF-8 Memory=3820M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_AUTOSTART_ID=10fd80a3b051744e0c16447531255935100000031830000 DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_GB GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ADDRESS=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LC_IDENTIFICATION=en_GB.UTF-8 LC_MEASUREMENT=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_NAME=en_GB.UTF-8 LC_NUMERIC=en_GB.UTF-8 LC_PAPER=en_GB.UTF-8 LC_TELEPHONE=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PAPERSIZE=a4 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_FONT_DPI=96 QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/3183,unix/:/tmp/.ICE-unix/3183 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3353 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus _=/usr/bin/gambas3 From bugtracker at gambaswiki.org Sun Feb 13 20:05:10 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 19:05:10 GMT Subject: [Gambas-bugtracker] Bug #2481: Radio buttons in popup menus are not always displayed correctly Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2481&from=L21haW4- Charlie REINL reported a new bug. Summary ------- Radio buttons in popup menus are not always displayed correctly Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Radio buttons in popup menus are not always displayed correctly. see attached screenshots. I testet with gtk2, gtk3 and qt5 (no more qt4 on my box) System information ------------------ [System] Gambas=3.16.90 4d2a94279 (master) OperatingSystem=Linux Kernel=5.4.0-99-generic Architecture=x86_64 Distribution=Ubuntu 20.04.3 LTS Desktop=MATE Font=Ubuntu,11 Scale=8 Theme=menta Language=de_DE.UTF-8 Memory=5911M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.73.0.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=de_DE GIO_LAUNCHED_DESKTOP_FILE=/Schreibtisch/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=5878 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1903,unix/:/tmp/.ICE-unix/1903 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2108 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Sun Feb 13 20:06:33 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 19:06:33 GMT Subject: [Gambas-bugtracker] Bug #2481: Radio buttons in popup menus are not always displayed correctly In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2481&from=L21haW4- Comment #1 by Charlie REINL: gtk2 ---------------------------------------------------------------------------- Attachment: _gtk2.png From bugtracker at gambaswiki.org Sun Feb 13 20:07:26 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 19:07:26 GMT Subject: [Gambas-bugtracker] Bug #2481: Radio buttons in popup menus are not always displayed correctly In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2481&from=L21haW4- Comment #2 by Charlie REINL: gtk3 ---------------------------------------------------------------------------- Attachment: _gtk3.png From bugtracker at gambaswiki.org Sun Feb 13 20:08:04 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 19:08:04 GMT Subject: [Gambas-bugtracker] Bug #2481: Radio buttons in popup menus are not always displayed correctly In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2481&from=L21haW4- Comment #3 by Charlie REINL: qt5 ---------------------------------------------------------------------------- Attachment: _qt5.png From bugtracker at gambaswiki.org Sun Feb 13 21:00:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 20:00:27 GMT Subject: [Gambas-bugtracker] Bug #2480: QT CheckBox.Invert broken on dev branch In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2480&from=L21haW4- Comment #1 by Beno?t MINISINI: It works perfectly here with Qt 5.15.2 Did you try to change your Qt5 widget theme to see if it changes anything? From bugtracker at gambaswiki.org Sun Feb 13 21:02:29 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 20:02:29 GMT Subject: [Gambas-bugtracker] Bug #2480: QT CheckBox.Invert broken on dev branch In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2480&from=L21haW4- Comment #2 by Beno?t MINISINI: Oops, sorry, I'm tired, you are right, it does not work. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Feb 13 21:17:15 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 20:17:15 GMT Subject: [Gambas-bugtracker] Bug #2480: QT CheckBox.Invert broken on dev branch In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2480&from=L21haW4- Comment #3 by Beno?t MINISINI: It should be fixed in commit https://gitlab.com/gambas/gambas/-/commit/b484884c9e683353a701fe967162a3b342bf3349. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Feb 13 21:19:38 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 20:19:38 GMT Subject: [Gambas-bugtracker] Bug #2481: Radio buttons in popup menus are not always displayed correctly In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2481&from=L21haW4- Comment #4 by Beno?t MINISINI: The widget theme handles the drawing of menu radio buttons. Use another widget theme if you want accurately displayed radio buttons. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Sun Feb 13 22:17:05 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Feb 2022 21:17:05 GMT Subject: [Gambas-bugtracker] Bug #2478: [gb.util] CsvFile.Fields returns an array of Strings in lower case In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2478&from=L21haW4- Comment #3 by Beno?t MINISINI: In commit https://gitlab.com/gambas/gambas/-/commit/469ed29280972968116e378d780a05bd2f428209, I added a 'KeepNames' property that you must set just after having created the CsvFile object so that the column names are kept unchanged. Tell me if it is OK for you. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon Feb 14 08:12:02 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 14 Feb 2022 07:12:02 GMT Subject: [Gambas-bugtracker] Bug #2478: [gb.util] CsvFile.Fields returns an array of Strings in lower case In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2478&from=L21haW4- Comment #4 by Dmitry MALKOV: It is OK for me. Well done :) In my applications, I follow the architectural principle that the default behavior should return the data "As is" and dozens of properties should modify it for different purposes. Dmitry MALKOV changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Feb 14 20:58:12 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 14 Feb 2022 19:58:12 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Pino APICELLA reported a new bug. Summary ------- Gambas 3 Editor: vertical scroll bar not work Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- In the Gambas IDE editor, does not work/there is no, vertical scroll bar ??! System information ------------------ [Hardware] Computer Processor 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Memory 16058MB (4505MB used) Machine Type Notebook Operating System Ubuntu 20.04.3 LTS User Name pino (Pino) Date/Time lun 14 feb 2022, 20:52:07 Display Resolution 1920x1080 pixels OpenGL Renderer Mesa Intel(R) Xe Graphics (TGL GT2) X11 Vendor The X.Org Foundation Version 1.20.13 Current Display Name :0 Monitors Monitor 0 1920x1080 pixels [System] Gambas=3.16.90 OperatingSystem=Linux Kernel=5.13.0-28-generic Architecture=x86_64 Distribution=Ubuntu 20.04.3 LTS Desktop=MATE Font=Ubuntu,12 Scale=9 Theme=ambiant-mate Language=it_IT.UTF-8 Memory=15682M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.gtk3 GB_JIT_CC=clang GDMSESSION=mate GDM_LANG=it_IT GIO_LAUNCHED_DESKTOP_FILE=/.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=4378 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= LANG=it_IT.UTF-8 LANGUAGE=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1505,unix/:/tmp/.ICE-unix/1505 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1632 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue Feb 15 21:38:22 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Feb 2022 20:38:22 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #6 by Avinty LANAIKEY: I tried to compile from sources. It failed - not made/installed. Here are the outputs. (./reconf-all && ./configure -C && make clean && make) > output.txt 2>&1 sudo -i make install > install.txt 2>&1 ---------------------------------------------------------------------------- Attachment: output.txt Attachment: install.txt Avinty LANAIKEY changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 16 00:43:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Feb 2022 23:43:06 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #7 by Beno?t MINISINI: Apparently you never did that before: you have to install the development packages needed by the libraries used by Gambas. Everything is explained in the wiki at https://gambaswiki.org/wiki/install. On that page you will find the commands you must type for installing the required Ubuntu Bionic 18.04 package (and many other distributions). From bugtracker at gambaswiki.org Wed Feb 16 00:45:16 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Feb 2022 23:45:16 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 16 00:46:05 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Feb 2022 23:46:05 GMT Subject: [Gambas-bugtracker] Bug #2478: [gb.util] CsvFile.Fields returns an array of Strings in lower case In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2478&from=L21haW4- Comment #5 by Beno?t MINISINI: Of course you are right, but I have to maintain backward-compatibility even if there are design mistakes. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Feb 16 00:47:23 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Feb 2022 23:47:23 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #1 by Beno?t MINISINI: Do you have any screenshot so that I understand what you are talking about? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 16 00:48:26 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Feb 2022 23:48:26 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #18 by Beno?t MINISINI: I don't know the 'gb.xml' interface well. Is it possible for you to remove the node from its parent before calling AppendChild()? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 16 00:52:39 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Feb 2022 23:52:39 GMT Subject: [Gambas-bugtracker] Bug #2346: Form.Border and Form.Top In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2346&from=L21haW4- Comment #7 by Beno?t MINISINI: Funny, on Qt it does not always rises up. The position is kept more often... From bugtracker at gambaswiki.org Wed Feb 16 01:07:16 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 00:07:16 GMT Subject: [Gambas-bugtracker] Bug #2346: Form.Border and Form.Top In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2346&from=L21haW4- Comment #8 by Beno?t MINISINI: Does it behave better with commit https://gitlab.com/gambas/gambas/-/commit/72585bb3c685b23416631d47f89eff2284f9d966 ? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 16 01:10:02 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 00:10:02 GMT Subject: [Gambas-bugtracker] Bug #2324: Fedora issue, clicking activated window triggers DeActivated event In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2324&from=L21haW4- Comment #9 by Beno?t MINISINI: Do you still have the problem with the latest development version? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 16 01:10:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 00:10:55 GMT Subject: [Gambas-bugtracker] Bug #2005: GTK Message() does not show focus In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2005&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Wed Feb 16 09:05:29 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 08:05:29 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #19 by Peter KOSTRZ: Hi Benoit, Thanks for the feedback. I am rewriting now the whole thing not using xmlDocument and AppendChild at the moment. The way I do is by reading in a file in a xmlNode Structure, make the changes and then use xmlWriter to regen the file with the changes. I am not so successful yet but hope I find the solution soon. As soon as I have a little bit more time (somewhen this week) I will test out your ptoposal. Do I understand it right: You want to remove other "Nodes" in the same level from its parent. Mean: when it is the first (and only) child it works with AppendChild() .... I will try and give feedback. Just for your information: We are buling up an API environment for the finacial market usind GAMBAS and it works fine so far (except AppendChild()) ;-) ..... Greeetings from Switzerland Peter Peter KOSTRZ changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 16 14:20:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 13:20:27 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #8 by Avinty LANAIKEY: It has been compiled with the libraries, now the IDE is functioning, but throwing the same error. Here are the outputs of GDB ? differing in performance of various actions in the IDE. (gdb) run /usr/bin/gambas3.gambas Starting program: /usr/bin/gbr3 /usr/bin/gambas3.gambas [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffcd52f700 (LWP 13057)] [New Thread 0x7fffbda3b700 (LWP 13061)] [New Thread 0x7fffbd23a700 (LWP 13062)] [New Thread 0x7fffbca39700 (LWP 13063)] [New Thread 0x7fffb7fff700 (LWP 13064)] [New Thread 0x7fffb61c0700 (LWP 13065)] [New Thread 0x7fff9f744700 (LWP 13070)] [New Thread 0x7fff9ef43700 (LWP 13075)] [New Thread 0x7fff9e742700 (LWP 13076)] [New Thread 0x7fff9df41700 (LWP 13077)] [New Thread 0x7fff9d740700 (LWP 13078)] [New Thread 0x7fff9cf3f700 (LWP 13079)] [New Thread 0x7fff87fff700 (LWP 13080)] [New Thread 0x7fff877fe700 (LWP 13081)] [New Thread 0x7fff86ffd700 (LWP 13082)] [New Thread 0x7fff867fc700 (LWP 13083)] [New Thread 0x7fff85ffb700 (LWP 13084)] [New Thread 0x7fff857fa700 (LWP 13085)] [New Thread 0x7fff84ff9700 (LWP 13086)] [New Thread 0x7fff63fff700 (LWP 13087)] [New Thread 0x7fff637fe700 (LWP 13088)] [New Thread 0x7fff62ffd700 (LWP 13089)] [New Thread 0x7fff627fc700 (LWP 13090)] [New Thread 0x7fff61ffb700 (LWP 13091)] [New Thread 0x7fff617fa700 (LWP 13092)] [13043:13085:0216/140034.235130:ERROR:nss_util.cc(808)] After loading Root Certs, loaded==false: NSS error code: -8018 [1:1:0216/140035.136430:ERROR:broker_posix.cc(41)] Invalid node channel message [New Thread 0x7fff60aba700 (LWP 13127)] [Thread 0x7fff60aba700 (LWP 13127) exited] Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault. 0x00005555569b22a0 in ?? () (gdb) bt #0 0x00005555569b22a0 in () #1 0x00007fffe811abf1 in MyWebEngineView::clearPage(bool) (this=, destroy=) at c_webview.cpp:957 #2 0x00005555555ba455 in EXEC_native_quick () at gbx_exec.c:1176 #3 0x00005555555bb52f in EXEC_native_check (defined=) at gbx_exec.c:1126 #4 0x00005555555b5326 in EXEC_loop () at gbx_exec_loop.c:1172 #5 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #6 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #7 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x555555fb5288, object=object at entry=0x5555569197d8, desc=desc at entry=0x5555569149a8, nparam=nparam at entry=0) at gbx_exec.c:1586 #8 0x0000555555591857 in raise_event (observer=observer at entry=0x5555569197d8, object=object at entry=0x55555695ba08, func_id=185, func_id at entry=186, nparam=nparam at entry=0) at gbx_api.c:838 #9 0x0000555555591ba0 in GB_Raise (object=0x55555695ba08, event_id=20, nparam=0) at gbx_api.c:996 #10 0x00005555555b53c0 in EXEC_loop () at gbx_exec_loop.c:1179 #11 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #12 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #13 0x00005555555bde7b in EXEC_pop_unknown () at gbx_exec_pop.c:258 #14 0x00005555555b5af2 in EXEC_loop () at gbx_exec_loop.c:677 #15 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #16 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #17 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x555555fb5288, object=object at entry=0x5555569197d8, desc=desc at entry=0x555556914768, nparam=nparam at entry=0) at gbx_exec.c:1586 #18 0x0000555555591857 in raise_event (observer=observer at entry=0x5555569197d8, object=object at entry=0x5555569197d8, func_id=173, func_id at entry=174, nparam=nparam at entry=0) at gbx_api.c:838 #19 0x0000555555591ba0 in GB_Raise (object=0x5555569197d8, event_id=21, nparam=0) at gbx_api.c:996 #20 0x00007ffff558df11 in emit_open_event(void*) (_object=_object at entry=0x5555569197d8) at CWindow.cpp:226 #21 0x00007ffff558fed7 in CWindow::eventFilter(QObject*, QEvent*) (this=0x7ffff57e8190 , o=0x555556886740, e=0x7fffffffaee0) at CWindow.cpp:3075 #22 0x00007ffff3c1458c in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #23 0x00007ffff4992815 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #24 0x00007ffff499a104 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #25 0x00007ffff3c148a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #26 0x00007ffff49cdf08 in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #27 0x00007ffff49d0bdb in QWidget::setVisible(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #28 0x00007ffff49cde30 in QWidgetPrivate::showChildren(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 ---Type to continue, or q to quit--- #29 0x00007ffff49cdedf in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #30 0x00007ffff49cddde in QWidgetPrivate::showChildren(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #31 0x00007ffff49cdedf in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #32 0x00007ffff49cddde in QWidgetPrivate::showChildren(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #33 0x00007ffff49cdedf in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #34 0x00007ffff49cddde in QWidgetPrivate::showChildren(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #35 0x00007ffff49cdedf in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #36 0x00007ffff49cddde in QWidgetPrivate::showChildren(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #37 0x00007ffff49cdedf in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #38 0x00007ffff49cddde in QWidgetPrivate::showChildren(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #39 0x00007ffff49cdedf in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #40 0x00007ffff49d0bdb in QWidget::setVisible(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #41 0x00007ffff49cde30 in QWidgetPrivate::showChildren(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #42 0x00007ffff49cdedf in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #43 0x00007ffff49cddde in QWidgetPrivate::showChildren(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #44 0x00007ffff49cdedf in QWidgetPrivate::show_helper() () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #45 0x00007ffff49d0bdb in QWidget::setVisible(bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #46 0x00007ffff5589a62 in CWIDGET_set_visible(CWIDGET*, bool) (_object=0x555556700f48, v=) at CWidget.cpp:1137 #47 0x00007ffff558a3d5 in CWIDGET_set_visible(CWIDGET*, bool) (v=, _object=0x555556700f48) at CWidget.cpp:1163 #48 0x00007ffff558a3d5 in Control_Visible(void*, void*) (_object=0x555556700f48, _object at entry=, _param=) at CWidget.cpp:1159 #49 0x00005555555ba39d in EXEC_call_native (exec=, object=, type=type at entry=0, param=) at gbx_exec.c:1163 #50 0x00005555555be00e in EXEC_pop_unknown () at gbx_exec_pop.c:244 #51 0x00005555555b5af2 in EXEC_loop () at gbx_exec_loop.c:677 #52 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #53 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #54 0x00005555555bde7b in EXEC_pop_unknown () at gbx_exec_pop.c:258 #55 0x00005555555b5af2 in EXEC_loop () at gbx_exec_loop.c:677 #56 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #57 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #58 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x555555bdab48, object=object at entry=0x5555564095a8, desc=desc at entry=0x5555565185d8, nparam=nparam at entry=0) at gbx_exec.c:1586 #59 0x0000555555591857 in raise_event (observer=observer at entry=0x5555564095a8, object=object at entry=0x5555566c2ab8, func_id=278, func_id at entry=279, nparam=nparam at entry=0) at gbx_api.c:838 #60 0x0000555555591ba0 in GB_Raise (object=0x5555566c2ab8, event_id=20, nparam=0) at gbx_api.c:996 ---Type to continue, or q to quit--- #61 0x00005555555b53c0 in EXEC_loop () at gbx_exec_loop.c:1179 #62 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #63 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #64 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x555555bdab48, object=object at entry=0x5555564095a8, desc=desc at entry=0x5555565184e8, nparam=nparam at entry=0) at gbx_exec.c:1586 #65 0x0000555555591857 in raise_event (observer=observer at entry=0x5555564095a8, object=object at entry=0x5555564756f8, func_id=273, func_id at entry=274, nparam=nparam at entry=0) at gbx_api.c:838 #66 0x0000555555591ba0 in GB_Raise (object=0x5555564756f8, event_id=21, nparam=0) at gbx_api.c:996 #67 0x00005555555b53c0 in EXEC_loop () at gbx_exec_loop.c:1179 #68 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #69 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #70 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x5555558eea68, object=object at entry=0x5555564756f8, desc=desc at entry=0x5555559073a8, nparam=nparam at entry=0) at gbx_exec.c:1586 #71 0x0000555555591857 in raise_event (observer=observer at entry=0x5555564756f8, object=object at entry=0x5555564081e8, func_id=204, func_id at entry=205, nparam=nparam at entry=0) at gbx_api.c:838 #72 0x0000555555591ba0 in GB_Raise (object=0x5555564081e8, event_id=24, nparam=0) at gbx_api.c:996 #73 0x00005555555b53c0 in EXEC_loop () at gbx_exec_loop.c:1179 #74 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #75 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #76 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x5555558ed328, object=object at entry=0x5555564081e8, desc=desc at entry=0x55555592aa28, nparam=nparam at entry=0) at gbx_exec.c:1586 #77 0x0000555555591857 in raise_event (observer=observer at entry=0x5555564081e8, object=object at entry=0x555556038688, func_id=210, func_id at entry=211, nparam=nparam at entry=0) at gbx_api.c:838 #78 0x0000555555591ba0 in GB_Raise (object=0x555556038688, event_id=11, nparam=0) at gbx_api.c:996 #79 0x00007ffff558c818 in CWidget::eventFilter(QObject*, QEvent*) (this=0x7ffff57e8090 , widget=0x5555566b3aa0, event=0x7fffffffd220) at CWidget.cpp:2748 #80 0x00007ffff3c1443c in QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #81 0x00007ffff4992878 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #82 0x00007ffff499a65f in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #83 0x00007ffff3c148a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #84 0x00007ffff4999632 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #85 0x00007ffff49ec15b in () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #86 0x00007ffff49ee7ca in () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #87 0x00007ffff499283c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () ---Type to continue, or q to quit--- at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #88 0x00007ffff499a104 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #89 0x00007ffff3c148a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #90 0x00007ffff41d6780 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #91 0x00007ffff41d80b5 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #92 0x00007ffff41af33b in QWindowSystemInterface::sendWindowSystemEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #93 0x00007fffcf71c260 in () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #94 0x00007ffff1d3b537 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #95 0x00007ffff1d3b770 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #96 0x00007ffff1d3b7fc in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #97 0x00007ffff3c6d85f in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #98 0x00007ffff3c128da in QEventLoop::exec(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #99 0x00007ffff3c1b984 in QCoreApplication::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #100 0x00007ffff557e3c5 in hook_loop() () at main.cpp:794 #101 0x0000555555573bb2 in main (argc=, argv=) at gbx.c:490 (gdb) run /usr/bin/gambas3.gambas Starting program: /usr/bin/gbr3 /usr/bin/gambas3.gambas [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffcd52f700 (LWP 13202)] [New Thread 0x7fffbda3b700 (LWP 13206)] [New Thread 0x7fffbd23a700 (LWP 13207)] [New Thread 0x7fffbca39700 (LWP 13208)] [New Thread 0x7fffb7fff700 (LWP 13209)] [New Thread 0x7fffb61c0700 (LWP 13210)] [New Thread 0x7fff9f73c700 (LWP 13215)] [New Thread 0x7fff9ef3b700 (LWP 13220)] [New Thread 0x7fff9e73a700 (LWP 13221)] [New Thread 0x7fff9df39700 (LWP 13222)] [New Thread 0x7fff9d4f6700 (LWP 13223)] [New Thread 0x7fff9ccf5700 (LWP 13224)] [New Thread 0x7fff87fff700 (LWP 13225)] [New Thread 0x7fff877fe700 (LWP 13226)] [New Thread 0x7fff86ffd700 (LWP 13227)] [New Thread 0x7fff867fc700 (LWP 13228)] [New Thread 0x7fff85ffb700 (LWP 13229)] [New Thread 0x7fff857fa700 (LWP 13230)] [New Thread 0x7fff84ff9700 (LWP 13231)] [New Thread 0x7fff63fff700 (LWP 13232)] [New Thread 0x7fff637fe700 (LWP 13233)] [New Thread 0x7fff627fc700 (LWP 13235)] [New Thread 0x7fff62ffd700 (LWP 13234)] [New Thread 0x7fff61ffb700 (LWP 13236)] [New Thread 0x7fff617fa700 (LWP 13237)] [13189:13230:0216/140252.771335:ERROR:nss_util.cc(808)] After loading Root Certs, loaded==false: NSS error code: -8018 [New Thread 0x7fff60aba700 (LWP 13266)] [Thread 0x7fff60aba700 (LWP 13266) exited] Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault. 0x0000000000000073 in ?? () (gdb) bt #0 0x0000000000000073 in () #1 0x00007fffe811abf1 in MyWebEngineView::clearPage(bool) (this=, destroy=) at c_webview.cpp:957 #2 0x00005555555ba455 in EXEC_native_quick () at gbx_exec.c:1176 #3 0x00005555555bb52f in EXEC_native_check (defined=) at gbx_exec.c:1126 #4 0x00005555555b5326 in EXEC_loop () at gbx_exec_loop.c:1172 #5 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #6 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #7 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x555555fb5118, object=object at entry=0x5555572e1fe8, desc=desc at entry=0x555556fc9398, nparam=nparam at entry=0) at gbx_exec.c:1586 #8 0x0000555555591857 in raise_event (observer=observer at entry=0x5555572e1fe8, object=object at entry=0x555556fd92b8, func_id=181, func_id at entry=182, nparam=nparam at entry=0) at gbx_api.c:838 #9 0x0000555555591ba0 in GB_Raise (object=object at entry=0x555556fd92b8, event_id=0, nparam=nparam at entry=0) at gbx_api.c:996 #10 0x00005555555ae883 in trigger_timer (_object=_object at entry=0x555556fd92b8) at gbx_c_timer.c:196 #11 0x000055555557e29a in EVENT_check_post () at gbx_event.c:247 #12 0x00007ffff3c44092 in QObject::event(QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #13 0x00007ffff499283c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #14 0x00007ffff499a104 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #15 0x00007ffff3c148a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #16 0x00007ffff3c1701d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #17 0x00007ffff3c6e233 in () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #18 0x00007ffff1d3b537 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #19 0x00007ffff1d3b770 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #20 0x00007ffff1d3b7fc in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #21 0x00007ffff3c6d85f in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #22 0x00007ffff3c128da in QEventLoop::exec(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #23 0x00007ffff3c1b984 in QCoreApplication::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #24 0x00007ffff557e3c5 in hook_loop() () at main.cpp:794 #25 0x0000555555573bb2 in main (argc=, argv=) at gbx.c:490 (gdb) #0 0x0000000000000073 in () #1 0x00007fffe811abf1 in MyWebEngineView::clearPage(bool) (this=, destroy=) at c_webview.cpp:957 #2 0x00005555555ba455 in EXEC_native_quick () at gbx_exec.c:1176 #3 0x00005555555bb52f in EXEC_native_check (defined=) at gbx_exec.c:1126 #4 0x00005555555b5326 in EXEC_loop () at gbx_exec_loop.c:1172 #5 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #6 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #7 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x555555fb5118, object=object at entry=0x5555572e1fe8, desc=desc at entry=0x555556fc9398, nparam=nparam at entry=0) at gbx_exec.c:1586 #8 0x0000555555591857 in raise_event (observer=observer at entry=0x5555572e1fe8, object=object at entry=0x555556fd92b8, func_id=181, func_id at entry=182, nparam=nparam at entry=0) at gbx_api.c:838 #9 0x0000555555591ba0 in GB_Raise (object=object at entry=0x555556fd92b8, event_id=0, nparam=nparam at entry=0) at gbx_api.c:996 #10 0x00005555555ae883 in trigger_timer (_object=_object at entry=0x555556fd92b8) at gbx_c_timer.c:196 #11 0x000055555557e29a in EVENT_check_post () at gbx_event.c:247 #12 0x00007ffff3c44092 in QObject::event(QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #13 0x00007ffff499283c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #14 0x00007ffff499a104 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #15 0x00007ffff3c148a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #16 0x00007ffff3c1701d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #17 0x00007ffff3c6e233 in () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #18 0x00007ffff1d3b537 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #19 0x00007ffff1d3b770 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #20 0x00007ffff1d3b7fc in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #21 0x00007ffff3c6d85f in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #22 0x00007ffff3c128da in QEventLoop::exec(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #23 0x00007ffff3c1b984 in QCoreApplication::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #24 0x00007ffff557e3c5 in hook_loop() () at main.cpp:794 #25 0x0000555555573bb2 in main (argc=, argv=) at gbx.c:490 (gdb) #0 0x0000000000000073 in () #1 0x00007fffe811abf1 in MyWebEngineView::clearPage(bool) (this=, destroy=) at c_webview.cpp:957 #2 0x00005555555ba455 in EXEC_native_quick () at gbx_exec.c:1176 #3 0x00005555555bb52f in EXEC_native_check (defined=) at gbx_exec.c:1126 #4 0x00005555555b5326 in EXEC_loop () at gbx_exec_loop.c:1172 #5 0x00005555555b9ecd in EXEC_function_loop () at gbx_exec.c:906 #6 0x00005555555ba342 in EXEC_function_real () at gbx_exec.c:893 #7 0x00005555555bb684 in EXEC_public_desc (class=class at entry=0x555555fb5118, object=object at entry=0x5555572e1fe8, desc=desc at entry=0x555556fc9398, nparam=nparam at entry=0) at gbx_exec.c:1586 #8 0x0000555555591857 in raise_event (observer=observer at entry=0x5555572e1fe8, object=object at entry=0x555556fd92b8, func_id=181, func_id at entry=182, nparam=nparam at entry=0) at gbx_api.c:838 #9 0x0000555555591ba0 in GB_Raise (object=object at entry=0x555556fd92b8, event_id=0, nparam=nparam at entry=0) at gbx_api.c:996 #10 0x00005555555ae883 in trigger_timer (_object=_object at entry=0x555556fd92b8) at gbx_c_timer.c:196 #11 0x000055555557e29a in EVENT_check_post () at gbx_event.c:247 #12 0x00007ffff3c44092 in QObject::event(QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #13 0x00007ffff499283c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #14 0x00007ffff499a104 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 #15 0x00007ffff3c148a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #16 0x00007ffff3c1701d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #17 0x00007ffff3c6e233 in () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #18 0x00007ffff1d3b537 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #19 0x00007ffff1d3b770 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #20 0x00007ffff1d3b7fc in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #21 0x00007ffff3c6d85f in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #22 0x00007ffff3c128da in QEventLoop::exec(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #23 0x00007ffff3c1b984 in QCoreApplication::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #24 0x00007ffff557e3c5 in hook_loop() () at main.cpp:794 #25 0x0000555555573bb2 in main (argc=, argv=) at gbx.c:490 Avinty LANAIKEY changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 16 15:01:44 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 14:01:44 GMT Subject: [Gambas-bugtracker] Bug #2346: Form.Border and Form.Top In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2346&from=L21haW4- Comment #9 by Bruce STEERS: hmm, going to have to say .. Sometimes. I think now i get what you do , it doing it occasionally not all the time. Here's a clip... ---------------------------------------------------------------------------- Attachment: screenrecord-2022-02-16_14.00.07.mp4 Bruce STEERS changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 16 15:08:05 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 14:08:05 GMT Subject: [Gambas-bugtracker] Bug #2346: Form.Border and Form.Top In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2346&from=L21haW4- Comment #10 by Beno?t MINISINI: Now I just call the standard Qt5 function to toggle the border, so it should be more a window manager bug if it does not behave correctly. From bugtracker at gambaswiki.org Wed Feb 16 15:13:42 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 14:13:42 GMT Subject: [Gambas-bugtracker] Bug #2346: Form.Border and Form.Top In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2346&from=L21haW4- Comment #11 by Beno?t MINISINI: Can you try the last commit? I now ask the window to move back to its last position after the Border property has been set. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 16 15:16:04 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 14:16:04 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #2 by Pino APICELLA: View comment in blue. ---------------------------------------------------------------------------- Attachment: Schermata a 2022-02-16 15-14-47.png Pino APICELLA changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 16 16:59:23 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Feb 2022 15:59:23 GMT Subject: [Gambas-bugtracker] Bug #2346: Form.Border and Form.Top In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2346&from=L21haW4- Comment #12 by Bruce STEERS: Sorry no it's still the same. Maybe a dreaded "Wait" instruction is needed to ensure something has finished rearranging? I say that because I find it's odd that it does not do the same thing every time but seems to be randomly misfiring. Bruce STEERS changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Feb 18 17:56:03 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Feb 2022 16:56:03 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #3 by Beno?t MINISINI: Strange... Apparently the scrollbar frame is present on the right of the editor. Don't you have auto-hide scrollbars? If you move the mouse on the scrollbar frame, does it appear? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Feb 18 17:57:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Feb 2022 16:57:07 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #9 by Beno?t MINISINI: Apparently it's a crash inside Qt WebView... From bugtracker at gambaswiki.org Fri Feb 18 18:00:47 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Feb 2022 17:00:47 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #10 by Beno?t MINISINI: I would guess it's because the version of your Qt library is too old. From bugtracker at gambaswiki.org Fri Feb 18 19:43:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Feb 2022 18:43:18 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #4 by Pino APICELLA: Yes the scrollbar frame is present but it is not active and if I go up with the mouse nothing happens; Instead, if active Preferences/Editor/Show preview, the cursor appears and moves with the mouse and allows you to go up and down with the editor code. Pino APICELLA changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Feb 19 17:35:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 19 Feb 2022 16:35:18 GMT Subject: [Gambas-bugtracker] Bug #2355: Change Runtime gbr/gbx dependencies to not install Gigs of graphics libs In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2355&from=L21haW4- Comment #11 by Brian G: Looks like it is fixed Brian G changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Feb 19 17:46:51 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 19 Feb 2022 16:46:51 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Brian G reported a new bug. Summary ------- Allow On Gosub and On Goto to use pointer/function array as target Type : Request Priority : Medium Gambas version : Master Product : Language Description ----------- Would it be possible to allow On Goto and On Gosub to use an array of pointers or array of functions as the target of a gosub or goto? Public FuncList as function[] = or perhaps Public FuncList as pointer[] = [Func1, Func2 ....] On Goto FuncList I guess this is really to request a simple interface allowing vectored or state driven applications a less complicated implementation. Would be nice, and I wonder how complicated it would be . System information ------------------ Current master From bugtracker at gambaswiki.org Sat Feb 19 18:13:36 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 19 Feb 2022 17:13:36 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Comment #1 by Beno?t MINISINI: No, because GoSub and Goto only work with labels. Calling a function is a completely different process, and jumping to a function is a non-sense (a function has its own stack frame for storing its local variables and other things). Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Sat Feb 19 18:17:41 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 19 Feb 2022 17:17:41 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Comment #2 by Beno?t MINISINI: On the contrary, Gambas has internally sort of function pointers, that are a special datatype, but they are not fully available by the user at the moment. If I decide to make the internal function datatype available, you will have a method somewhere to call a "function pointer". In the meanwhile, you can just use Object.Call() to implement what you want. Functions are identified by their name, they must be public, so it's a bit slow. From bugtracker at gambaswiki.org Sun Feb 20 14:51:47 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 20 Feb 2022 13:51:47 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Brian G changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Sun Feb 20 14:57:34 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 20 Feb 2022 13:57:34 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Comment #3 by Brian G: I guess, I mis-stated what I meant, when I said function, I was thinking label, the same as goto. Would it be possible to have an array of labels that goto and gosub used. Real gambas functions would invoke too much overhead. Instead of having to type on goto a,b,c,d and then have statement that choose statements The array content could be used to vector jumps thru on goto/on gosub to labels? From bugtracker at gambaswiki.org Mon Feb 21 16:21:14 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 15:21:14 GMT Subject: [Gambas-bugtracker] Bug #2484: Cannot set enum value to a named constant Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2484&from=L21haW4- Kevin WHITEFOOT reported a new bug. Summary ------- Cannot set enum value to a named constant Type : Bug Priority : Medium Gambas version : 3.16 Product : Language Description ----------- This fails to compile Const x As Integer = 10 Private Enum GArc = x, GLine This compiles: Private Enum GArc = 10, GLine System information ------------------ Kernel: 5.4.0-99-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Cinnamon 5.2.7 wm: muffin dm: LightDM Distro: Linux Mint 20.3 Una base: Ubuntu 20.04 focal From bugtracker at gambaswiki.org Mon Feb 21 19:21:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 18:21:27 GMT Subject: [Gambas-bugtracker] Bug #2485: Crash when opening a PDF file with gb.poppler resources Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2485&from=L21haW4- Carlo PANARA reported a new bug. Summary ------- Crash when opening a PDF file with gb.poppler resources Type : Bug Priority : Medium Gambas version : Master Product : Pdf component Description ----------- (gbx3:139111): Poppler-CRITICAL **: 19:15:38.308: PopplerDocument* poppler_document_new_from_bytes(GBytes*, const char*, GError**): assertion 'error == nullptr || *error == nullptr' failed See also https://lists.gambas-basic.org/pipermail/user/2022-February/075474.html https://lists.gambas-basic.org/pipermail/user/2022-February/075475.html example attached ! System information ------------------ [System] Gambas=3.16.90 1794f4e07 (master) OperatingSystem=Linux Kernel=5.13.0-30-generic Architecture=x86_64 Distribution=Ubuntu 21.10 Desktop=UBUNTU Font=Ubuntu,10 Scale=7 Theme=yaru Language=it_IT.UTF-8 Memory=7741M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.26 GStreamer=libgstreamer-1.0.so.0.1805.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.26 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.111.0.0 QT5=libQt5Core.so.5.15.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=138495 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SETUP_DISPLAY=:1 GNOME_SHELL_SESSION_MODE=ubuntu GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=5debcbea8e684219b6d4c2056d74be34 JOURNAL_STREAM=8:33333 LANG=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=3228 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/3447,unix/:/tmp/.ICE-unix/3447 SHELL=/bin/bash SHLVL=0 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=3476 TZ=:/etc/localtime USER= USERNAME= WAYLAND_DISPLAY=wayland-0 XAUTHORITY=/run/user/1000/.mutter-Xwaylandauth.3RR3H1 XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=wayland XMODIFIERS=@im=ibus _=/usr/bin/gnome-session From bugtracker at gambaswiki.org Mon Feb 21 21:11:12 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 20:11:12 GMT Subject: [Gambas-bugtracker] Bug #2485: Crash when opening a PDF file with gb.poppler resources In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2485&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Feb 21 21:11:41 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 20:11:41 GMT Subject: [Gambas-bugtracker] Bug #2485: Crash when opening a PDF file with gb.poppler resources In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2485&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/6318d80cfc3827781878631e4c6360585534a1da. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Feb 21 21:12:47 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 20:12:47 GMT Subject: [Gambas-bugtracker] Bug #2484: Cannot set enum value to a named constant In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2484&from=L21haW4- Comment #1 by Beno?t MINISINI: This is already fixed in the development version. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Feb 21 21:13:28 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 20:13:28 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #5 by Beno?t MINISINI: Can you try to change your widget theme to see if it makes the scrollbar visible? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon Feb 21 21:14:39 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 20:14:39 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #11 by Beno?t MINISINI: Can you try the development version (through Gambas daily ppa if you don't want to compile from sources) to see if it changes anything in the crash? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon Feb 21 21:29:15 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 20:29:15 GMT Subject: [Gambas-bugtracker] Bug #2262: Mouse Wheel Stops working on console When console is detached In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2262&from=L21haW4- Comment #2 by Beno?t MINISINI: The bug has been finally fixed in commit https://gitlab.com/gambas/gambas/-/commit/ff768fa834549dd9922b8eadef6859b8582ad12e. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Feb 21 23:20:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 22:20:07 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Brian G reported a new bug. Summary ------- After latest master update/Build,I can no longer type anything in the editor. Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- After last mater update, I am no longer able to use the editor in the ide, nothing happens when I type anything. Tried both qt and gtk version, deleted the config info opened again same issue. I can see everything, just can not change anything or add anything with the keyboard The cut paste does still work if I use the mouse.. System information ------------------ [System] Gambas=3.16.90 1794f4e07 (master) OperatingSystem=Linux Kernel=5.13.0-27-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=MATE Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_US.UTF-8 Memory=13939M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE_PID=7155 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_FONT_DPI=96 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/5584,unix/:/tmp/.ICE-unix/5584 SHELL=/usr/bin/gsh SHLVL=0 SSH_AGENT_PID=5666 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c4 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Mon Feb 21 23:29:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Feb 2022 22:29:53 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #1 by Brian G: I found that if i go into the tools preferences-> editor and change anything then it will let me type into a file, but only the file open on to view in the ide, If i change what file I am looking at, then I can not type again, until i go back into the preferences->editor and change something. then I can type in that file From bugtracker at gambaswiki.org Tue Feb 22 12:36:57 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 11:36:57 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #6 by Pino APICELLA: Done. Nothing has changed Pino APICELLA changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Feb 22 13:57:30 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 12:57:30 GMT Subject: [Gambas-bugtracker] Bug #2487: Error when adding new project source Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2487&from=L21haW4- Brian G reported a new bug. Summary ------- Error when adding new project source Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- Getting errors when trying to add a new source file to a project. See attached photo System information ------------------ [System] Gambas=3.16.90 1794f4e07 (master) OperatingSystem=Linux Kernel=5.13.0-27-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=MATE Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_US.UTF-8 Memory=13939M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE_PID=140249 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_FONT_DPI=96 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/9375,unix/:/tmp/.ICE-unix/9375 SHELL=/usr/bin/gsh SHLVL=0 SSH_AGENT_PID=9459 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c6 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session2 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Tue Feb 22 14:11:09 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 13:11:09 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #2 by Brian G: Update after more testing When I select the source file i want to work on I am unable to entry any new text no matter how much i click into the edit space. But if i click outside the gambas ide window and then click back inside the edit window i am then able to enter new text. This also works if i popup a menu and then return to the edit space. I attach a short video of it happening. The first part i am typing, but nothing works, then i open the menu close it and then i am able to type ---------------------------------------------------------------------------- Attachment: gambaside-2022-02-22_05.07.15.mp4 From bugtracker at gambaswiki.org Tue Feb 22 14:23:22 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 13:23:22 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #3 by Gianluigi GRADASCHI: As well as with Mint also happens on Ubuntu 20.04 and Ubuntu 21.10 but only with GTK libraries From bugtracker at gambaswiki.org Tue Feb 22 14:29:46 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 13:29:46 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #4 by Charlie REINL: I don't know when and in which version, but this was there before, but it was related to the autocomplete (in my case). Whenever the autocomplete pop-up was displayed, after it was no longer possible to type in the editor. The solution was to click outside the editor and back. From bugtracker at gambaswiki.org Tue Feb 22 14:42:30 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 13:42:30 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #5 by Gianluigi GRADASCHI: I confirm that I speak of Gambas=3.16.90 ec051a2 (master) Both on Ubuntu 20.04 and 21.10 can not type in the editor when the libraries are GTK confirmed by other Italian users. On Mint also have the same problems but with both QT and GTK libraries From bugtracker at gambaswiki.org Tue Feb 22 14:58:56 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 13:58:56 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #6 by Beno?t MINISINI: I never had such problems. If it was GTK+ only, I may suspect the keyboard events management of the GTK+ components. But if it is QT too, it's something that is configured on these systems that I didn't. From bugtracker at gambaswiki.org Tue Feb 22 14:59:57 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 13:59:57 GMT Subject: [Gambas-bugtracker] Bug #2487: Error when adding new project source In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2487&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Feb 22 15:05:40 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 14:05:40 GMT Subject: [Gambas-bugtracker] Bug #2487: Error when adding new project source In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2487&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/e662d22537166bec2c9c4a5efcad2d8db0594f6f. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Feb 22 15:06:22 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 14:06:22 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Feb 22 15:07:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 14:07:06 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #7 by Beno?t MINISINI: On the other hand, the bug described by Brian is a consequence of the last commits, and it not related to yours. From bugtracker at gambaswiki.org Tue Feb 22 15:39:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 14:39:06 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #8 by Gianluigi GRADASCHI: I apologize for not expressing myself clearly. I've been getting reports of this malfunction for a while now but didn't have time to update for verification. So the malfunction starts at least from version c3295b0 (vuott) mint QT and GTK? Or from version a3226411e Ubuntu 21.10 (Panara)? Or from version 1794f4e07 (master) by Brian G? Surely it continues until the current e662d22 (master) I hope to have clarified Translated with www.DeepL.com/Translator (free version) From bugtracker at gambaswiki.org Tue Feb 22 16:15:25 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Feb 2022 15:15:25 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #9 by Gianluigi GRADASCHI: If it helps I have a Fedora with version 44bf722 and an IDE editor that works well with GTK+ 3 libraries: [System] Gambas=3.16.90 44bf722 (master) OperatingSystem=Linux Kernel=5.16.9-200.fc35.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 35 (Thirty Five) Desktop=GNOME Font=Cantarell,11 Scale=8 Theme=adwaita Language=it_IT.UTF-8 Memory=5924M From bugtracker at gambaswiki.org Wed Feb 23 15:57:38 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Feb 2022 14:57:38 GMT Subject: [Gambas-bugtracker] Bug #2327: Problems with horizontal printing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2327&from=L21haW4- Comment #10 by Carlo PANARA: I bring this bug to light. :) From bugtracker at gambaswiki.org Wed Feb 23 15:58:37 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Feb 2022 14:58:37 GMT Subject: [Gambas-bugtracker] Bug #2327: Problems with horizontal printing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2327&from=L21haW4- Comment #11 by Carlo PANARA: CURRENT SYSTEM INFO: [System] Gambas=3.16.90 ec051a231 (master) OperatingSystem=Linux Kernel=5.13.0-30-generic Architecture=x86_64 Distribution=Ubuntu 21.10 Desktop=UBUNTU Font=Ubuntu,11 Scale=8 Theme=yaru Language=it_IT.UTF-8 Memory=7869M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.26 GStreamer=libgstreamer-1.0.so.0.1805.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.26 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.111.0.0 QT5=libQt5Core.so.5.15.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu-xorg DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=ubuntu-xorg GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=19028 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=e5bb209ee3bb4fe5a9a984c3b1970dc5 JOURNAL_STREAM=8:36113 LANG=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=1597 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1823,unix/:/tmp/.ICE-unix/1823 SHELL=/bin/bash SHLVL=0 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=1842 TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu-xorg:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu-xorg:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu-xorg XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Wed Feb 23 16:01:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Feb 2022 15:01:27 GMT Subject: [Gambas-bugtracker] Bug #2327: Problems with horizontal printing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2327&from=L21haW4- Comment #12 by Carlo PANARA: That's the same bug 2080 From bugtracker at gambaswiki.org Wed Feb 23 19:31:29 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Feb 2022 18:31:29 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #10 by Beno?t MINISINI: It should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/86caf66c56a685aacbfb9b006b58e720d8643edf. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Feb 23 19:33:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Feb 2022 18:33:27 GMT Subject: [Gambas-bugtracker] Bug #2327: Problems with horizontal printing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2327&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Duplicate. From bugtracker at gambaswiki.org Thu Feb 24 08:47:39 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 07:47:39 GMT Subject: [Gambas-bugtracker] Bug #2080: Printing error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2080&from=L21haW4- Comment #12 by Fabien BODARD: Not solved ? From bugtracker at gambaswiki.org Thu Feb 24 09:05:54 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 08:05:54 GMT Subject: [Gambas-bugtracker] Bug #2080: Printing error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2080&from=L21haW4- Comment #13 by Carlo PANARA: No, it still happens. See also BUG n ? 2327. From bugtracker at gambaswiki.org Thu Feb 24 10:31:57 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 09:31:57 GMT Subject: [Gambas-bugtracker] Bug #2080: Printing error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2080&from=L21haW4- Comment #14 by Carlo PANARA: I retested this morning and the problem persists From bugtracker at gambaswiki.org Thu Feb 24 13:36:12 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 12:36:12 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #7 by Gianluigi GRADASCHI: I updated Gambas to the latest master on virtual Mate with these commands (I installed from git in ~/gambasdevel): ---------------------------------- cd gambasdevel sudo make uninstall cd rm -rf gambasdevel/ git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel cd gambasdevel ./reconf-all && ./configure -C make && LANG="C" sudo make install ---------------------------------- see image and the IDE editor works fine with both GTK+ 3 and QT5 with and without preview even if from terminal I get these warnings (only gtk): (gambas3:159781): Pango-WARNING **: 12:16:06.343: pango_layout_set_markup_with_accel: Errore alla riga 15 carattere 10: Element ?markup? was closed, but the currently open element is ?i? [System] Gambas=3.16.90 4181629 (master) OperatingSystem=Linux Kernel=5.13.0-30-generic Architecture=x86_64 Distribution=Ubuntu 20.04.4 LTS Desktop=MATE Font=Ubuntu,11 Scale=8 Theme=ambiant-mate Language=it_IT.UTF-8 Memory=4928M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus,guid=b09be7a5dc2b614ade89fa006217780a DBUS_STARTER_ADDRESS=unix:path=/run/user/1000/bus,guid=b09be7a5dc2b614ade89fa006217780a DBUS_STARTER_BUS_TYPE=session DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=it_IT GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=1630 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=4e936d1e9cf84705b33a94ddb2acc8f4 JOURNAL_STREAM=8:28883 LANG=it_IT.UTF-8 LANGUAGE=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=906 MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/918,unix/:/tmp/.ICE-unix/918 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1084 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _=/usr/bin/dbus-update-activation-environment ---------------------------------------------------------------------------- Attachment: mate.png From bugtracker at gambaswiki.org Thu Feb 24 13:44:48 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 12:44:48 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #8 by Gianluigi GRADASCHI: RECTIFICATION Sorry, with GTK+3 only the gray part of the bar appears and it doesn't work. From bugtracker at gambaswiki.org Thu Feb 24 15:26:21 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 14:26:21 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #9 by Gianluigi GRADASCHI: Update: with the latest master changing the theme (appearance menu) to blue-submarine or green-traditional the vertical bar works, see movie tar ---------------------------------------------------------------------------- Attachment: blu-submarine.tar.xz From bugtracker at gambaswiki.org Thu Feb 24 18:41:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 17:41:07 GMT Subject: [Gambas-bugtracker] Bug #2488: Unable to build qt5.webview Last couple of builds Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2488&from=L21haW4- Brian G reported a new bug. Summary ------- Unable to build qt5.webview Last couple of builds Type : Bug Priority : High Gambas version : Master Product : QT5 component Description ----------- I have tried several fresh builds! The system requires checking for gb.qt5 component with pkg-config... OK checking for gb.qt5.x11 component with pkg-config... OK checking for gb.qt5.wayland component with pkg-config... OK checking for gb.qt5.webkit component with pkg-config... OK checking for gb.qt5.webview component with pkg-config... failed checking for gb.qt5.opengl component with pkg-config... OK checking for gb.qt5.ext component with pkg-config... OK checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/x11/Makefile config.status: creating src/wayland/Makefile config.status: creating src/webkit/Makefile config.status: creating src/webview/Makefile config.status: creating src/opengl/Makefile config.status: creating src/ext/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands || || Unable to met pkg-config requirement: Qt5WebEngineWidgets || gb.qt5.webview is disabled || But this is what is installed on mint i A libqt5webengine5 - Web content engine library for Qt i A libqt5webenginecore5 - Web content engine library for Qt - Core idA libqt5webenginewidgets5 - Web content engine library for Qt - Widget i libqt5webkit5 - Web content engine library for Qt p libqt5webkit5:i386 - Web content engine library for Qt i libqt5webkit5-dev - Web content engine library for Qt - development files p libqt5webkit5-dev:i386 - Web content engine library for Qt - development files i libqt5websockets5 - Qt 5 Web Sockets module p libqt5websockets5:i386 - Qt 5 Web Sockets module p libqt5websockets5-dev - Qt 5 Web Sockets module - development files p libqt5websockets5-dev:i386 - Qt 5 Web Sockets module - development files i libqt5webview5 - display web content in a QML application - Library i libqt5webview5-dev System information ------------------ [System] Gambas=3.16.90 1794f4e07 (master) OperatingSystem=Linux Kernel=5.13.0-27-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=MATE Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_US.UTF-8 Memory=13939M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE_PID=702499 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_FONT_DPI=96 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/9375,unix/:/tmp/.ICE-unix/9375 SHELL=/usr/bin/gsh SHLVL=0 SSH_AGENT_PID=9459 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c6 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session2 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Thu Feb 24 18:45:25 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 17:45:25 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #11 by Brian G: Unfortunately it is not fixed by latest build. I still have to click outside then inside the editor to be able to actually type anything in the editor when inside the IDE. Brian G changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Feb 24 18:48:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 17:48:53 GMT Subject: [Gambas-bugtracker] Bug #2486: After latest master update/Build, I can no longer type anything in the editor. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2486&from=L21haW4- Comment #12 by Brian G: It is fixed when I start the correct version...... Sorry! Brian G changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu Feb 24 20:26:20 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 19:26:20 GMT Subject: [Gambas-bugtracker] Bug #2080: Printing error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2080&from=L21haW4- Comment #15 by Carlo PANARA: Only with GTK* From bugtracker at gambaswiki.org Thu Feb 24 21:49:56 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Feb 2022 20:49:56 GMT Subject: [Gambas-bugtracker] Bug #2080: Printing error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2080&from=L21haW4- Comment #16 by Beno?t MINISINI: Yes, it's (again) a quirk in GTK+, but not in the GTK+ I have on my system!... From bugtracker at gambaswiki.org Fri Feb 25 04:24:34 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Feb 2022 03:24:34 GMT Subject: [Gambas-bugtracker] Bug #2489: WebScrollView.EnsureVisible doesnot work on selecting row from WebListBox Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2489&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- WebScrollView.EnsureVisible doesnot work on selecting row from WebListBox Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- I have a WebScrollView which contains a WebListBox and two other controls WebListBox1.Height = "13em" WebListBox1.List = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"] When I scroll WebListBox and select an item and want to show third control Public Sub WebListBox1_Select() WebTextArea2.Text = WebListBox1.Text WebScrollView1.EnsureVisible(WebTextArea2) End The third control is not visible. Moreover the WebListBox is refreshed and WebListBox.Selection is removed. System information ------------------ [System] Gambas=3.16.90 OperatingSystem=Linux Kernel=5.13.0-30-generic Architecture=x86_64 Distribution=Ubuntu 20.04.3 LTS Desktop=UBUNTU:GNOME Font=Ubuntu,11 Scale=8 Theme=yaru-light Language=en_US.UTF-8 Memory=3807M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION= DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION= GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=34080 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE= GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=0dd18785ec7f4d50bcbc8c2da6399926 JOURNAL_STREAM=8:53432 LANG=en_US.UTF-8 LC_ADDRESS=bho_NP LC_ALL=en_US.UTF-8 LC_IDENTIFICATION=bho_NP LC_MEASUREMENT=bho_NP LC_MONETARY=bho_NP LC_NAME=bho_NP LC_NUMERIC=bho_NP LC_PAPER=bho_NP LC_TELEPHONE=bho_NP LC_TIME=bho_NP LOGNAME= MANAGERPID=2240 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/2455,unix/:/tmp/.ICE-unix/2455 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2416 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-:/etc/xdg XDG_CURRENT_DESKTOP=:GNOME XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP= XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Fri Feb 25 04:26:19 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Feb 2022 03:26:19 GMT Subject: [Gambas-bugtracker] Bug #2489: WebScrollView.EnsureVisible doesnot work on selecting row from WebListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2489&from=L21haW4- Comment #1 by Safiur RAHMAN: The third control is not visible. Moreover the WebListBox is refreshed and WebListBox.Selection is not removed but WebListBox scroll goes to top. From bugtracker at gambaswiki.org Fri Feb 25 19:57:22 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Feb 2022 18:57:22 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #10 by Pino APICELLA: With the configuration of my system, Green-Traditional works but the other does not. Thanks anyway. From bugtracker at gambaswiki.org Fri Feb 25 23:38:01 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Feb 2022 22:38:01 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #11 by Gianluigi GRADASCHI: Here also works Kimi, a nice modern theme that you can download online. However I'm used to using preview and QT and have no problems with any theme. From bugtracker at gambaswiki.org Sat Feb 26 13:10:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Feb 2022 12:10:18 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #12 by Pino APICELLA: I also installed I kimi, it doesn't look bad, now I try it; The Gambas editor bar works. Also to me the preview works with all the themes and I use the QT5. Thanks anyway. From bugtracker at gambaswiki.org Sat Feb 26 13:26:48 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Feb 2022 12:26:48 GMT Subject: [Gambas-bugtracker] Bug #2482: Gambas 3 Editor: vertical scroll bar not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2482&from=L21haW4- Comment #13 by Beno?t MINISINI: I mark the issue as "Upstream", and I will check in a Mate VM later which theme works and does not work. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Sat Feb 26 13:30:36 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Feb 2022 12:30:36 GMT Subject: [Gambas-bugtracker] Bug #2488: Unable to build qt5.webview Last couple of builds In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2488&from=L21haW4- Comment #1 by Beno?t MINISINI: Did you install the Qt5 web engine development package? Apparently no. Get the list of development packages to install here: https://gambaswiki.org/wiki/install#t15 By the way, for compilation problems, use the mailing-list. The bugtracker is for bugs and feature requests. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Sat Feb 26 14:09:00 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Feb 2022 13:09:00 GMT Subject: [Gambas-bugtracker] Bug #2489: WebScrollView.EnsureVisible doesnot work on selecting row from WebListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2489&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Feb 27 01:37:11 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Feb 2022 00:37:11 GMT Subject: [Gambas-bugtracker] Bug #2489: WebScrollView.EnsureVisible doesnot work on selecting row from WebListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2489&from=L21haW4- Comment #2 by Beno?t MINISINI: It should work as expected with commit https://gitlab.com/gambas/gambas/-/commit/e34a06a5b833804517edbbf0e7e65719e683306c. Global focus management was added. Read the commit log for the details. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Feb 27 17:05:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Feb 2022 16:05:53 GMT Subject: [Gambas-bugtracker] Bug #2488: Unable to build qt5.webview Last couple of builds In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2488&from=L21haW4- Comment #2 by Brian G: Sorry, I was looking for the Qt5WebEngineWidgets.dev But Needed qtwebengine5.dev and qtwebengine5.dev.tools Sorry for the post to the incorrect place.