"Daniel Murphy"  wrote in message news:lqlugc$7l7$1...@digitalmars.com...

The crash when using the GC as the allocator seems to have gone away (!!) so it may have been one of the others in disguise.

Wait I take that back. It still crashes when using the GC and GC collections enabled.

Usually it uses Walter's bump-pointer allocator for classes, malloc/free for most buffers, and the GC (with collections disabled) for structs and some misc allocations.

I don't know why enabling the GC makes it crash.

Reply via email to