Skip to content

Commit 844ede2

Browse files
knstPastaPastaPasta
authored andcommitted
fix: disable ASAN because currently it fails with unknown memory leaks
``` ********* Finished testing of TrafficGraphDataTests ********* ~BitcoinApplication : Stopping thread ~BitcoinApplication : Stopped thread ==28475==WARNING: invalid path to external symbolizer! ==28475==WARNING: Failed to use and restart external symbolizer! ================================================================= ==28475==ERROR: LeakSanitizer: detected memory leaks Direct leak of 520 byte(s) in 13 object(s) allocated from: #0 0x55fc08e2353d (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x779153d) #1 0x7f7a7724bd85 (<unknown module>) Direct leak of 432 byte(s) in 2 object(s) allocated from: #0 0x55fc08e2353d (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x779153d) #1 0x55fc0dc63b63 (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0xc5d1b63) #2 0x8604597ff0e8feff (<unknown module>) Direct leak of 176 byte(s) in 2 object(s) allocated from: #0 0x55fc08e52cad (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x77c0cad) #1 0x55fc0d822372 (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0xc190372) Direct leak of 66 byte(s) in 3 object(s) allocated from: #0 0x55fc08e2353d (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x779153d) #1 0x7f7a77243633 (<unknown module>) Direct leak of 24 byte(s) in 1 object(s) allocated from: #0 0x55fc08e2353d (/builds/dashpay/dash/build-ci/dashcore-linux64_asan/src/qt/test/test_dash-qt+0x779153d) #1 0x7f7a77245449 (<unknown module>) ```
1 parent c357460 commit 844ede2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.gitlab-ci.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ linux64_fuzz-build:
252252
variables:
253253
BUILD_TARGET: linux64_fuzz
254254

255-
linux64_asan-build:
256-
extends:
257-
- .build-template
258-
- .skip-in-fast-mode-template
259-
needs:
260-
- x86_64-pc-linux-gnu-debug
261-
variables:
262-
BUILD_TARGET: linux64_asan
255+
#linux64_asan-build:
256+
# extends:
257+
# - .build-template
258+
# - .skip-in-fast-mode-template
259+
# needs:
260+
# - x86_64-pc-linux-gnu-debug
261+
# variables:
262+
# BUILD_TARGET: linux64_asan
263263

264264
linux64_tsan-build:
265265
extends:
@@ -324,14 +324,14 @@ linux64_sqlite-test:
324324
variables:
325325
BUILD_TARGET: linux64_sqlite
326326

327-
linux64_asan-test:
328-
extends:
329-
- .test-template
330-
- .skip-in-fast-mode-template
331-
needs:
332-
- linux64_asan-build
333-
variables:
334-
BUILD_TARGET: linux64_asan
327+
#linux64_asan-test:
328+
# extends:
329+
# - .test-template
330+
# - .skip-in-fast-mode-template
331+
# needs:
332+
# - linux64_asan-build
333+
# variables:
334+
# BUILD_TARGET: linux64_asan
335335

336336
linux64_tsan-test:
337337
extends:

0 commit comments

Comments
 (0)