[lisaac-Bugs][312137] Compilation without enough memory that crash
lisaac-bugs at alioth.debian.org
lisaac-bugs at alioth.debian.org
Wed Dec 30 18:44:15 UTC 2009
Bugs item #312137, was changed at 06/12/2009 23:41 by Benoit Sonntag
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312137&group_id=100200
>Status: Closed
Priority: 3
Submitted By: Nicolas Boulay (cyrano-guest)
Assigned to: Nobody (None)
Summary: Compilation without enough memory that crash
Target Milestone: None
Category: None
Initial Comment:
I think there is a way to crash the compiler with udge inline size without beeing catch by the memory management :
In compiler/src/
$ lisaac -i 100 -s -partial -boost
Depending pass: .............................. (30)
Executing pass: *.........................................*.....*.. (51)
Erreur de segmentation
$ lisaac -i 100 -s -partial
Depending pass: .............................. (30)
Executing pass: *...........................................*.. (47)
Not enough memory.
$ lisaac -i 90 -partial -boost
Depending pass: .............................. (30)
Executing pass: *....................................*.....*.. (46)
Erreur de segmentation
----------------------------------------------------------------------
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312137&group_id=100200
More information about the Lisaac-devel
mailing list