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 306368 Details for
Bug 446420
bash sometimes dies or hangs when COMP_WORDBREAKS set
[?]
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]
quick and dirty patch
bash-3.2-comp_wordbreaks.patch (text/plain), 655 bytes, created by
Roman Rakus
on 2008-05-22 12:59:37 UTC
(
hide
)
Description:
quick and dirty patch
Filename:
MIME Type:
Creator:
Roman Rakus
Created:
2008-05-22 12:59:37 UTC
Size:
655 bytes
patch
obsolete
>diff -up bash-3.2/shell.c.comp_wordbreaks bash-3.2/shell.c >--- bash-3.2/shell.c.comp_wordbreaks 2008-05-22 13:11:54.000000000 +0200 >+++ bash-3.2/shell.c 2008-05-22 13:29:04.000000000 +0200 >@@ -71,6 +71,10 @@ > # include <readline/history.h> > #endif > >+#if defined (READLINE) >+#include "bashline.h" >+#endif >+ > #include <tilde/tilde.h> > #include <glob/strmatch.h> > >@@ -1729,6 +1733,11 @@ shell_reinitialize () > delete_all_contexts (shell_variables); > delete_all_variables (shell_functions); > >+#if defined (READLINE) >+ sv_comp_wordbreaks ("COMP_WORDBREAKS"); >+ bash_readline_initialized = 0; >+#endif /* READLINE */ >+ > shell_reinitialized = 1; > } >
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 446420
:
306162
| 306368