Changeset 11184 for code/branches/tgidronFS16/src/libraries
- Timestamp:
- May 12, 2016, 4:02:21 PM (9 years ago)
- Location:
- code/branches/tgidronFS16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tgidronFS16
- Property svn:mergeinfo changed
/code/trunk (added) merged: 11156-11157,11160-11161,11176
- Property svn:mergeinfo changed
-
code/branches/tgidronFS16/src/libraries/core/command/TclThreadManager.cc
r11071 r11184 410 410 { 411 411 // This query would lead to a deadlock - return with an error 412 TclThreadManager::error("Circular query (" + this->dumpList(source_bundle->queriers_.getList()) + ' ' + multi_cast<std::string>(source_bundle->id_) \413 + " -> " + multi_cast<std::string>(target_bundle->id_) \414 + "), couldn't query Tcl-interpreter with ID " + multi_cast<std::string>(target_bundle->id_) \412 TclThreadManager::error("Circular query (" + this->dumpList(source_bundle->queriers_.getList()) + ' ' + multi_cast<std::string>(source_bundle->id_) 413 + " -> " + multi_cast<std::string>(target_bundle->id_) 414 + "), couldn't query Tcl-interpreter with ID " + multi_cast<std::string>(target_bundle->id_) 415 415 + " from other interpreter with ID " + multi_cast<std::string>(source_bundle->id_) + '.'); 416 416 }
Note: See TracChangeset
for help on using the changeset viewer.