diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-26 13:16:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-26 13:16:13 -0400 |
commit | 047c343d771eeac42f5f02c04e1bf51bc4883919 (patch) | |
tree | 6fcdc7a5f7379fbc88b0ad5c4939a727a7d5b648 /doc/bugs | |
parent | 16b26c837b53e33e81df29b2987ab52b637e4029 (diff) | |
parent | cadf331a77908f5e1551d0270ade9b87a698fb06 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_1_5cad24007f819e4be193123dab0d511a._comment b/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_1_5cad24007f819e4be193123dab0d511a._comment new file mode 100644 index 000000000..23a4165a4 --- /dev/null +++ b/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_1_5cad24007f819e4be193123dab0d511a._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.2.189" + subject="not good.." + date="2012-07-26T17:09:16Z" + content=""" +Do you see the segfault in a repo with fewer files? + + +"""]] diff --git a/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_2_d449bf656a59d424833f9ab5a7fb4e82._comment b/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_2_d449bf656a59d424833f9ab5a7fb4e82._comment new file mode 100644 index 000000000..04b7ed1ae --- /dev/null +++ b/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_2_d449bf656a59d424833f9ab5a7fb4e82._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.2.189" + subject="comment 2" + date="2012-07-26T17:09:59Z" + content=""" +Also, you might try bisecting to find whatever commit it first started segfaulting on. +"""]] diff --git a/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn b/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn index 7299d90e4..c62dacc34 100644 --- a/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn +++ b/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn @@ -103,7 +103,11 @@ going through <http://hackage.haskell.org/packages/archive/network/2.3.0.14/doc/ > use something like `dbus-monitor` to see events when > plugging in removable drives? If so, this might be worth spending time > on. + +>> No OSX does not come with dbus by default, the user must install it + > > Currently though, dbus is not supposed to be built on non-Linux systems. > (Well, it might work on Freebsd or something, but I've not tried it.) > I've fixed the cabal file to only enable it on Linux. + |