DynamoRIO / DynamoRIO/drmemory
fedora test-suite fails on fresh base
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [brandenj...@gmail.com](https://code.google.com/u/102642871390330622592/) on June 08, 2013 00:59:58_
Both my fedora 18 and fedora 15 builds are encountering this. both x64.
f18 requires revisions mentioned in issue #1259 and in order to build. The f15 was fresh.
I used the same script
--------------------------
#dependencies
sudo yum groupinstall -y --skip-broken "Development Tools"
sudo yum install -y --skip-broken git-svn.x86_64 cmake make gcc gcc-c++ glibc-devel.\* libgcc.\* git-svn.noarch libstdc++.\* libstdc++-devel\* mesa-libGLU-devel.*
--------------------------
on both. I had a fedora 17 system that I made this script on, but it's tests pass. mesa-libGLU-devel was an addition for my f18, it is also installed on f15, but not on f17.
I'm sure I had to install some other things besides what is above to get the build working.
these fails are common between my f15 and f18 dbg-32 test.
-----------------------------------------
unix_syscalls => failed to match unix_syscalls.c:63, found unix_syscalls.c:12 instead
suppress => stderr failed to match ~~Dr.M~~ 1 unique, 1 total uninitialized access(es), found ~~Dr.M~~ 3 unique, 3 total uninitialized access(es) instead
suppress-genoffs
suppress-gensyms
perturb_FLAKY => Application /home/branden/Downloads/build/build_suite/build_drmemory-dbg-32/tests/pthreads (12022). Internal Error Internal DynamoRIO Error: /home/branden/Downloads/drmemory/dynamorio/core/dynamo.c:1139 ok; (12022). Internal Error Internal DynamoRIO Error:
-------------------------------------
In addition, f18 fails pthread_test and clone.
And also realloc in release ver.
While f15 fails free.
All 64-bit tests pass on both.
A quick summary of the each fail from f18 dbg-32 last-test
------------------
12:unix_syscalls
-----failed to match "unix_syscalls.c:63", found "unix_syscalls.c:12" instead
-----12 is 123/125
13:clone
-----dynamorio/core/synch.c:194 res
15:pthread_test
-----dynamorio/core/synch.c:194 res
33:suppress
-----stderr failed to match "~~Dr.M~~ 1 unique, 1 total uninitialized
-----access(es)", found "~~Dr.M~~ 3 unique, 3 total uninitialized access(es)"
-----instead
34:suppress-genoffs
-----failed to match "suppress!syscall_test"
35:suppress-gensyms
-----failed to match "suppress!syscall_test"
36:perturb_FLAKY --pthread_test
-----dynamorio/core/synch.c:194 res
--------------------
attached is LastTest file from dbg-32 testsuite.
**Attachment:** [LastTest_20130607-2105.log](http://code.google.com/p/drmemory/issues/detail?id=1265)
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=1265_
Contributor guide
Assessment
This issue has not been assessed yet.