Task running is failed with "make" in custom task (Visual Studio Code) - makefile

I used Visual Studio Code 0.10.2. When I tried to run task using GNU make command, the task is failed with error messages like below. My GNU make is obtained from MSYS2 x64 (http://msys2.github.io/) and my system environment is Windows 10 Education x64.
make -C 00.BootLoader
0 [main] make 24552 D:\GNU\msys64\usr\bin\make.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
192 [main] make 24552 cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
0 [main] make 23968 fork: child -1 - forked process 24552 died unexpectedly, retry 0, exit code 0x100, errno 11
But when I tried same command using console window (cmd.exe), "make" works successfully. How to fix this?

Related

Delphi 10.3.3 fails macOS notarization

My program was being notarized in Delphi 10.3.2, but fails in 10.3.3. PAClient exits with code 1. Is there a log that will help me diagnose the problem? If so, how do I find it?
Here is the whole error afterward:
Connecting to 192.168.1.231 on port 64211...
Status Code: 2, LogFileURL:
c:\program files (x86)\embarcadero\studio\20.0\bin\CodeGear.Deployment.targets(581,5): error MSB6006: "paclient" exited with code 1.
Done building target "_OSXDeveloperID" in project "MintToReport4.dproj" -- FAILED.
Done building project "MintToReport4.dproj" -- FAILED.
Build FAILED.
c:\program files (x86)\embarcadero\studio\20.0\bin\CodeGear.Deployment.targets(581,5): error MSB6006: "paclient" exited with code 1.
0 Warning(s)
1 Error(s)

MPI failed for some reason on macOS Mojave

I installed MPI on macOS Mojave following this tutorial on Stack Overflow. I installed openmpi-2.0.4.tar.gz.
But when I tried to run that hello world program I get error:
[My-MacBook-Pro.local:40731] [[30181,0],0] ORTE_ERROR_LOG: Bad parameter in file orted/pmix/pmix_server.c at line 262
[My-MacBook-Pro.local:40731] [[30181,0],0] ORTE_ERROR_LOG: Bad parameter in file ess_hnp_module.c at line 667
--------------------------------------------------------------------------
It looks like orte_init failed for some reason; your parallel process is
likely to abort. There are many reasons that a parallel process can
fail during orte_init; some of which are due to configuration or
environment problems. This failure appears to be an internal failure;
here's some additional information (which may only be relevant to an
Open MPI developer):
pmix server init failed
--> Returned value Bad parameter (-5) instead of ORTE_SUCCESS
Does anyone know how to fix this?
export TMPDIR=/tmp
(or some other temp directory, where the directory name is not too long)

'Failed to halt - Process 1932 has exited with status 0'

I've only recently started experiencing an issue in Visual Studio Code while running applications in debug mode, I always get this error:
Failed to halt - Process 2152 has exited with status 0
Just after main() function exits, even when I import only fmt package and print "Hello World", or running applications those were previously working.
I pulled same project on another machine and run it (for example "Hello World" project). I'm getting the same error message.
Has anyone else experienced the same? It doesn't seem to occur when I run built applications using cmd (command prompt).

Firefox Build Error: old-configure failed

