[Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Sun Nov 4 01:44:26 PST 2012


http://gdcproject.org/bugzilla/show_bug.cgi?id=25

art.08.09 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |art.08.09 at gmail.com

--- Comment #1 from art.08.09 at gmail.com 2012-11-04 09:44:26 UTC ---
The D class reference ("slicer" in your code) is null and all methods in D are
virtual (except private/final ones) - trying to call them with a null ref will
fail - there's no compiler bug here.

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.


More information about the D.gnu mailing list