Windows 10 IMAGE_REL_AMD64_ADDR32NB relocation requires anordered section layout

PostarLakogSna

New Member
Joined
Oct 31, 2020
Messages
6
I am running .netcore 3.1 console app written in c# that handles quite significant amount of data.
At some point, subject of this thread starts being logged. I am running it on virtual machine, x64 4 cores. Application is multithreaded.
Can you explain the error and give me some hint what to do?
Running smaller set of data with the same code will not produce this log.
 

we would need to see the actual log
 

Thats it basically, no matter if I run the app in Visual Studio or via Powershell/CMD, at some point following is written (please note that application logs are streamed with Serilog, but this one is pure console message):

IMAGE_REL_AMD64_ADDR32NB relocation requires anordered section layout​

 

Any way I can find further details?
 

we would need to see the actual log
Please see my replies. On top of that, this error does not stop execution.
 

As part of the code, app starts matlab exe. Could iz be due to that?
 

After some testing, issue is related to matkab exe that app starts
 

Solution

Similar threads

Back
Top