<div dir="ltr">Hi,<br><br>I am seeing core in erlang (erl.exe) executable while shutting down rabbitMQ(3.8.14) on windows<br> <br>Information from crash dump (including Stack trace) as below:<br> <br>=====================STACK TEXT=====================================<br> <br>EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)<br>.exr 0xffffffffffffffff<br>ExceptionAddress: 00007fff0ab64520 (beam_smp+0x0000000000004520)<br>   ExceptionCode: c0000005 (Access violation)<br>  ExceptionFlags: 00000000<br>NumberParameters: 2<br>   Parameter[0]: 0000000000000000<br>   Parameter[1]: 0000000000000000<br>Attempt to read from address 0000000000000000<br>FAULTING_THREAD:  00000000000002dc<br>PROCESS_NAME:  erl.exe<br>ADDITIONAL_DEBUG_TEXT: <br> <br>Use '!findthebuild' command to search for the target build information.<br>If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.<br>FAULTING_MODULE: 00007fff2c5b0000 ntdll<br>DEBUG_FLR_IMAGE_TIMESTAMP:  6070400f<br>ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.<br>EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.<br>EXCEPTION_PARAMETER1:  0000000000000000<br>EXCEPTION_PARAMETER2:  0000000000000000<br>READ_ADDRESS:  0000000000000000<br> <br>FOLLOWUP_IP:<br>beam_smp+4520<br>00007fff`0ab64520 488b11          mov     rdx,qword ptr [rcx]<br>MOD_LIST: <ANALYSIS/><br>BUGCHECK_STR:  APPLICATION_FAULT_NULL_POINTER_READ_WRONG_SYMBOLS<br>PRIMARY_PROBLEM_CLASS:  NULL_POINTER_READ<br>DEFAULT_BUCKET_ID:  NULL_POINTER_READ<br>LAST_CONTROL_TRANSFER:  from 00007fff0ab691d9 to 00007fff0ab64520<br>STACK_TEXT: <br>0000003e`8f43f420 00007fff`0ab691d9 : 0000003e`8d699340 0000003e`91705610 0000003e`925135f0 0000003e`8d591dc0 : beam_smp+0x4520<br>0000003e`8f43f4c0 00007fff`0ab8e2b7 : 0000003e`8df802c0 0000003e`8d442240 00000000`00000000 00007fff`0ad803bd : beam_smp+0x91d9<br>0000003e`8f43f6c0 00007fff`0ad81f2d : 0000003e`8cc1dbd0 00000000`00000000 0000003e`8cc1dbd0 00000000`00000000 : beam_smp+0x2e2b7<br>0000003e`8f43f720 00007fff`19dfcd70 : 00000000`00000000 0000003e`8df801c0 00000000`00000000 00000000`00000000 : beam_smp!sys_primitive_init+0x5bb1d<br>0000003e`8f43f770 00007fff`2ba713d2 : 00000000`00000000 00007fff`19dfcd30 00000000`00000000 00000000`00000000 : ucrtbase!o__realloc_base+0x60<br>0000003e`8f43f7a0 00007fff`2c5c54f4 : 00007fff`2ba713b0 00000000`00000000 00000000`00000000 00000000`00000000 : KERNEL32!BaseThreadInitThunk+0x22<br>0000003e`8f43f7d0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x34<br>SYMBOL_STACK_INDEX:  0<br>SYMBOL_NAME:  beam_smp+4520<br>FOLLOWUP_NAME:  MachineOwner<br>MODULE_NAME: beam_smp<br>STACK_COMMAND:  ~4s ; kb<br>BUCKET_ID:  WRONG_SYMBOLS<br>IMAGE_NAME:  C:\PROGRA~1\xxxxxxx\erlang\erts-11.2\bin\beam.smp.dll<br>=====================STACK TEXT=====================================<br><br>Additional information:<br> <br>I built erlang with below mentioned environment:<br><br>Packages                    Version used while building<br>Windows OS               -  Microsoft Windows Server 2016 Standard<br>Microsoft Visual Studio  -  2019 (14.27.29110)<br>Microsoft Windows SDK    -  SDK 10 (10.0.18362.0)<br>msys (64 bit)            -  msys2-x86_64-20180531<br>NSIS                     -  3.06.1<br>OpenSSL                  -  1.0.2u  - fips capable, loaded dynamically<br>JDK & wxWidget           -  not installed<br> <br>Points to note:<br>* On Unix platforms we are not seeing any issue with the same build & similar environment.<br><br>Steps referred to build erlang referred from: <a href="https://erlang.org/doc/installation_guide/INSTALL-WIN32.html">https://erlang.org/doc/installation_guide/INSTALL-WIN32.html</a><br>Also, note that OTP 23.1 built with same steps & configuration is not showing this above described crash.<br><br>Please let me know if anyone has seen a similar issue in the past or if someone could provide me any pointers to solve this. <br><br><div>Thanks,</div><div>Pooja</div></div>