Re: How to debug (potential) GC bugs?
Kagamin via Digitalmars-d-learn Mon, 03 Oct 2016 02:56:36 -0700
If it's heap corruption, GC has debugging option -debug=SENTINEL
- for buffer overrun checks. Also that particular stack trace
shows that object being destroyed is allocated in bin 512, i.e.
its size is between 256 and 512 bytes.
- How to debug (potential) GC bugs? Matthias Klumpp via Digitalmars-d-learn
- Re: How to debug (potential)... Marco Leise via Digitalmars-d-learn
- Re: How to debug (potential)... Guillaume Piolat via Digitalmars-d-learn
- Re: How to debug (potential)... Kapps via Digitalmars-d-learn
- Re: How to debug (potential)... Kagamin via Digitalmars-d-learn
- Re: How to debug (potent... Matthias Klumpp via Digitalmars-d-learn
- Re: How to debug (po... Kagamin via Digitalmars-d-learn
- Re: How to debug (po... Kagamin via Digitalmars-d-learn
- Re: How to debug (po... Martin Nowak via Digitalmars-d-learn
- Re: How to debug (potential)... Kagamin via Digitalmars-d-learn
- Re: How to debug (potential)... Ilya Yaroshenko via Digitalmars-d-learn
- Re: How to debug (potent... Martin Nowak via Digitalmars-d-learn
- Re: How to debug (potential)... Johannes Pfau via Digitalmars-d-learn