[Issue 6030] Segmentation fault with method overloading and alias this

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 14 14:57:40 PDT 2011


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


Trass3r <mrmocool at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrmocool at gmx.de


--- Comment #1 from Trass3r <mrmocool at gmx.de> 2011-08-14 14:57:37 PDT ---
$ gdb --batch -ex 'run test4.d' -ex 'bt 25' dmd
Program received signal SIGSEGV, Segmentation fault.
0x0000000000517f40 in aliasthisConvTo (ad=Cannot access memory at address
0x7fffff7fefe8) at mtype.c:7193
7193    {
#0  0x0000000000517f40 in aliasthisConvTo (ad=Cannot access memory at address
0x7fffff7fefe8) at mtype.c:7193
#1  0x0000000000518380 in TypeStruct::implicitConvTo (this=0x86f2c0,
to=0x8631d0) at mtype.c:7269
#2  0x0000000000518120 in aliasthisConvTo (ad=0x86f110, from=0x86f2c0,
to=0x8631d0) at mtype.c:7213
#3  0x0000000000518380 in TypeStruct::implicitConvTo (this=0x86f2c0,
to=0x8631d0) at mtype.c:7269
#4  0x0000000000518120 in aliasthisConvTo (ad=0x86f110, from=0x86f2c0,
to=0x8631d0) at mtype.c:7213
#5  0x0000000000518380 in TypeStruct::implicitConvTo (this=0x86f2c0,
to=0x8631d0) at mtype.c:7269
#6  0x0000000000518120 in aliasthisConvTo (ad=0x86f110, from=0x86f2c0,
to=0x8631d0) at mtype.c:7213
...

-- 
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