https://issues.dlang.org/show_bug.cgi?id=13468

hst...@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hst...@quickfur.ath.cx

--- Comment #1 from hst...@quickfur.ath.cx ---
Found the cause of the bug. The problem is that when comparing two class
references, the default predicate attempts to compare two class references with
==, which appears to dereference a NULL and cause a segfault. If "a is b" is
used as predicate instead, there is no crash. Next is to find out why ==
doesn't handle null pointers correctly...

--

Reply via email to