I'm trying to build Firefox(60.esr) from source. I followed the steps mentioned in Build Firefox on Windows. But it fails.
Method #1:
I followed all the steps mentioned in the Windows Build Instruction.
The Build process failed with error.
0:24.36 ERROR: Could not find LLVM/Clang installation for compiling stylo build-time
0:24.36 bindgen. Please specify the 'LLVM_CONFIG' environment variable
0:24.36 (recommended), pass the '--with-libclang-path' and '--with-clang-path'
0:24.36 options to configure, or put 'llvm-config' in your PATH. Altering your
0:24.36 PATH may expose 'clang' as well, potentially altering your compiler,
0:24.36 which may not be what you intended.
So, I tried method 2.
Method #2:
Since it was expecting LLVM/clang, I installed LLVM/Clang 6.0 and added ‘LLVM_CONFIG’ to the environment variable.
And then I executed mach build. Adding LLVM_CONFIG fixed the error which was caused in Method 1.
But the build failed again with error.
0:16.24 c:/Users/n182s826/mozilla/mozilla-central/old-configure: fork: Resource temporarily unavailable
0:18.59 m.AllocationBase 0x0, m.BaseAddress 0x607A0000, m.RegionSize 0x240000, m.State 0x10000
0:18.59 C:\mozilla-build\msys\bin\sh.exe: *** Couldn't reserve space for cygwin's heap (0x607A0000 <0xB80000>) in child, Win32 error 0
0:18.59 0 [main] sh 13328 sync_with_child: child 14220(0x3B8) died before initialization with status code 0x1
0:18.59 51 [main] sh 13328 sync_with_child: *** child state waiting for longjmp
0:18.59 c:/Users/n182s826/mozilla/mozilla-central/old-configure: fork: Resource temporarily unavailable
0:18.61 ERROR: old-configure failed
0:18.65 *** Fix above errors and then restart with\
0:18.65 "c:/mozilla-build/mozmake/mozmake.EXE -f client.mk build"
I even raised a request at Bugzilla. But I haven't found any solution.

Visual Studio 2017 installer keeps telling me "elevation required"?

When I try to install VS 2017 on a machine, the installer gives me the following error despite the fact that I'm already an administrator (yes I've tried "Run as Administrator" and messing with UAC etc... trust me I've tried all the usual stuff and know how Windows works):
Elevation Required
This program requires administrator privileges to perform setup operations.
Please rerun the program as administrator.
Tracing with ProcMon, I see a log in my temp directory that seems to be indicating the cause:
Information : Log configuration: $SERVICEHUBTRACELEVEL=""
Error : HubHost 'desktopClr$C94B8CFE-E3FD-4BAF-A941-2866DBB566FE' PID 3736 stderr: Error running host: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: creationOptions
at System.Threading.Tasks.Task..ctor(Object state, TaskCreationOptions creationOptions, Boolean promiseStyle)
at Microsoft.ServiceHub.HostLib.Host..ctor(String hostId, String pipeName, DevHubTraceSource logger)
at Microsoft.ServiceHub.HostLib.Program.<MainAsync>d__0.MoveNext()
Error : HubHost 'desktopClr$C94B8CFE-E3FD-4BAF-A941-2866DBB566FE' PID 3736 stderr:
Error : HubHost 'desktopClr$C94B8CFE-E3FD-4BAF-A941-2866DBB566FE' PID 3736 stderr: Unhandled Exception:
Error : HubHost 'desktopClr$C94B8CFE-E3FD-4BAF-A941-2866DBB566FE' PID 3736 stderr: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: creationOptions
at System.Threading.Tasks.Task..ctor(Object state, TaskCreationOptions creationOptions, Boolean promiseStyle)
at Microsoft.ServiceHub.HostLib.Host..ctor(String hostId, String pipeName, DevHubTraceSource logger)
at Microsoft.ServiceHub.HostLib.Program.<MainAsync>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ServiceHub.Host.Program.Main(String[] args)
Error : Error starting service 'SetupEngine.ProductsProvider' requested by ProductsProvider (pid: 3340): Hub host 'desktopClr', PID: 3736 exited. code: '3762504530'.
Error : Error starting service 'SetupEngine.Installer' requested by Installer (pid: 3340): Hub host 'desktopClr', PID: 3736 exited. code: '3762504530'.
It seems their code is buggy except this is only happening on my machine? Why isn't everyone seeing this? What's triggering this problem and how do I fix it?
I finally solved this by installing .NET Framework 4.7, though I suspect updating 4.0 to even a slightly more recent version might work too.
The issue seemed to be a bug in the System.Threading.Tasks.Task class, where it didn't allow passing a flag that was supposed to be legal. I assumed this was a version mismatch and fixed.
I downloaded VS preview https://visualstudio.microsoft.com/vs/preview/ then it worked fine again
In my case, the cause was the TMP and TEMP environment variables, pointing to non-available paths, on removed drives.

Resources