8000 potential discrepancy in calculating the distance · Issue #41 · aflgo/aflgo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
potential discrepancy in calculating the distance #41
Closed
@z1w

Description

@z1w

Hi,

I tried to instrument the libxml2 project. While I compile the project on two different machines (they share the same file system, the major difference is that they have different processors), the distance results computed are different. The result in distance.cfg computed on one machine is a strict subset of the other one.

What I found is that the input files to the genDistance.sh script on two machines are already different, for example, the BBname files. However, if I did not compile libxml2 in parallel, the result on both machines are the same. Operationally, if I changed " make -j$(nproc) all" to "make all", the issue would be resolved. The files generated on two machines are the same. So I am wondering whether parallelizing the compilation might lead to inaccuracy when computing the distance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0