Bug 459269 - [otdre] ExplicitTeamActivation.test5218_inheritableTeamActivation2 silently fails
Summary: [otdre] ExplicitTeamActivation.test5218_inheritableTeamActivation2 silently f...
Status: CLOSED DUPLICATE of bug 469769
Alias: None
Product: Objectteams
Classification: Tools
Component: OTJ (show other bugs)
Version: 2.3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 2.5 RC   Edit
Assignee: Stephan Herrmann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 484164
  Show dependency tree
 
Reported: 2015-02-05 17:55 EST by Stephan Herrmann CLA
Modified: 2016-05-24 16:38 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Herrmann CLA 2015-02-05 17:55:00 EST
The given test doesn't produce any output under OTDRE, the test program silently dies when trying to access class T5218ita2 from a secondary thread.

Adding
  Class c = T5218ita2.class;
to the main thread works around this issue.

Interestingly the problem only occurs during tests, when running the produced class files from the command line, all is well.
Comment 1 Stephan Herrmann CLA 2016-05-24 16:38:17 EDT
Mysteriously resolved by the fix for bug 469769 :)

*** This bug has been marked as a duplicate of bug 469769 ***