Skip to content

Exceptions dropped in multithreaded code #17532

@samuelpowell

Description

@samuelpowell
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.5.0-dev+5275 (2016-07-11 13:22 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 590b4be (9 days old master)
|__/                   |  x86_64-apple-darwin13.4.0

julia> Threads.@threads for i = 1:Threads.nthreads()
           undefined
       end

julia> 

Is this a consequence of #17388, or another problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    error handlingHandling of exceptions by Julia or the usermultithreadingBase.Threads and related functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions