free(): double free detected in tcache 2

workman workman at gmail.com
Tue Aug 24 06:04:12 UTC 2021


On Monday, 23 August 2021 at 23:25:19 UTC, max haughton wrote:
>
> You need to break, then set the ignore count, then `info 
> breakpoints` (something like you that) will still give you the 
> hit count for that breakpoint


Thanks for the tips,


```sh
Num     Type           Disp Enb Address            What
1       breakpoint     keep y   0x00000000004b0f90 
<_d_dso_registry>
	breakpoint already hit 3 times
```

without lto

```sh
Num     Type           Disp Enb Address            What
1       breakpoint     keep y   0x000000000052ece0 
<_d_dso_registry>
	breakpoint already hit 2 times

```


More information about the digitalmars-d-ldc mailing list