Issues with debugging GC-related crashes #2

kinke noone at nowhere.com
Wed Apr 18 22:12:12 UTC 2018


On Wednesday, 18 April 2018 at 20:36:03 UTC, Johannes Pfau wrote:
> Actually this sounds very familiar: 
> https://github.com/D-Programming-GDC/GDC/pull/236

Interesting, but I don't think it applies here. Both start and 
end addresses are 16-bytes aligned, and both cannot be accessed 
according to the stack trace (`pbot=0x7fcf4d721010 <error: Cannot 
access memory at address 0x7fcf4d721010>, ptop=0x7fcf4e321010 
<error: Cannot access memory at address 0x7fcf4e321010>`). That's 
quite interesting too: `memSize = 209153867776`. Don't know what 
exactly it is, but it's a pretty large number (~194 GB).


More information about the Digitalmars-d mailing list