Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 71874 Details for
Bug 193304
[transport] Transport SendData returns -1 and causes trace events loss
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
patch_193304.txt (text/plain), 899 bytes, created by
Igor Alelekov
on 2007-06-20 09:20:08 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2007-06-20 09:20:08 EDT
Size:
899 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.jvmti.runtime >Index: src-native/src/ACCollector/ACCollector.cpp >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.jvmti.runtime/src-native/src/ACCollector/ACCollector.cpp,v >retrieving revision 1.13 >diff -u -r1.13 ACCollector.cpp >--- src-native/src/ACCollector/ACCollector.cpp 4 May 2007 13:00:20 -0000 1.13 >+++ src-native/src/ACCollector/ACCollector.cpp 20 Jun 2007 12:34:07 -0000 >@@ -210,7 +210,9 @@ > handled = BaseCollectorImpl::processCommand(cmdBlock); > > if (cmdBlock->getSourceID() != 1) { >- m_dataListenerID = cmdBlock->getSourceID(); >+ if (isEqualString(cmdBlock->getCommandName(), "establishDataPath")) { >+ m_dataListenerID = cmdBlock->getSourceID(); >+ } > } > m_AgentID = cmdBlock->getDestID(); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193304
:
71830
|
71833
|
71835
| 71874