Skip to content

rusti broken in 0.8, segfaults #9961

Closed
Closed
@amunra

Description

@amunra

The repl seems rather unstable in 0.8.
$ uname -a
Linux typhoon 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

$ rusti
WARNING: The Rust REPL is experimental and may be
unstable. If you encounter problems, please use the
compiler instead. Type :help for help.
rusti> fn testfunc() { println("testfunc"); }
rusti> testfunc()
Segmentation fault (core dumped)

Activity

thestinger

thestinger commented on Oct 19, 2013

@thestinger
Contributor

It has been removed in master. The 0.8 version was just a tag on master, and doesn't receive any patches.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @amunra@thestinger

        Issue actions

          rusti broken in 0.8, segfaults · Issue #9961 · rust-lang/rust