Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
November 03, 2012 [Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure | ||||
---|---|---|---|---|
| ||||
http://gdcproject.org/bugzilla/show_bug.cgi?id=25 Alexander Samoilov <alexander.samoilov@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15|the same code as in the |the code that segfaults description|issue's body | -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all issue changes. |
November 03, 2012 [Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure | ||||
---|---|---|---|---|
| ||||
http://gdcproject.org/bugzilla/show_bug.cgi?id=25 Alexander Samoilov <alexander.samoilov@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.samoilov@gmail.co | |m -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all issue changes. |
November 04, 2012 [Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure | ||||
---|---|---|---|---|
| ||||
http://gdcproject.org/bugzilla/show_bug.cgi?id=25 art.08.09@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |art.08.09@gmail.com --- Comment #1 from art.08.09@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. |
November 04, 2012 [Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure | ||||
---|---|---|---|---|
| ||||
http://gdcproject.org/bugzilla/show_bug.cgi?id=25 --- Comment #2 from Alexander Samoilov <alexander.samoilov@gmail.com> 2012-11-04 10:32:03 UTC --- Thanks for clarification. Nice to hear that it isn't a compiler bug. -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all issue changes. |
November 04, 2012 [Issue 25] Segmentation fault on a simple template class; no segfault if substitute class by structure | ||||
---|---|---|---|---|
| ||||
http://gdcproject.org/bugzilla/show_bug.cgi?id=25 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all issue changes. |
Copyright © 1999-2021 by the D Language Foundation