From 0774dff546284fb4162d937c35449edf01ad3d60 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 27 Jul 2012 16:34:45 +0000 Subject: Added a comment --- ...ment_6_1f92da712232d050e085a4f39063d7a6._comment | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_6_1f92da712232d050e085a4f39063d7a6._comment (limited to 'doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults') diff --git a/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_6_1f92da712232d050e085a4f39063d7a6._comment b/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_6_1f92da712232d050e085a4f39063d7a6._comment new file mode 100644 index 000000000..2aa866410 --- /dev/null +++ b/doc/bugs/Watch_command_as_of_commit_6cecc26206c4a539999b04664136c6f785211a41_segfaults/comment_6_1f92da712232d050e085a4f39063d7a6._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.2.20" + subject="comment 6" + date="2012-07-27T16:34:45Z" + content=""" +Are you seeing libkqueue crash when it's called from a debugger or C program, rather than from Haskell? + +Are you building for 32 or 64 bit? You might try getting the 32 bit version of GCC (or The Haskell Platform) and see if it does better. There is a known GCC crashes on 64 bit OSX involving C libraries, +although this bug report doesn't seem to apply, since we're not using ghci . + +Are you building with cabal, or using the Makefile? + +You might try reverting git commit da4c506d61115236f3e43dd0bd17f30cd54df950 + +You might try disabling the -threaded option in the cabal file or Makefile. + +I ssh'd to the OSX box I have an account on, and confirmed that git-annex watch still works there as of the current head of the `assistant` branch. That's a 64 bit GHC system, FWIW. + +Do you see the crash when building from the `master` branch, or only `assistant`? Master has the watch command, but it's much out of date, so this will tell if the problem was introduced recently... and you might still have to bisect it since I can't reproduce it. :( +"""]] -- cgit v1.2.3