Re: trouble using sfsagent in MacOS 10.4 Tiger
Jaakko Niemi <[email protected]> Tue, 1 Nov 2005 20:53:08 +0200
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 27 Oct 2005, Kevin Fu wrote: > sfsagent: EOF from sfscd Hmm, anything in syslog? What if you start sfscd with -d ? If you see something like: sfscd: arg marshaling failed (prog 344438, vers 1, proc 2) you're most propably running into gcc optimization bug that happens on ppc. Reproduced on at least Linux and couple BSD's. Easy to work around, just compile with -O0 or -O1 instead of -O2. Plenty free beers for whoever manages to decent testcase so that proper bugreport can be made. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=183871 --j