Mageia Bugzilla – Attachment 4732 Details for
Bug 10289
MCC & mgapplet segfault due to glib2.0/webkit threads (perl segfaulting when having a custom signal handler for SIG_CHILD)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
workaround: kill the regular wakup, only rely on SIG{CHLD
10289-kill-wakup.diff (text/plain), 438 bytes, created by
Thierry Vignaud
on 2014-01-07 11:53:29 CET
(
hide
)
Description:
workaround: kill the regular wakup, only rely on SIG{CHLD
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2014-01-07 11:53:29 CET
Size:
438 bytes
patch
obsolete
>diff --git /usr/libexec/drakconf b/control-center >index d2bfa2d..798faac 100755 >--- /usr/libexec/drakconf >+++ /usr/libexec/drakconf >@@ -705,7 +705,6 @@ $view->signal_connect('load-finished' => sub { > state $done; > return if $done; > $done = 1; >- Glib::Timeout->add(100, sub { sig_child('CHLD', 1); 1 }); > load_program() if $program; > }); > $view->signal_connect('web-view-ready' => sub { warn ">> web-view-ready\n"; 1});
diff --git /usr/libexec/drakconf b/control-center index d2bfa2d..798faac 100755 --- /usr/libexec/drakconf +++ /usr/libexec/drakconf @@ -705,7 +705,6 @@ $view->signal_connect('load-finished' => sub { state $done; return if $done; $done = 1; - Glib::Timeout->add(100, sub { sig_child('CHLD', 1); 1 }); load_program() if $program; }); $view->signal_connect('web-view-ready' => sub { warn ">> web-view-ready\n"; 1});
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10289
:
4145
|
4146
|
4669
|
4722
|
4723
| 4732 |
4738