TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
220 stars 40 forks source link

totalcross-launcher is "crashing" on a Yocto Dunfell build #275

Open andrecurvello opened 3 years ago

andrecurvello commented 3 years ago

Describe the bug

After being able to complete a Yocto Build with meta-totalcross (and its dependencies), I've also set to add into the image the following recipes:

After building the image and flashing it into the device, the load of the totalcross-launcher is crashing with:

root@apalis-imx6:/usr/lib/totalcross# ./totalcross-launcher
free(): invalid pointer
Aborted

Devices:

To Reproduce

  1. Setup a Toradex BSP 5.1.0 Yocto Build Environment
  2. Add meta-totalcross and its dependencies to it
  3. Add totalcross-launcher, totalcross-vm-core and totalcross-vm to local.conf file
  4. Build the tdx-reference-multimedia-image for example.
  5. Execute ./totalcross-launcher at /usr/lib/totalcross

Screenshots or videos

image