Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate hash list entry: fl-32 in 1.1 #2

Open
dynasource opened this issue Aug 7, 2015 · 12 comments
Open

Duplicate hash list entry: fl-32 in 1.1 #2

dynasource opened this issue Aug 7, 2015 · 12 comments

Comments

@dynasource
Copy link

hi, thanx for your great tool. Gave me a lot of insight already.
With the latest version 1.1 Im getting this error with a file (200Mb)

Duplicate hash list entry: fl-32

I dont get it with 1.0.0.14.

@ceefour
Copy link
Owner

ceefour commented Aug 7, 2015

This is either caused by:

  1. a legitimate bug, in that the same key is used (but shouldn't) twice; or
  2. different keys, but a hash collision occurs which is used by the map implementation.

@lordspace
Copy link

I am getting the same error as well.
"---------------------------

WinCacheGrind

Duplicate hash list entry: fl-44.

OK

"

@gacekssj4
Copy link

I'm getting same error. Dfferent line tho.

It works fine on older version (1.0) and stopped working after upgrading to 1.1.

@ceefour
Copy link
Owner

ceefour commented Sep 23, 2015

Can someone suggest a superior StringHashMap implementation for Delphi?

@gacekssj4
Copy link

Sorry, can't. Knew some delphi years ago. Never much. Can't help :(

@Svish
Copy link

Svish commented Mar 14, 2016

Just got the same error 😢

Duplicate hash list entry: fl-45

cachegrind.out.1457922047_674333.localhost__triangelos_music.txt

@poiuty
Copy link

poiuty commented Mar 17, 2016

same

@ceefour
Copy link
Owner

ceefour commented Mar 17, 2016

I don't know when or if there'll be a fix.
Feel free to use an older version at https://github.com/ceefour/wincachegrind/releases

@lordspace
Copy link

Is there a fix?

@arby50
Copy link

arby50 commented Aug 9, 2018

I ported the program to a Windows Form written in C# as a way to work around the error:
It is largely incomplete but thought I would add it to github if it helps anyone out.
https://github.com/arby50/CacheGrinder

@ceefour
Copy link
Owner

ceefour commented Aug 9, 2018

Thanks @arby50.. Really need a successor :)

@lordspace
Copy link

I think it might be better to help improve this web based one.
https://github.com/jokkedk/webgrind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants