Skip to content

Stacktrace not working on the Windows 64/32 binaries #5867

@jfrolich

Description

@jfrolich

There is no stacktrace present in the latest windows binary builds (6 days ago).

Version 0.3.0-prerelease+1576 (2014-02-14 22:18 UTC)
Commit 494a451* (5 days old master)
i686-w64-mingw32
Version 0.3.0-prerelease+1576 (2014-02-14 22:18 UTC)
Commit 494a451* (5 days old master)
i686-w64-mingw32

Showcase

julia> one(e) = e?error("crash here"):nothing
one (generic function with 1 method)

julia> two(e) = e?one(e):nothing
two (generic function with 1 method)

julia> three(e) = e?two(e):nothing
three (generic function with 1 method)

julia> three(true)
ERROR: crash here

Related Issue: #3031 (This issue is closed).


one(e) = e?error("crash here"):nothing
two(e) = e?one(e):nothing
three(e) = e?two(e):nothing
three(true)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behaviorsystem:windowsAffects only Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions