Please report dmd crash-bugs/segfaults.

Basile B. b2.temp at gmx.com
Fri Jul 17 11:29:38 UTC 2020


On Wednesday, 15 July 2020 at 18:36:49 UTC, Stefan Koch wrote:
> On Wednesday, 15 July 2020 at 17:35:46 UTC, H. S. Teoh wrote:
>> On Wed, Jul 15, 2020 at 12:12:42PM +0000, Stefan Koch via 
>> Digitalmars-d wrote:
>>> Hi Folks,
>>> 
>>> Through my work on DMD, I have found that it is useful to 
>>> look at
>>> crash bugs/segfaults.
>>> To identify structurally weak areas of DMD.
>>> 
>>> So please, next time you face a bug which crashes dmd, please 
>>> fell free to send me a mail to bugs at bugstefan.de
>> [...]
>>
>> Sure, but couldn't it just be reported to bugzilla?  You can 
>> search for 'ice' on bugzilla to get the list:
>>
>> 	https://issues.dlang.org/buglist.cgi?keywords=ice&list_id=232308
>>
>>
>> T
>
> Yes I could.
> And I probably should do that and import bugs once my service 
> is running.
>
> I don't go through bugzilla that frequently,
> and someone who is willing to drop me an email,
> at least still follows up on things.
>
> whereas with older bugzilla issues you often get responses very 
> late.

Bugzilla has an API [1]. You could use a local deamon instead, 
e.g to grab interesting stuff every n minutes.

[1] 
https://bugzilla.readthedocs.io/en/latest/integrating/apis.html


More information about the Digitalmars-d mailing list