Hi,

This will raise a signal 11 and produce a coredump

PUBLIC SUB Form_Open()

  DIM b[2] AS Byte

  b[0] = &H1
  b[1] = &H2

  txtBox.Text = Str$(b)

END

I know the Str$ is complete bogus, but to dump core on that...

Gambas 2.7.0
Debian 4.0

Regards,
Ron.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to