Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gob parent GC crash #1969

Closed
rebolbot opened this issue Feb 26, 2013 · 2 comments
Closed

Gob parent GC crash #1969

rebolbot opened this issue Feb 26, 2013 · 2 comments

Comments

@rebolbot
Copy link
Collaborator

Submitted by: Ladislav

The test below crashes the interpreter.

    g1: make gob! []
    g2: make gob! []
    insert g1 g2
    same? g1 g2/parent
    do "g1: none"
    do "recycle"
    g3: make gob! []
    insert g2/parent g3
    true

CC - Data [ Version: r3 master Type: Bug Platform: All Category: Unspecified Reproduce: Always Fixed-in:none ]

@rebolbot
Copy link
Collaborator Author

Submitted by: Ladislav

In the core-tests suite.

@rebolbot
Copy link
Collaborator Author

rebolbot commented Mar 7, 2013

Submitted by: Ladislav

Pull request:

bug#1969 corrected
test in core-tests adjusted
tested in 2.101.0.4.4
not crashing, no regressions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant