- Timestamp:
- Mar 27, 2016, 9:35:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/command/TclThreadManager.cc
r11071 r11160 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.