Skip to content

at_exit test function fails #4711

Closed
Closed
@brson

Description

@brson
Contributor

As reported in #4656 the core test for at_exit seems to be failing sometimes. It's failing because the at_exit registration function expects to be passed the same pointer on each call but apparently isn't. I can imagine this could be because of the way coretest works, so coretest ends up using a different function than core. I can't though explain why this isn't showing up on the bots or in my tests.

Activity

bstrie

bstrie commented on Jul 2, 2013

@bstrie
Contributor

@brson is this still relevant? I'm not even sure which of the two at_exit tests this is referring to.

alexcrichton

alexcrichton commented on Aug 13, 2013

@alexcrichton
Member

There appears to no longer be any at_exit function in the new runtime, except for a possible TLS destructor which will be removed in #8447

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

    A-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @alexcrichton@brson@bstrie

        Issue actions

          at_exit test function fails · Issue #4711 · rust-lang/rust