[Gambas-bugtracker] Bug #2379: Missing Properties System.keywords and system.Subroutines at runtime

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Oct 16 16:52:16 CEST 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2379&from=L21haW4-

Brian G reported a new bug.

Summary
-------

Missing Properties System.keywords and system.Subroutines at runtime

Type             : Bug
Priority         : High
Gambas version   : Master
Product          : Language


Description
-----------

When a project contains only one line

Print system.keywords[0]

or 

Print Subroutines[0]

Then inside the IDE the project runs fine
Outputs:
Boolean

This is the main:

Public Sub main()
Print system.keywords[0]
End

But if I make an executable and try to execute it outside the IDE then this error is displayed at runtime
./tmpit.gambas

Outputs:

MMain.main.4: #11: Unknown symbol 'keywords' in class 'System'
MMain.main.4 

This also happens for system.Subroutines as well!

This started happening yesterday sometime, after the latest master and daily I tried both on different machines.
All other properties of system work just fine.
I have attached a sample project


System information
------------------

[System]
Gambas=3.16.90 0d697fbf1 (master)
OperatingSystem=Linux
Kernel=5.11.0-37-generic
Architecture=x86_64
Distribution=Linux Mint 20.2 Uma
Desktop=MATE
Font=Ubuntu,10
Scale=7
Theme=mint-y
Language=en_US.UTF-8
Memory=13946M

[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=mint
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-iQnIq25J3v,guid=df6dae04867b50f6f328cbf7616adc66
DISPLAY=:50
EDITOR=/usr/bin/nano
GB_GUI=gb.gtk3
GIO_LAUNCHED_DESKTOP_FILE_PID=2488103
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GTK_MODULES=gail:atk-bridge
GTK_OVERLAY_SCROLLING=0
HOME=<home>
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=:/usr/local/easysoft/access:/usr/local/easysoft/lib
LIBVIRT_DEFAULT_URI=qemu:///system
LOGNAME=<user>
MATE_DESKTOP_SESSION_ID=this-is-deprecated
MOTD_SHOWN=pam
PATH=<home>/bin:<home>/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
PULSE_CLIENTCONFIG=<home>/.x2go/C-<user>-50-1634393183_stDMATE_dp24/.pulse-client.conf
PWD=<home>
QT_ACCESSIBILITY=1
QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_GRAPHICSSYSTEM=native
QT_LOGGING_RULES=*.debug=false
QT_QPA_PLATFORMTHEME=qt5ct
QT_SCALE_FACTOR=1
SESSION_MANAGER=local/<hostname>:@/tmp/.ICE-unix/2323131,unix/<hostname>:/tmp/.ICE-unix/2323131
SHELL=/usr/bin/gsh
SHLVL=1
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
SSH_CLIENT=73.66.0.38 48498 22
SSH_CONNECTION=73.66.0.38 48498 192.168.250.8 22
STARTUP=/usr/bin/im-launch /usr/bin/env LD_LIBRARY_PATH=:/usr/local/easysoft/access:/usr/local/easysoft/lib mate-session
TERM=xterm
TZ=:/etc/localtime
USER=<user>
X2GO_AGENT_PID=2321847
X2GO_SESSION=<user>-50-1634393183_stDMATE_dp24
XAUTHORITY=<home>/.Xauthority
XDG_CURRENT_DESKTOP=MATE
XDG_DATA_DIRS=<home>/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
XDG_RUNTIME_DIR=/run/user/1000
XDG_SESSION_CLASS=user
XDG_SESSION_ID=447
XDG_SESSION_TYPE=tty
XSESSION_EXEC=mate-session




More information about the Bugtracker mailing list