fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

Daily Kernel Panics with SSHFS 0.3.0 and MacFuse 0.4.0 #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mount sshfs filesystem using sshfs 0.3.0 and macfuse 0.4.0
2. Connect to Solaris hosted sshfs fs.
3. Edit and manipulate files.

What is the expected output? What do you see instead?
Files are edited and manipulated, no kernel panic.

What version of the product are you using? On what operating system?
OS X 10.4.10, sshfs 0.3.0, macfuse 0.4.0

Please provide any additional information below.

I was not getting daily kernel panics using sshfs 0.3.0 and macfuse 0.3.0. I 
only had one, with 
the same level of usage. I've attached the pertinent piece of panic.log. It 
looks like  some 
problems are being experience with vnodes and refcounts. The error always 
happens after I 
begin editing in TM, and might be related to the "stat every project file" 
behavior of the app when 
it regains focus.

Original issue reported on code.google.com by ibaird@gmail.com on 19 Jul 2007 at 3:00

Attachments:

GoogleCodeExporter commented 9 years ago
> Daily Kernel Panics with SSHFS 0.3.0 and MacFuse 0.4.0
>
> I was not getting daily kernel panics using sshfs 0.3.0 and macfuse 0.3.0. I 
only had one, with 
the same level of usage

What does that mean? If you only had one panic, why label your report as "daily 
kernel panics"?

Your reported issue is a known problem in OS X that's triggered by, among 
others, TextMate (that's not to say 
it's TextMate's fault). If you try searching past issues here, on the 
macfuse-devel forum, and on the Internet 
in general, you'll find plenty of information and some workarounds. Try 
"vnode_rele_ext" as your search 
phrase.

Original comment by si...@gmail.com on 19 Jul 2007 at 5:57

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Looks like it's probably the extended attributes problem. I'll try the 
workaround indicated at http://
lists.macromates.com/pipermail/textmate/2005-September/005290.html with MacFUSE 
0.4.0. Thanks.

Original comment by ibaird@gmail.com on 19 Jul 2007 at 6:14