summaryrefslogtreecommitdiff
path: root/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ <Christian@web>2013-07-19 06:57:39 +0000
committerGravatar admin <admin@branchable.com>2013-07-19 06:57:39 +0000
commitb8f5fa86b7c9742b3f7f971d02900ba9948d494b (patch)
tree93347e71152563e36c22969f4afeeee7538bf0df /doc/bugs/Watcher_crashed:_addWatch:_does_not_exist
parent657cf9cf3931a008c28f3c25900f803befe7fcda (diff)
Added a comment
Diffstat (limited to 'doc/bugs/Watcher_crashed:_addWatch:_does_not_exist')
-rw-r--r--doc/bugs/Watcher_crashed:_addWatch:_does_not_exist/comment_3_513fae4d379008f954a307be8df34976._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist/comment_3_513fae4d379008f954a307be8df34976._comment b/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist/comment_3_513fae4d379008f954a307be8df34976._comment
new file mode 100644
index 000000000..a85470f68
--- /dev/null
+++ b/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist/comment_3_513fae4d379008f954a307be8df34976._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ"
+ nickname="Christian"
+ subject="comment 3"
+ date="2013-07-19T06:57:39Z"
+ content="""
+Oh, I think i found a problem with the inotify_add_watch. I checked the strace and:
+
+ [pid 19346] inotify_add_watch(63, \"./Perry Rhodan - Atlan\", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DELETE) = 137
+ [pid 19346] inotify_add_watch(63, \"./Perry Rhodan - Atlan/Atlan Blaue- Silberbnde\", IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DELETE) = -1 ENOENT (No such file or directory)
+
+The problem is that there seems to be an encoding problem. There should be a german Umlaut in Silberb[ae]nde. The directory name is not valid encoded.
+"""]]