-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
In the Meson WrapDB integration CI, we try to run the build && test on all 3 major OSes. On Windows, one of the tests fails. Logs: https://github.com/mesonbuild/wrapdb/runs/6086663524?check_suite_focus=true
Relevant bits:
3/8 test-zstream-3 FAIL 21.14s (exit status 3221225477 or signal 3221225349 SIGinvalid)
>>> MALLOC_PERTURB_=124 D:\a\wrapdb\wrapdb\_build\subprojects\zstd-1.5.2\build/meson/tests\zstreamtest.exe --newapi -t1 -T90s --no-big-tests
------------------------------------- 8< -------------------------------------
stderr:
Starting zstream tester (64-bits, 1.5.2)
Seed = 1643
1/ 1
34
37
41
45
47
60
78
82
95
102
132
133
134
143
145
150
159
171
196
201
202
209
216
225
249
257
263
267
272
275
287
297
310
313
318
339
348
356
362
374
381
413
414
433
458
484
491
------------------------------------------------------------------------------
It is dying of a strange signal apparently. I've grepped around the source tree, and --newapi is only exercised by the Makefile and by the meson.build, and neither one is getting run on Windows-based CI jobs.
Cyan4973, embg and terrelln