REBOL3 tracker
  0.9.12 beta
Ticket #0001567 User: anonymous

Project:



rss
TypeBug Statustested Date14-Apr-2010 18:05
Versionalpha 97 CategoryDatatype Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary Making very large image! values gives curious result
Description See code. A question of overflow?
Example code
>> i: make image! 65536x65536
== make image! [65536x65536 #{
}]
>> i/size
== 65536x65536 ;; it looks as if nothing is wrong
>> i: make image! 65536x65535 ;; this is actually smaller
** Internal error: not enough memory

Assigned ton/a Fixed inalpha 98 Last Update24-Sep-2010 17:07


Comments
(0002242)
Carl
26-Apr-2010 21:14

Now does:
>> i: make image! 65536x65536
** Script error: maximum limit reached: image!
(0002539)
meijeru
24-Sep-2010 17:07

Seems broken after introducing decimal pairs. See new ticket.

Date User Field Action Change
24-Sep-2010 17:07 meijeru Comment : 0002539 Added -
6-May-2010 09:33 BrianH Status Modified built => tested
1-May-2010 06:15 carl Fixedin Modified => alpha 98
26-Apr-2010 21:14 carl Comment : 0002242 Added -
26-Apr-2010 21:14 carl Status Modified reviewed => built
26-Apr-2010 17:02 carl Code Modified -
26-Apr-2010 17:02 carl Status Modified submitted => reviewed
14-Apr-2010 18:05 meijeru Ticket Added -