www.digitalmars.com         C & C++   DMDScript  

D.gnu - ICE with static immutable RedBlackTree

reply Elronnd <elronnd em.slashem.me> writes:
There is this ICE:

void main() {
         import std.container;
         static immutable s = new RedBlackTree!int('h');
}
Nov 23 2017
parent reply Iain Buclaw <ibuclaw gdcproject.org> writes:
On 24 November 2017 at 08:48, Elronnd via D.gnu <d.gnu puremagic.com> wrote:
 There is this ICE:

 void main() {
         import std.container;
         static immutable s = new RedBlackTree!int('h');
 }
Looks like a stack overflow to me, care to raise a bug? Iain.
Nov 24 2017
parent reply Elronnd <elronnd em.slashem.me> writes:
On Friday, 24 November 2017 at 09:30:02 UTC, Iain Buclaw wrote:
 care to raise a bug?
Hrmm. I tried to create an account on the bugzilla, but got assaulted by this message: There was an error sending mail from 'gdc-bugzilla gdcproject.org' to elronnd slashem.me: error when closing pipe to sendmail: Temp failure (EX_TEMPFAIL) Traceback: at Bugzilla/Mailer.pm line 179. Bugzilla::Mailer::MessageToMTA(...) called at Bugzilla/Token.pm line 89 Bugzilla::Token::issue_new_user_account_token(...) called at Bugzilla/User.pm line 2423 Bugzilla::User::check_and_send_account_creation_confirmation(...) called at /srv/bugzilla/createaccount.cgi line 39
Nov 27 2017
parent reply Iain Buclaw <ibuclaw gdcproject.org> writes:
On 28 November 2017 at 08:02, Elronnd via D.gnu <d.gnu puremagic.com> wrote:
 On Friday, 24 November 2017 at 09:30:02 UTC, Iain Buclaw wrote:
 care to raise a bug?
Hrmm. I tried to create an account on the bugzilla, but got assaulted by this message: There was an error sending mail from 'gdc-bugzilla gdcproject.org' to elronnd slashem.me: error when closing pipe to sendmail: Temp failure (EX_TEMPFAIL) Traceback: at Bugzilla/Mailer.pm line 179. Bugzilla::Mailer::MessageToMTA(...) called at Bugzilla/Token.pm line 89 Bugzilla::Token::issue_new_user_account_token(...) called at Bugzilla/User.pm line 2423 Bugzilla::User::check_and_send_account_creation_confirmation(...) called at /srv/bugzilla/createaccount.cgi line 39
Buildbot ate up all the disk-space. :-( Should be ok now, however I will move this soon™.
Nov 28 2017
parent Elronnd <elronnd em.slashem.me> writes:
Ok done, https://bugzilla.gdcproject.org/show_bug.cgi?id=280
Nov 28 2017