You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to change the report signal numbers from SIGUSR1 and SIGUSR2 to some other numbers greater than 32, which is not usually reserved for system. There are two reasons.
First, SIGUSR1 and SIGUSR2 are too common so some other library or program could easily overwrite heaptrace registered signal handler.
Second, to support another sort key. The report could be sorted in slope or r square order, if we accept to add SLR(simple linear regression) analysis on report(See #34 for details about adding SLR). We need to add another signal to report in slope and r square order but there is no SIGUSR3 and SIGUSR4.
The text was updated successfully, but these errors were encountered:
I suggest to change the report signal numbers from
SIGUSR1
andSIGUSR2
to some other numbers greater than32
, which is not usually reserved for system. There are two reasons.First,
SIGUSR1
andSIGUSR2
are too common so some other library or program could easily overwriteheaptrace
registered signal handler.Second, to support another sort key. The report could be sorted in
slope
orr square
order, if we accept to addSLR
(simple linear regression) analysis on report(See #34 for details about addingSLR
). We need to add another signal to report inslope
andr square
order but there is noSIGUSR3
andSIGUSR4
.The text was updated successfully, but these errors were encountered: