-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorsystem:windowsAffects only WindowsAffects only Windows
Description
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
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorsystem:windowsAffects only WindowsAffects only Windows