.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps. - runtime/src/coreclr/debug/daccess/daccess.cpp at main · dotnet/runtime
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
suspend = true; 371 } else { 372 LOG(ERROR) << "JDWP option 'suspend' must be 'y' or 'n'"; 373 return false; 374 } 375 } else if (name == "address") { 376 /* this is either <port> or <host>:<port> */ 377 std::string port_string; 378 gJdwpOptions.host.clear(); ...
545 VLOG(threads) << "installing stack protected region at " << std::hex << 546 static_cast<void*>(pregion) << " to " << 547 static_cast<void*>(pregion + kStackOverflowProtectedSize - 1); 548 if (ProtectStack(/* fatal_on_error */ false)) { 549 // Tell the kernel that ...
if you try to run a .pyc file which belongs to a python version 1.5, with a python version > 2.5, it will produce a runtime error or a Bad Magic number. Now, why should not I focus on making changes in the given .pyc header file instead of installing all the outdated python versi...
zend_string **error_string = xparam->want_errortext ? &xparam->outputs.error_text : NULL; int *error_code = &xparam->outputs.error_code; int error = 0; php_sockaddr_storage sa; socklen_t sl = sizeof(sa); if (timeout) ...
xparam->outputs.error_text = zend_string_init(sock->errMsg, strlen(sock->errMsg), 0); } ret = -1; } if (ip_address) { efree(ip_address); } return ret; } static inline int socket_bind(php_stream *stream, Socket *sock, php_stream_xport_param *xparam STREAMS_DC)...
173 Sep 27 19:06:30 SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound) 174 Sep 27 19:06:30 SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound) 175 Sep 27 19:06:30 SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMC...
841 "node": "./helpers/classStaticPrivateFieldSpecSet.js", 842 "import": "./helpers/esm/classStaticPrivateFieldSpecSet.js", 843 "default": "./helpers/classStaticPrivateFieldSpecSet.js" 844 }, 845 "./helpers/classStaticPrivateFieldSpecSet.js" ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...