REBOL3 tracker
  0.9.12 beta
Ticket #0001756 User: anonymous

Project:



rss
TypeBug Statuspending Date9-Nov-2010 23:28
Versionalpha 110 CategoryNative Submitted bySunanda
PlatformAll Severitycrash Prioritynormal

Summary REDUCE REDUCE [:self] crash
Description reduce reduce [:self]

REBOL system error #1101
Program terminated abnormally
This should never happen
Example code
reduce reduce [:self]

Assigned ton/a Fixed in- Last Update17-Apr-2015 10:58


Comments
(0002818)
BrianH
10-Nov-2010 00:57

Using :self is tricky because the get-word disables the conversion from the self keyword to an object reference. This is another good reason to not do that. Nonetheless, good catch.
(0004385)
abolka
23-Mar-2014 21:31

In the core-tests suite.
(0004487)
szeng
27-Aug-2014 01:07

The crash is fixed by:
https://github.com/zsx/r3/commit/b2757879834d47ae5288f4f1050e8b74a8029bfc
(0004638)
abolka
17-Apr-2015 10:57

Submitted Shixin's fix as PR:
https://github.com/rebol/rebol/pull/241

Date User Field Action Change
17-Apr-2015 10:58 abolka Platform Modified Windows => All
17-Apr-2015 10:58 abolka Status Modified reviewed => pending
17-Apr-2015 10:57 abolka Comment : 0004638 Added -
27-Aug-2014 01:07 szeng Comment : 0004487 Added -
23-Mar-2014 21:31 abolka Comment : 0004385 Added -
10-Nov-2010 00:57 BrianH Comment : 0002818 Added -
10-Nov-2010 00:55 BrianH Summary Modified REDUCE crash! => REDUCE REDUCE [:self] crash
10-Nov-2010 00:55 BrianH Description Modified -
10-Nov-2010 00:55 BrianH Category Modified Unspecified => Native
10-Nov-2010 00:55 BrianH Status Modified submitted => reviewed
9-Nov-2010 23:28 sunanda Ticket Added -