[Gambas-user] signal 11

Benoît Minisini gambas at ...1...
Tue Jul 21 02:04:22 CEST 2009


> Jean-Yves F. Barbier a écrit :
> > Debian sid
> > Gambas V.2.13.1-1
> > ==================
> >
> > Hi,
> >
> > I try to start my app, but I can't even trace into it as it returns:
> > (from fr) Program crashed triggering signal# 11 - Please send a bug
> > report to <ML>
> >
> > I already had that, but at least I was able to trace until faulty line.
>
> Ok found: it was this line (in a "global" class):
> STATIC arrayAllRights AS NEW String[3000, 3000, 3000, 3000, 3000, 3000]
> but I don't know why.

8-) !!!

You are asking 2 916 000 000 000 000 000 000 bytes of memory to the system by 
doing that... I think there is less atoms in the universe than that.

You should have a memory or overflow error anyway instead of a crash.

-- 
Benoît




More information about the User mailing list