www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - assertion failure '!vthis->csym' on line 698 in file 'glue.c'

reply Benjamin Thaut <code benjamin-thaut.de> writes:
Hi,
when I compile the current state of my project, I get the following 
assertion failure: '!vthis->csym' on line 698 in file 'glue.c'

I tried to reproduce this in a smaller scale, but it only appears in 
this very special case. The project currently contains 72 source files 
and it only happens when compiling all of them using a rsp file. (Using 
the console command VisualD produces + dmd 2.049)

Should I issue a ticket and upload the complete project so that this bug 
can be traced down?

-- 
Kind Regards
Benjamin Thaut
Oct 08 2010
parent Don <nospam nospam.com> writes:
Benjamin Thaut wrote:
 Hi,
 when I compile the current state of my project, I get the following 
 assertion failure: '!vthis->csym' on line 698 in file 'glue.c'
 
 I tried to reproduce this in a smaller scale, but it only appears in 
 this very special case. The project currently contains 72 source files 
 and it only happens when compiling all of them using a rsp file. (Using 
 the console command VisualD produces + dmd 2.049)
 
 Should I issue a ticket and upload the complete project so that this bug 
 can be traced down?
 
That sounds like bug 4129.
Oct 17 2010