Skip to content

GDB hangs when debugging exe compiled with 1.9nightly under Windows #32450

Open
@Librazy

Description

When I debugging this , the gdb hanged. Later I found whenever the GDB stepping out a function, it hangs.
qq 20160323171401

The mininum code to reproduce the issue is listed below
fn b()->i32{ return 0; } fn a(){ b(); } fn main() { a(); }

qq 20160323171942

Activity

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

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.O-windows-gnuToolchain: GNU, Operating system: Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions