Thread overview
ICE with static immutable RedBlackTree
Nov 24, 2017
Elronnd
Nov 24, 2017
Iain Buclaw
Nov 28, 2017
Elronnd
Nov 29, 2017
Iain Buclaw
Nov 29, 2017
Elronnd
November 24, 2017
There is this ICE:

void main() {
        import std.container;
        static immutable s = new RedBlackTree!int('h');
}
November 24, 2017
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.
November 28, 2017
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
November 29, 2017
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™.

November 29, 2017
Ok done, https://bugzilla.gdcproject.org/show_bug.cgi?id=280