Faculty of Information Technology
Software Engineering Group

Opened 5 years ago

#206 new defect

When memory is exhausted the SmalltalkX environment is locked

Reported by: Patrik Svestka Owned by:
Priority: major Milestone:
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description

When you exhaust the available memory like:

test := OrderedCollection new.

'コーヒーアイスクリームケーキビールすしかき空' permutationsDo:[:each | test add: (each copy)] . 
test size.

The whole environment is unusable and on stderr user gets a message (repeated every few seconds):

MEM [warn] (18-04-23 12:19:19): memory limit (8192 Mb) reached (requested 4096 Kb)

Change History (0)

Note: See TracTickets for help on using tickets.