[Gambas-user] Crash Gambas3.12.2

T Lee Davidson t.lee.davidson at gmail.com
Tue Feb 26 19:20:03 CET 2019


On 2/26/19 1:13 PM, Benoît Minisini wrote:
> Le 26/02/2019 à 18:24, Pino Zollo a écrit :
>> Here it is....only 12 KB...
>>
>> Run it and Just click on the button.
>>
>> ...the IDE closes.
>>
>> Thanks
>>
>> Pino Zollo
>>
>>
>>
>> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>>
> 
> Mmm... I have no crash at all. The non UTF-8 characters display rubbish, but no crash.
> 

It crashes for me on the "Debug PacketH" statement. Looping through the bytes and using Print works fine.

   Debug "PacketH: ",
   For i As Integer = 1 To Len(PacketH)
     Print Asc(PacketH, i),
   Next
   Print



___
Lee


[System]
Gambas=3.12.90 1f7394694 (master)
OperatingSystem=Linux
Kernel=4.4.172-86-default
Architecture=x86_64
Distribution=openSUSE Leap 42.3
Desktop=KDE5
Theme=QtCurve
Language=en_US.UTF-8
Memory=3951M

[Libraries]
Cairo=/usr/lib64/libcairo.so.2.11502.0
Curl=/usr/lib64/libcurl.so.4.3.0
DBus=/lib64/libdbus-1.so.3.8.14
GStreamer=/usr/lib64/libgstreamer-0.10.so.0.30.0
GStreamer=/usr/lib64/libgstreamer-1.0.so.0.803.0
GTK+2=/usr/lib64/libgtk-x11-2.0.so.0.2400.31
GTK+3=/usr/lib64/libgtk-3.so.0.2000.10
OpenGL=/usr/lib64/libGL.so.1.2.0
Poppler=/usr/lib64/libpoppler.so.60.0.0
QT4=/usr/lib64/libQtCore.so.4.8.7
QT5=/usr/lib64/libQt5Core.so.5.6.2
SDL=/usr/lib64/libSDL-1.2.so.0.11.4
SQLite=/usr/lib64/libsqlite3.so.0.8.6

[Environment]
[snip]


More information about the User mailing list