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 150600 Details for
Bug 233316
SIGABRT when inotify backend fails to start up
[?]
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 move initialized=TRUE
gamin-0.1.7-fallback.patch (text/plain), 1.63 KB, created by
Robert Clark
on 2007-03-21 16:04:05 UTC
(
hide
)
Description:
Patch to move initialized=TRUE
Filename:
MIME Type:
Creator:
Robert Clark
Created:
2007-03-21 16:04:05 UTC
Size:
1.63 KB
patch
obsolete
>diff -Naur gamin-0.1.7/server/inotify-helper.c gamin-0.1.7.new/server/inotify-helper.c >--- gamin-0.1.7/server/inotify-helper.c 2007-02-08 15:29:03.000000000 +0000 >+++ gamin-0.1.7.new/server/inotify-helper.c 2007-02-08 15:33:50.000000000 +0000 >@@ -87,14 +87,13 @@ > return result; > } > >- initialized = TRUE; >- > result = ip_startup (ih_event_callback); > if (!result) { > g_warning( "Could not initialize inotify\n"); > G_UNLOCK(inotify_lock); > return FALSE; > } >+ initialized = TRUE; > user_ecb = ecb; > user_fcb = fcb; > im_startup (ih_found_callback); >diff -Naur gamin-0.1.7/server/inotify-kernel.c gamin-0.1.7.new/server/inotify-kernel.c >--- gamin-0.1.7/server/inotify-kernel.c 2007-02-08 15:29:02.000000000 +0000 >+++ gamin-0.1.7.new/server/inotify-kernel.c 2007-02-08 15:33:32.000000000 +0000 >@@ -200,12 +200,12 @@ > return inotify_instance_fd >= 0; > } > >- initialized = TRUE; > inotify_instance_fd = inotify_init (); > > if (inotify_instance_fd < 0) { > return FALSE; > } >+ initialized = TRUE; > > inotify_read_ioc = g_io_channel_unix_new(inotify_instance_fd); > ik_poll_fd.fd = inotify_instance_fd; >diff -Naur gamin-0.1.7/server/inotify-path.c gamin-0.1.7.new/server/inotify-path.c >--- gamin-0.1.7/server/inotify-path.c 2007-02-08 15:29:03.000000000 +0000 >+++ gamin-0.1.7.new/server/inotify-path.c 2007-02-08 15:32:31.000000000 +0000 >@@ -96,13 +96,13 @@ > return result; > } > >- initialized = TRUE; > event_callback = cb; > result = ik_startup (ip_event_callback); > > if (!result) { > return FALSE; > } >+ initialized = TRUE; > > path_dir_hash = g_hash_table_new(g_str_hash, g_str_equal); > sub_dir_hash = g_hash_table_new(g_direct_hash, g_direct_equal);
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 233316
:
150598
| 150600