wincachegrind icon indicating copy to clipboard operation
wincachegrind copied to clipboard

Duplicate hash list entry: fl-32 in 1.1

Open dynasource opened this issue 9 years ago • 12 comments

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.

dynasource avatar Aug 07 '15 09:08 dynasource

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.

ceefour avatar Aug 07 '15 10:08 ceefour

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

WinCacheGrind

Duplicate hash list entry: fl-44.

OK

"

lordspace avatar Aug 07 '15 10:08 lordspace

I'm getting same error. Dfferent line tho.

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

gacekssj4 avatar Sep 23 '15 11:09 gacekssj4

Can someone suggest a superior StringHashMap implementation for Delphi?

ceefour avatar Sep 23 '15 12:09 ceefour

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

gacekssj4 avatar Sep 24 '15 21:09 gacekssj4

Just got the same error :cry:

Duplicate hash list entry: fl-45

cachegrind.out.1457922047_674333.localhost__triangelos_music.txt

Svish avatar Mar 14 '16 02:03 Svish

same

poiuty avatar Mar 17 '16 17:03 poiuty

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

ceefour avatar Mar 17 '16 18:03 ceefour

Is there a fix?

lordspace avatar Feb 09 '17 16:02 lordspace

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

arby50 avatar Aug 09 '18 16:08 arby50

Thanks @arby50.. Really need a successor :)

ceefour avatar Aug 09 '18 23:08 ceefour

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

lordspace avatar Aug 10 '18 12:08 lordspace