• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: my filesystem vs Finder. "error -50" what does it mean?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: my filesystem vs Finder. "error -50" what does it mean?


  • Subject: Re: my filesystem vs Finder. "error -50" what does it mean?
  • From: Wim Lewis <email@hidden>
  • Date: Mon, 16 Apr 2012 14:18:07 -0700

On 16 Apr 2012, at 2:06 PM, Anatol Pomozov wrote:
> I am working on my filesystem (fuse4x - fuse implementation for macosx). And sometimes I have bugs in it that lead to Finder errors.
>
> For example Finder popups with "error -50" and I suspect that it is related to setattr() function, probably size of the written file. Finder does not like something that my filesystem does. And I want to know what *exactly* Finder does not like.
>
> Is there any table that explains all the "error -N" popup errors? Is this part of Finder open so I can read it?

These are Carbon error numbers percolating up from whatever dusty old API the Finder is calling.  You can find them in various system header files. Unfortunately -50 is a fairly uninformative, general failure error:

> paramErr                      = -50,  /*error in user parameter list*/


One thing you could try is use one of the dtrace scripts to watch the syscalls the Finder is making, and see what has failed recently when it gives you the error dialog.



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Filesystem-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >my filesystem vs Finder. "error -50" what does it mean? (From: Anatol Pomozov <email@hidden>)

  • Prev by Date: my filesystem vs Finder. "error -50" what does it mean?
  • Next by Date: Re: my filesystem vs Finder. "error -50" what does it mean?
  • Previous by thread: my filesystem vs Finder. "error -50" what does it mean?
  • Next by thread: Re: my filesystem vs Finder. "error -50" what does it mean?
  • Index(es):
    • Date
    • Thread