Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #1544
Closed
Open
Issue created Nov 28, 2014 by Derek Bruening@derekbrueningContributor

Long hashtable collisions when running Octane in V8

From byron.c....@gmail.com on September 17, 2014 21:46:18

After sorting the logs like $(grep "collision" | cut -d ':' -f 2 | sort | uniq -c"):

  2 Current future table fragment_lookup collisions
 20 Current indcall_trace table bb ibl indcall collisions
 20 Current indcall_trace table fragment_lookup collisions
 20 Current indcall_trace table trace ibl indcall collisions
 10 Current indjmp_trace table bb ibl indjmp collisions
 10 Current indjmp_trace table fragment_lookup collisions
 10 Current indjmp_trace table trace ibl indjmp collisions
 36 Current ret_trace table bb ibl ret collisions
 36 Current ret_trace table fragment_lookup collisions
 36 Current ret_trace table trace ibl ret collisions
 16 Current shared_bb table fragment_lookup collisions
 16 Current shared_future table fragment_lookup collisions
 14 Current shared_trace table fragment_lookup collisions
 20 long collision sequence ... indcall_trace table
  2 Current DGC Emulation Plans table fragment_lookup collisions
  2 table collision cluster is too large" in ... hashtablex.h line 905

The reported collisions range in length from 100 to millions, usually with zero overwrap but sometimes thousands.

The full logs (at level 1) are ~150MB, so I just attached the $(grep "collision") slice. Note that the run was terminated about at about 30% because it takes a really long time in a debug build.

Attachment: v8-octane.collisions.log

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1544

Assignee
Assign to
Time tracking