"OutOfMemory exception" on Linux mint(32bit)

Xojo IDE 2015(latest) keeps generating “OutOfMemory exception” on Linux mint(32bit) when I Run my application which works well in Windows system.
There are lots of free memory though.
When I open IDE, I just got “Gtk-Warning : gtk_menu_attach_to_widget() : menu already attached to GtkImageMenuItem” message.

Do you probably encounter this issue before?

out of memory refers to how much memory one 32 bit process can access
Even if the machine has 64 Gb in it a 32 bit process can access about 4Gb MAX (usually less around 3 Gb)

[quote=243335:@changwon lee]Xojo IDE 2015(latest) keeps generating “OutOfMemory exception” on Linux mint(32bit) when I Run my application which works well in Windows system.
There are lots of free memory though.
When I open IDE, I just got “Gtk-Warning : gtk_menu_attach_to_widget() : menu already attached to GtkImageMenuItem” message.

Do you probably encounter this issue before?[/quote]

What you want to do is to look at the stack in Unhandled Exception to see where the error occurs. Could be anything.