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 155672 Details for
Bug 236047
system-config-bind crashes whenever 'manual' is selected from the 'help' menu
[?]
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]
Proposed patch
system-config-bind-4.0.2-check-child.patch (text/plain), 1.18 KB, created by
Ondrej Dvoracek
on 2007-05-30 12:44:02 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ondrej Dvoracek
Created:
2007-05-30 12:44:02 UTC
Size:
1.18 KB
patch
obsolete
>--- system-config-bind-4.0.2/GUI.py.old 2007-01-23 16:18:40.000000000 +0100 >+++ system-config-bind-4.0.2/GUI.py 2007-01-23 16:23:14.000000000 +0100 >@@ -155,6 +155,14 @@ > return True > > def show_manual(self, dialog, event=None): >+ if (hasattr(self,'manual_pid')) and self.manual_pid != 0: >+ # process already exist -> check it >+ try: >+ os.waitpid(self.manual_pid, os.WNOHANG) >+ self.manual_pid = 0 >+ except: >+ self.manual_pid = 0 >+ > if (not hasattr(self,'manual_pid')) or (os.access('/proc/'+str(self.manual_pid), os.F_OK)==0): > try: > self.manual_pid=os.fork() >@@ -183,6 +191,14 @@ > return > > def show_arm(self, dialog, event=None): >+ if (hasattr(self,'arm_pid')) and self.arm_pid != 0: >+ # process already exist -> check it >+ try: >+ os.waitpid(self.arm_pid, os.WNOHANG) >+ self.arm_pid = 0 >+ except: >+ self.arm_pid = 0 >+ > if (not hasattr(self,'arm_pid')) or (os.access('/proc/'+str(self.arm_pid), os.F_OK)==0): > try: > self.arm_pid=os.fork()
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 236047
:
152301
| 155672