REBOL3 tracker
  0.9.12 beta
Ticket #0000877 User: anonymous

Project:



rss
TypeBug Statuscomplete Date1-Jun-2009 08:13
Versionalpha 55 CategoryNative Submitted byLadislav
PlatformAll Severitycrash Prioritynormal

Summary Copy/deep of a circular block
Description The code below crashes.
Example code
a: copy []
insert/only a a
copy/deep a

Assigned ton/a Fixed inalpha 66 Last Update25-Sep-2013 09:10


Comments
(0001579)
BrianH
3-Sep-2009 06:32

As of a66, this throws a stack overflow error instead of crashing.
(0002558)
Ladislav
29-Sep-2010 14:29

In A107 this crashes again.
(0002650)
meijeru
23-Oct-2010 16:41

In A109 for Windows it produces stack overflow.
(0002651)
abolka
23-Oct-2010 22:03

See also #1665 and #1672, which are errors resulting from the same cause (too small a C runtime stack in custom-compiled R3 binaries). #1672 has comments on how to fix/work around this.
(0002707)
Ladislav
30-Oct-2010 22:09

in the core-tests suite

Date User Field Action Change
25-Sep-2013 09:10 Ladislav Status Modified submitted => complete
25-Sep-2013 09:10 Ladislav Category Modified Unspecified => Native
30-Oct-2010 22:09 Ladislav Comment : 0002707 Added -
29-Oct-2010 06:17 abolka Comment : 0002651 Modified -
29-Oct-2010 06:16 abolka Comment : 0002651 Modified -
23-Oct-2010 22:57 abolka Comment : 0002651 Modified -
23-Oct-2010 22:03 abolka Comment : 0002651 Added -
23-Oct-2010 16:41 meijeru Comment : 0002650 Added -
29-Sep-2010 14:30 Ladislav Status Modified tested => submitted
29-Sep-2010 14:29 Ladislav Comment : 0002558 Added -
3-Sep-2009 06:32 BrianH Comment : 0001579 Added -
3-Sep-2009 06:31 BrianH Status Modified reviewed => tested
3-Sep-2009 06:31 BrianH Category Modified => Unspecified
3-Sep-2009 06:31 BrianH Fixedin Modified => alpha 66
2-Jun-2009 16:37 BrianH Status Modified submitted => reviewed
2-Jun-2009 16:37 BrianH Code Modified -
1-Jun-2009 08:13 Ladislav Ticket Added -