Bug 475495 - Data race on org.eclipse.debug.internal.core.InputStreamMonitor.fThread
Summary: Data race on org.eclipse.debug.internal.core.InputStreamMonitor.fThread
Status: REOPENED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.6   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-20 09:56 EDT by Yilong Li CLA
Modified: 2020-04-03 15:52 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yilong Li CLA 2015-08-20 09:56:00 EDT
Here is the race report given by a dynamic race detector:
Data race on field org.eclipse.debug.internal.core.InputStreamMonitor.fThread: {{{
    Concurrent write in thread T39 (locks held: {})
 ---->  at org.eclipse.debug.internal.core.InputStreamMonitor.close(InputStreamMonitor.java:115)
        at org.eclipse.debug.internal.core.StreamsProxy.close(StreamsProxy.java:72)
        at org.eclipse.debug.core.model.RuntimeProcess.terminated(RuntimeProcess.java:238)
        at org.eclipse.debug.core.model.RuntimeProcess$ProcessMonitorThread.run(RuntimeProcess.java:434)
    T39 is created by T1
        at org.eclipse.debug.core.model.RuntimeProcess.<init>(RuntimeProcess.java:125)

    Concurrent read in thread T38 (locks held: {})
 ---->  at org.eclipse.debug.internal.core.InputStreamMonitor.write(InputStreamMonitor.java:124)
        at org.eclipse.debug.internal.core.InputStreamMonitor$1.run(InputStreamMonitor.java:100)
    T38 is created by T1
        at org.eclipse.debug.internal.core.InputStreamMonitor.startMonitoring(InputStreamMonitor.java:104)
}}}
Comment 1 Eclipse Genie CLA 2020-04-03 06:11:55 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Sarika Sinha CLA 2020-04-03 06:27:20 EDT
@Paul,
Can you check if it was resolved through some of your bug?
Comment 3 Paul Pazderski CLA 2020-04-03 15:52:28 EDT
No. I think the problem persists.