[Gambas-user] Crash with latest version

Christof Thalhofer chrisml at deganius.de
Sat Mar 6 13:45:51 CET 2021


Am 03.03.21 um 01:37 schrieb Jussi Lahtinen:

> Sorry about the silence. I will try to take a closer look later.
> Is it possible to put it to Gambas sources, so that I could run it as it
> should be and debug there?

You now can find it in the Gambas sources in 'app/src/gambas3-selftest'.
As I can see all tests run. If you open the project you can hit Shift-F4
to arrange the tests and F4 to run.

The testsuite 'Standard' is the place to play around. It runs in the IDE
of the dev version of Gambas3.

On the command line you can run it with:

> GB_NO_JIT=01 GB_JIT_CFLAGS=-O0 gbx3 -T "@Fast" app/src/gambas3-selftest

or

> GB_NO_JIT=01 GB_JIT_CFLAGS=-O0 gbx3 -T "@Full" app/src/gambas3-selftest

We can use this command in 'make test'.

Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210306/f57b561b/attachment.sig>


More information about the User mailing list