* init.cc (search_for): Put this in shared section or suffer subtle problems
with the tls. * pinfo.cc (status_exit): Add debug output to report on unexpected exit. * tls_pbuf.cc (tmp_pathbuf::c_get): Add more details to internal error.
This commit is contained in:
@@ -138,6 +138,7 @@ status_exit (DWORD x)
|
||||
x = 127;
|
||||
break;
|
||||
default:
|
||||
debug_printf ("*** STATUS_%p\n", x);
|
||||
x = 127;
|
||||
}
|
||||
return x;
|
||||
|
Reference in New Issue
Block a user