Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the report signal numbers #35

Open
Bojun-Seo opened this issue Nov 21, 2023 · 0 comments
Open

Change the report signal numbers #35

Bojun-Seo opened this issue Nov 21, 2023 · 0 comments

Comments

@Bojun-Seo
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant