summary refs log tree commit diff stats
path: root/nimdoc/test_out_index_dot_html/foo.nim
diff options
context:
space:
mode:
authorChavdar Ivanov <ci4ic4@gmail.com>2023-01-02 08:16:18 +0000
committerGitHub <noreply@github.com>2023-01-02 09:16:18 +0100
commite9ed090c338c0da1c543f5303b5f583f98e8d3f3 (patch)
tree4dba9b2f86a238df62e7fb91a9705545f2e3cab7 /nimdoc/test_out_index_dot_html/foo.nim
parent5b20f0685c71e68ab08f7a1941f7e160d91e538f (diff)
downloadNim-e9ed090c338c0da1c543f5303b5f583f98e8d3f3.tar.gz
Update nim.cfg (#21204)
tlsEmulation:on under NetBSD-10Beta and NetBSD-current produces an executable which crashes immediately as follows:

Core was generated by `koch'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000000000047b4c2 in nimZeroMem ()
(gdb) bt
#0  0x000000000047b4c2 in nimZeroMem ()
#1  0x00000000004897b2 in threadVarAlloc__system_2162 ()
#2  0x000000000048980e in initThreadVarsEmulation ()
#3  0x0000000000489848 in PreMain ()
#4  0x000000000048986a in NimMain ()
#5  0x00000000004898a9 in main ()

I can't speak about the other BSDs.
Diffstat (limited to 'nimdoc/test_out_index_dot_html/foo.nim')
0 files changed, 0 insertions, 0 deletions
'n131' href='#n131'>131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246