[Issue 1741] crash on associative array with static array as index type

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 2 01:39:53 PDT 2008


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


jason at spashett.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at spashett.com




------- Comment #1 from jason at spashett.com  2008-04-02 03:39 -------
This still occurs with dmd version 1.028

user at vm-fruitbat:~$ dmd -g t.d
user at vm-fruitbat:~$ gdb t
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) run
Starting program: /home/user/t
[Thread debugging using libthread_db enabled]
[New Thread -1209919824 (LWP 12717)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1209919824 (LWP 12717)]
0x08053906 in _D3std8typeinfo5ti_Ag11TypeInfo_Ag7getHashMFPvZk ()
(gdb) bt
#0  0x08053906 in _D3std8typeinfo5ti_Ag11TypeInfo_Ag7getHashMFPvZk ()
#1  0x0804a8d1 in _aaGet ()
Die: DW_TAG_<unknown> (abbrev = 6, offset = 505)
        has children: FALSE
        attributes:
                DW_AT_byte_size (DW_FORM_data1) constant: 4
                DW_AT_type (DW_FORM_ref4) constant ref: 340 (adjusted)
                DW_AT_containing_type (DW_FORM_ref4) constant ref: 486
(adjusted)
Dwarf Error: Cannot find type of die [in module /home/user/t]


-- 



More information about the Digitalmars-d-bugs mailing list