Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 584587 Details for
Bug 717069
nis ypbind crash because SIGPIPE is not caught
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to not catch sigsegv signal
ypbind-mt-1.19-nosigseg.patch (text/plain), 1.10 KB, created by
Honza Horak
on 2012-05-15 08:21:30 UTC
(
hide
)
Description:
patch to not catch sigsegv signal
Filename:
MIME Type:
Creator:
Honza Horak
Created:
2012-05-15 08:21:30 UTC
Size:
1.10 KB
patch
obsolete
>diff -up ypbind-mt-1.19/src/ypbind-mt.c.debug ypbind-mt-1.19/src/ypbind-mt.c >--- ypbind-mt-1.19/src/ypbind-mt.c.debug 2012-05-15 09:35:42.988784337 +0200 >+++ ypbind-mt-1.19/src/ypbind-mt.c 2012-05-15 09:46:48.353044629 +0200 >@@ -404,7 +404,9 @@ sig_handler (void *v_param __attribute_ > sigaddset (&sigs_to_catch, SIGTERM); > sigaddset (&sigs_to_catch, SIGINT); > sigaddset (&sigs_to_catch, SIGQUIT); >+#if 0 > sigaddset (&sigs_to_catch, SIGSEGV); >+#endif > sigaddset (&sigs_to_catch, SIGHUP); > > while (1) >@@ -424,7 +426,9 @@ sig_handler (void *v_param __attribute_ > case SIGTERM: > case SIGINT: > case SIGQUIT: >+#if 0 > case SIGSEGV: >+#endif > /* Clean up if we quit the program. */ > if (debug_flag) > log_msg (LOG_DEBUG, _("Signal (%d) for quitting program arrived."), >@@ -671,7 +675,9 @@ main (int argc, char **argv) > sigaddset (&sigs_to_block, SIGTERM); > sigaddset (&sigs_to_block, SIGINT); > sigaddset (&sigs_to_block, SIGQUIT); >+#if 0 > sigaddset (&sigs_to_block, SIGSEGV); >+#endif > sigaddset (&sigs_to_block, SIGHUP); > if (pthread_sigmask (SIG_BLOCK, &sigs_to_block, NULL) != 0) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 717069
: 584587 |
597579
|
597582
|
597715
|
597716
|
598383
|
598444
|
598486