Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933549 - gnome-base/dconf-0.40.0 test fail : 9/14 engine fail 0.02s SIGABRT realloc(): invalid old size
Summary: gnome-base/dconf-0.40.0 test fail : 9/14 engine fail 0.02s SIGABRT realloc():...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-04 22:05 UTC by Arniii
Modified: 2024-06-05 04:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dconf_build.log (dconf_build.log,79.73 KB, text/plain)
2024-06-04 22:07 UTC, Arniii
Details
/var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0-build/meson-logs/testlog.txt (file_933549.txt,49.82 KB, text/plain)
2024-06-04 22:08 UTC, Arniii
Details
environment // profile default/linux/amd64/17.1/desktop/plasma gcc-13 O3 pipe march=native(verbose) lto graphite ggdb3 (file_933549.txt,148.38 KB, text/plain)
2024-06-04 22:09 UTC, Arniii
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arniii 2024-06-04 22:05:31 UTC
from build log:

```
meson test --print-errorlogs --num-processes 24
ninja: Entering directory `/var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0-build'
ninja: no work to do.
 1/14 paths                     OK              0.02s
 2/14 changeset                 OK              0.13s
 3/14 shm                       OK              0.05s
 4/14 gvdb                      OK              5.99s
 5/14 gdbus-thread              OK              0.25s
 6/14 gdbus-filter              OK              0.20s
 7/14 gdbus-thread-leak         OK              0.03s
 8/14 gdbus-filter-leak         OK              0.03s
 9/14 engine                    FAIL            0.02s   killed by signal 6 SIGABRT
>>> MALLOC_PERTURB_=59 G_TEST_SRCDIR=/var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0/tests LC_ALL=C.UTF-8 G_DEBUG=gc-friendly,fatal-warnings ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 G_TEST_BUILDDIR=/var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0-build/tests MALLOC_CHECK_=2 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0-build/tests/engine
 ✀
stdout:
TAP version 13
# random seed: R02Sc320f9061c7a231b24fa990556320ac4
1..20
# Start of engine tests
ok 1 /engine/profile-parser
stderr:
realloc(): invalid old size


10/14 client                    OK              0.01s
11/14 writer                    OK              0.02s
12/14 gsettings                 OK              0.06s
13/14 libdconf                  OK              0.06s
14/14 dconf                     OK              3.22s

Summary of Failures:

 9/14 engine            FAIL            0.02s   killed by signal 6 SIGABRT

Ok:                 13
Expected Fail:      0
Fail:               1
Unexpected Pass:    0
Skipped:            0
Timeout:            0
```

Reproducible: Always
Comment 1 Arniii 2024-06-04 22:07:23 UTC
Created attachment 895087 [details]
dconf_build.log
Comment 2 Arniii 2024-06-04 22:08:42 UTC
Created attachment 895088 [details]
/var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0-build/meson-logs/testlog.txt
Comment 3 Arniii 2024-06-04 22:09:40 UTC
Created attachment 895089 [details]
environment // profile default/linux/amd64/17.1/desktop/plasma gcc-13 O3 pipe march=native(verbose) lto graphite ggdb3
Comment 4 Arniii 2024-06-04 22:12:07 UTC
from testlog.txt:


==================================== 9/14 ====================================
test:         engine
start time:   21:52:44
duration:     0.02s
result:       killed by signal 6 SIGABRT
command:      MALLOC_PERTURB_=59 G_TEST_SRCDIR=/var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0/tests LC_ALL=C.UTF-8 G_DEBUG=gc-friendly,fatal-warnings ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 G_TEST_BUILDDIR=/var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0-build/tests MALLOC_CHECK_=2 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /var/tmp/portage/gnome-base/dconf-0.40.0/work/dconf-0.40.0-build/tests/engine
----------------------------------- stdout -----------------------------------
TAP version 13
# random seed: R02Sc320f9061c7a231b24fa990556320ac4
1..20
# Start of engine tests
ok 1 /engine/profile-parser
----------------------------------- stderr -----------------------------------
realloc(): invalid old size
==============================================================================