Thread overview
[Issue 19594] Compiler Crash
Jan 19, 2019
Basile B.
Jan 19, 2019
Basile B.
Feb 12, 2019
Carsten Schlote
Feb 12, 2019
Seb
Feb 18, 2019
Carsten Schlote
Mar 03, 2019
Basile-z
Mar 10, 2019
Basile-z
Mar 21, 2020
Basile-z
January 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19594

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #1 from Basile B. <b2.temp@gmx.com> ---
(In reply to Carsten Schlote from comment #0)
> Source should be accessible at https://gitlab.vahanus.com/dlang/examples/filescanner on branch 'testing'

No it's not : ERR_ADDRESS_UNREACHABLE

--
January 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19594

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
February 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19594

--- Comment #2 from Carsten Schlote <schlote@vahanus.net> ---
(In reply to Basile-z from comment #1)
> (In reply to Carsten Schlote from comment #0)
> > Source should be accessible at https://gitlab.vahanus.com/dlang/examples/filescanner on branch 'testing'
> 
> No it's not : ERR_ADDRESS_UNREACHABLE

Sorry, we still rework our servers to use Docker. GitLab isn't fully setup yet, so some downtime can happen.

The server is up and running now, and should be acessible now.

--
February 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19594

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #3 from Seb <greeenify@gmail.com> ---
That's why it's best to provide a __minimal__ example directly here as comment. Rule of thumb: if the example doesn't fit into a comment, it can be reduced further. Have a look at DustMite for this.

--
February 18, 2019
https://issues.dlang.org/show_bug.cgi?id=19594

--- Comment #4 from Carsten Schlote <schlote@vahanus.net> ---
(In reply to Seb from comment #3)
> That's why it's best to provide a __minimal__ example directly here as
> comment.
> Rule of thumb: if the example doesn't fit into a comment, it can be reduced
> further. Have a look at DustMite for this.

I tried dustmite, but the tool refused to operate. At least I tried all the options and fallbacks provided by the instruction web page.

I'm aware, that it is near too impossible get a good glue on the problem, without a reduction to some kind of minimum.

So I provide here at least a link to the project, so somebody with dustmite experience can minimize the few sources for analysis.

When I find some time, I will cut away code manually until the compiler no longer crashes. Maybe the last change can be further reduced to provide the needed minimum of info.

--
March 03, 2019
https://issues.dlang.org/show_bug.cgi?id=19594

--- Comment #5 from Basile-z <b2.temp@gmx.com> ---
The SSL certificate of your repo is not valid.

$ git clone https://gitlab.vahanus.com/dlang/examples/filescanner.git
Clonage dans 'filescanner'...
fatal: unable to access
'https://gitlab.vahanus.com/dlang/examples/filescanner.git/': SSL certificate
problem: unable to get local issuer certificate

--
March 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19594

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Basile-z <b2.temp@gmx.com> ---
Please come back with something that can be used to verify to process the issue.

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19594

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--