Re: Beta 2.101.0

2022-10-18 Thread Iain Buclaw via Digitalmars-d-announce

On Tuesday, 18 October 2022 at 22:04:50 UTC, Anonymouse wrote:

On Monday, 17 October 2022 at 11:35:22 UTC, Iain Buclaw wrote:

[...]


Thanks!

Question. From the changelog;

Posix (excl. Darwin): Switch default GC signals from SIGUSR1/2 
to SIGRTMIN/SIGRTMIN+1


What should I tell gdb to handle to catch those? `SIG33` and 
`SIG34`?


Check whether it is already stopping on those signals.
```
(gdb) handle SIG33 SIG34
SignalStop  Print   Pass to program Description
SIG33 Yes   Yes Yes Real-time event 33
SIG34 Yes   Yes Yes Real-time event 34
```

If not, append `stop` to the above command.


Re: Beta 2.101.0

2022-10-18 Thread Anonymouse via Digitalmars-d-announce

On Monday, 17 October 2022 at 11:35:22 UTC, Iain Buclaw wrote:

[...]


Thanks!

Question. From the changelog;

Posix (excl. Darwin): Switch default GC signals from SIGUSR1/2 
to SIGRTMIN/SIGRTMIN+1


What should I tell gdb to handle to catch those? `SIG33` and 
`SIG34`?


Re: Beta 2.101.0

2022-10-18 Thread rassoc via Digitalmars-d-announce

On 10/18/22 14:46, Iain Buclaw via Digitalmars-d-announce wrote:

This has been fixed, ♥ to the 62 contributors. ;-)


Aye, easier to digest change log now, thanks for your work, Iain!


Re: Beta 2.101.0

2022-10-18 Thread M.M. via Digitalmars-d-announce

On Tuesday, 18 October 2022 at 12:46:55 UTC, Iain Buclaw wrote:

This has been fixed, ♥ to the 62 contributors. ;-)


Great that you're taking over from Martin Nowak. Thank you and 
good luck.


Re: Beta 2.101.0

2022-10-18 Thread Iain Buclaw via Digitalmars-d-announce

This has been fixed, ♥ to the 62 contributors. ;-)