[Issue 7377] New: Compiler segfault in: TemplateMixin::hasPointers()

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 27 03:41:33 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7377

           Summary: Compiler segfault in: TemplateMixin::hasPointers()
           Product: D
           Version: future
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: dlang at chilon.net


--- Comment #0 from pelo <dlang at chilon.net> 2012-01-27 03:41:27 PST ---
Using the latest built dmd/phobos/druntime code from git I get a compiler core
dump:

Core was generated by `dmd -I../.. -g -debug -od../.obj -of../.obj/variant
common.d variant.d ../teg/s'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000000004f7a2f in TemplateMixin::hasPointers() ()
(gdb) bt
#0  0x00000000004f7a2f in TemplateMixin::hasPointers() ()
#1  0x000000000050cc0e in ClassDeclaration::toObjFile(int) ()
#2  0x00000000004a024f in Module::genobjfile(int) ()
#3  0x0000000000403c4f in main ()

I'm trying to build a minimal test case. dmd 2.047 has other compilation
segfaults affecting my code, I'm a little worried I'll never be able to build
my code with any D compiler above 2.046 again ;)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list