orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

Orc Worker Threads getting InterruptedExceptions #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Procedure to Repeat:
Run test suite; Observe console

Expected / Actual Results:
Stack traces of the following form interspersed in the output:
Exception in thread "Orc Worker Thread 4" java.lang.InterruptedException
    at orc.run.Orc$SiteCallHandle.run(Orc.scala:365)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:680)

Version and Platform:
Orc 2.0.2 rev. 2851
JVM 1.6.0_26
Mac OS X 10.6.8

Reporter's Comments:
May need to set an UncaughtExceptionHandler for Orc Worker Threads

Original issue reported on code.google.com by jthywissen on 17 Aug 2011 at 12:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Introduced in r2847 -- I'll fix.

Original comment by jthywissen on 17 Aug 2011 at 1:08

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2865.

Original comment by jthywissen on 17 Aug 2011 at 4:21