|
31 | 31 | </header> |
32 | 32 | <p>This document describes the changes made to the ERTS application.</p> |
33 | 33 |
|
| 34 | +<section><title>Erts 14.2.3</title> |
| 35 | + |
| 36 | + <section><title>Fixed Bugs and Malfunctions</title> |
| 37 | + <list> |
| 38 | + <item> |
| 39 | + <p> |
| 40 | + Fixed compile warning in erl_nif.c for gcc-13.</p> |
| 41 | + <p> |
| 42 | + Own Id: OTP-18906 Aux Id: PR-7930 </p> |
| 43 | + </item> |
| 44 | + <item> |
| 45 | + <p> |
| 46 | + Fix C++ compile error for macros <c>enif_select_read</c> |
| 47 | + and friends.</p> |
| 48 | + <p> |
| 49 | + Own Id: OTP-18907 Aux Id: PR-7932 </p> |
| 50 | + </item> |
| 51 | + <item> |
| 52 | + <p> |
| 53 | + Fixed a name clash on Solaris that prevented the JIT from |
| 54 | + being built.</p> |
| 55 | + <p> |
| 56 | + Own Id: OTP-18940 Aux Id: GH-8024 </p> |
| 57 | + </item> |
| 58 | + <item> |
| 59 | + <p> |
| 60 | + Fix termcap detection on solaris.</p> |
| 61 | + <p> |
| 62 | + Own Id: OTP-18952 Aux Id: PR-8025 </p> |
| 63 | + </item> |
| 64 | + <item> |
| 65 | + <p> |
| 66 | + Fix heap corruption bug that could cause runaway memory |
| 67 | + consumption due to circular offheap list at process exit. |
| 68 | + Other symptoms may also be possible. Bug exists since OTP |
| 69 | + 25.0.</p> |
| 70 | + <p> |
| 71 | + Own Id: OTP-18971 Aux Id: GH-8044 </p> |
| 72 | + </item> |
| 73 | + <item> |
| 74 | + <p> |
| 75 | + Do not clear tracing in old module instance if load fails |
| 76 | + with 'not_purged'.</p> |
| 77 | + <p> |
| 78 | + Own Id: OTP-18979 </p> |
| 79 | + </item> |
| 80 | + <item> |
| 81 | + <p> |
| 82 | + When exceeding the `max_heap_size` limit in a garbage |
| 83 | + collection initiated by some bit syntax operations, the |
| 84 | + process would not always terminate immediately.</p> |
| 85 | + <p> |
| 86 | + Own Id: OTP-18982 </p> |
| 87 | + </item> |
| 88 | + <item> |
| 89 | + <p>The code server could be hanging if a module with |
| 90 | + <c>on_load</c> function was loaded at the same time as |
| 91 | + another module was purged using |
| 92 | + <c>erlang:purge_module</c> directly.</p> |
| 93 | + <p> |
| 94 | + Own Id: OTP-19006 </p> |
| 95 | + </item> |
| 96 | + <item> |
| 97 | + <p>A process optimized for parallel signal delivery could |
| 98 | + under some circumstances lose wakeup information. That |
| 99 | + is, the processes was not woken up to take care of the |
| 100 | + signal, so the signal would not be taken care of until |
| 101 | + the process was woken by another signal. Only processes |
| 102 | + configured with <seeerl |
| 103 | + marker="erlang#process_flag_message_queue_data"><c>message_queue_data</c></seeerl> |
| 104 | + set to <c>off_heap</c> utilize this optimization.</p> |
| 105 | + <p> |
| 106 | + Own Id: OTP-19008 Aux Id: GH-8119, PR-8201 </p> |
| 107 | + </item> |
| 108 | + <item> |
| 109 | + <p> |
| 110 | + Fix segfault when generating crashdump containing a fun |
| 111 | + places in persistent_term storage.</p> |
| 112 | + <p> |
| 113 | + Own Id: OTP-19009 Aux Id: PR-8181 </p> |
| 114 | + </item> |
| 115 | + <item> |
| 116 | + <p>By default the JIT is disabled on Intel Macs, because |
| 117 | + of annoying poups on macOS Sonoma. It is now possible to |
| 118 | + explicitly enable the JIT on Intel Macs. Here is how: |
| 119 | + <c>./configure --enable-jit</c></p> |
| 120 | + <p> |
| 121 | + Own Id: OTP-19011 </p> |
| 122 | + </item> |
| 123 | + </list> |
| 124 | + </section> |
| 125 | + |
| 126 | +</section> |
| 127 | + |
34 | 128 | <section><title>Erts 14.2.2</title> |
35 | 129 |
|
36 | 130 | <section><title>Fixed Bugs and Malfunctions</title> |
|
0 commit comments