DynamoRIO / DynamoRIO/drmemory
ASSERT (x64 ls): chunk is not aligned while initializing replace malloc
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [timurrrr@google.com](https://code.google.com/u/timurrrr@google.com/) on June 09, 2013 10:06:26_
I just did:
$ svn checkout http://drmemory.googlecode.com/svn/trunk/ drmemory
$ mkdir drmemory/RELEASE
$ cd drmemory/RELEASE
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make -j14
$ ./bin64/drmemory.pl -- ls
WARNING: cannot find /ssd/drmemory/RELEASE/dynamorio/lib32/debug/libdrpreload.so: is this an incomplete installation?
WARNING: cannot find /ssd/drmemory/RELEASE/dynamorio/lib32/debug/libdynamorio.so: is this an incomplete installation?
WARNING: cannot find /ssd/drmemory/RELEASE/dynamorio/lib32/release/libdrpreload.so: is this an incomplete installation?
WARNING: cannot find /ssd/drmemory/RELEASE/dynamorio/lib32/release/libdynamorio.so: is this an incomplete installation?
WARNING: cannot find /ssd/drmemory/RELEASE/dynamorio/lib64/debug/libdrpreload.so: is this an incomplete installation?
WARNING: cannot find /ssd/drmemory/RELEASE/dynamorio/lib64/debug/libdynamorio.so: is this an incomplete installation?
WARNING: /ssd/drmemory/RELEASE/dynamorio does not appear to be a valid DynamoRIO root
~~Dr.M~~ Dr. Memory version 1.5.1414
I'm concerned:
a) it fails to run simple apps, both system and user-built.
b) about the many warnings at the start of the run
Is this OK?
FTR, I've used g++ 4.6.3
and non-gold linker.
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=1266_
Contributor guide
Assessment
This issue has not been assessed yet.