Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Bug Businesses OS X Operating Systems Apple

Data Loss Bug In OS X 10.5 Leopard 603

An anonymous reader writes "Leopard's Finder has a glaring bug in its directory-moving code, leading to horrendous data loss if a destination volume disappears while a move operation is in progress. This author first came across it when Samba crashed while he was moving a directory from his desktop over to a Samba mount on his FreeBSD server."
This discussion has been archived. No new comments can be posted.

Data Loss Bug In OS X 10.5 Leopard

Comments Filter:
  • Re:Terrible bug (Score:5, Insightful)

    by Liquidrage ( 640463 ) on Monday November 05, 2007 @07:43PM (#21248281)
    Yes, that's easily avoidable. If you know it exists. And hopefully the first time you get bitten by this it isn't something critical. Would be garbage to have to work around that one.

    TFA looked decent in it's details. Even step by step recreation. But it's a pretty serious bug, that as you mention, *needs* to be fixed quick and I didn't see any other sources confirming it.
  • by Liquidrage ( 640463 ) on Monday November 05, 2007 @07:54PM (#21248427)
    Can't agree with you. It is the exact type of that is usually caught by automated testing. The issue isn't that a hard drive was bumped. The issue is that the write operation failed. In this case due to a drive no longer being accessible. The failure is easily automated, and the result of that failure is easy to catch.

    And I wouldn't exactly call this regression testing, as such functions as file movement aren't usually impacted by later changes. It should be pretty basic on the design chart. Sounds to me more like "working as intended...use move at your own risk". Which I think it stupid, but I don't see how this really was *missed*, especially since some are claiming it's been this way since at least Tiger.
  • by El Lobo ( 994537 ) on Monday November 05, 2007 @07:54PM (#21248433)
    but NEW system have even more bugs. Every new system have children diseases: some simple bugs, cosmetical, but also critical. A modern OS is a VERY complex thing, and Abbles MakOS is not different.

    I guess, more bugs are to be revealed when the number of users continue to rise, but they will also be fixed, so the system will become more and more stable with the time.

    The difference is, how the media and people in general reacts to an error of such a kind. Could yu imagine what people would scream and cry is Vista happened to just loss a bite of information? Oh, christ, I don't want to even THINK about this. Now, Abble, does that mistake, and... that's OK, nobody is perfect... Will get fixed.... People have double standards, but in the end, Vista was not THAT bad, and Abble's OSX was not THAT good. The true, is as always there, somewhere in the middle.

  • Re:Wow (Score:3, Insightful)

    by Tack ( 4642 ) on Monday November 05, 2007 @08:01PM (#21248515) Homepage

    I was curious, so I tried this scenario with Nautilus (the file manager in GNOME). It prompted me: "A folder named 'A' already exists. Do you want to replace it?" which sounds rather much like the Mac OS behavior your described. But it goes onto explain: "The folder already exists in 'B'. Replacing it will overwrite any files in the folder that conflict with the files being copied." This suggests instead that unlike the dialog heading, B/A will not be replaced, but the two directories' files merged. Indeed this is what it does.

    I'd call this a bug. (The wording of the dialog, that is.)

  • I don't understand (Score:2, Insightful)

    by DarkOx ( 621550 ) on Monday November 05, 2007 @08:03PM (#21248549) Journal
    Move is usually a destructive operation, on almost every platform I have ever used. Here are my experiences

    Target diskete failure doing a move from C: to A: on DOS, yep your data is gone.

    Network error moving from one windows box to another, yep your data is gone.

    NFS write failure on Linux 2.4, check your data is gone.

    Maybe move should be implemented as copy, completly then delete but its often not. I don't think there is any convention that demands it be that way. If you care about the data, at all you should always copy, check(maybe cursory, maybe md5 depending on how much you care) then delete.

    I tell my users all the time, "move it only if you can lose it."

    I don't think this is really a "bug" so much as a behavior, ie there is no handling of media exceptions when doing a move. Now if you data sometime went bye bye with two working devices that would be bug, and that is not what is being described here.

    I don't think its fair to single MAC OS out for this either. As far as I know most mainstream OS seem to handle move operations with media exceptions badly. I am also not a MAC appologist. I don't have nor have every had any Apple products. Sure maybe the OS should copy, check at least no exception events happened durring and then delete but its not a bug. I don't think you can blame the OS for problems when the hardware under it be it a disk, NIC card, or memory flakes out. If it handles it gracefully then that is a virtue of the system, if does not handle it then its room for improvement in terms of features but not really a "bug".
  • by JunoonX ( 1171445 ) on Monday November 05, 2007 @08:07PM (#21248607)
    When two folders, both named "Documents", where one is dragged and dropped into the home directory containing another "Documents" folder, Windows prompts if you want to replace content from the dropped folder on to the one being dropped on. At this point, if any files with same name are encountered, they will be replaced with the one from the first directory; however, all other files in folder will stay intact.
  • by nine-times ( 778537 ) <nine.times@gmail.com> on Monday November 05, 2007 @08:09PM (#21248635) Homepage

    If you drag a folder called "Documents" into your home directory and click on "OK",

    To be fair, I don't think it asks you whether it's ok to move that directory. It will warn you that it's going to replace that folder, and the buttons will either say, "Replace" or "Stop". It's not that ambiguous.

    The only thing that makes it problematic is if you're accustomed to working in a file manager that will automatically merge directories, then you might think it's going to merge when it's actually going to replace. I would say that neither behavior is "wrong", but you certainly can get unhappy results if you're expecting one behavior and get another.

    Honestly, it took me a little while to get used to it, but now that I expect it, it's fine. Usually, if I'm doing anything complicated with copying/moving lots of stuff recursively, I'm going to want to use a command line anyhow. In the command-line, "cp" and "mv" work in normal unix fashion.

  • by Anonymous Coward on Monday November 05, 2007 @08:09PM (#21248639)
    I lost my entire work when my primary volume disapeared after power outage, was told that disk is unaccesible. What?? I then realized that all my videos from Asia and Africa filmed previous year were gone, and I mean GONE, nothing even a bit was recovered. After that horrible accident I placed my iMac on a pedestal in the yard and shot it by my Remington into pieces. Never, never I would even consider any Apple product again.
  • Re:Terrible bug (Score:5, Insightful)

    by Knara ( 9377 ) on Monday November 05, 2007 @08:11PM (#21248653)

    You're asking if a bug wherein entire folder hierarchies can go *poof* in the event a network share drops should be considered critical? Are you serious?

  • by EastCoastSurfer ( 310758 ) on Monday November 05, 2007 @08:14PM (#21248697)

    I don't think its fair to single MAC OS out for this either. As far as I know most mainstream OS seem to handle move operations with media exceptions badly.
    I agree. I always copy then delete, especially when dealing with network shares. Windows used to lose data if anything went wrong when moving something across the network. I don't have a Vista box handy to test if it is still an issue.

    That said, I've never understood why move isn't implemented as a copy, check, delete and only be destructive before completing if the move process figures out you don't have enough space and then prompts you.
  • If it's true that Apple's products seem less-tested these days, it's because they've tossed lots of seasoned customer quality-assurance testers to the wayside.

    Many years ago, think System 7, Apple had this great Customer Quality Feedback (CQF) program. We tortured our systems between the alpha-testers and the great unwashed masses. There were Apple staff who (gasp) listened to our bug reports and got back to us reasonably quickly. It was grand.

    Then someone got fired, or promoted, or whatever, and the CQF program got lost in the shuffle. Every few years I get an email from someone at Apple telling me that they're reconstituting it, but nothing ever comes of it, and - you know - it's hard to understand how they can ignore a free, highly-motivated bunch of fanboys.
  • Thread bug? (Score:3, Insightful)

    by mveloso ( 325617 ) on Monday November 05, 2007 @08:20PM (#21248761)
    This may be a bug in the Finder thread code. Why?

    Think about it: safe data movement has been around since filesystems existed. However, the new Finder is multi-threaded. It could be that the error handler is doing the wrong thing with the thrown exception...after all, what -do- you do with an exception in a subthread? What mechanism do you use to throw it upwards to the parent thread?

    That's the joy of error handling, which is totally separate (though completely integral) to your normal architecture issues.
  • by node 3 ( 115640 ) on Monday November 05, 2007 @08:20PM (#21248765)

    For instance there is absolutely no simple way to merge two folders contents together on the mac.
    Open a folder, "Select All", drag into destination folder.

    If you drag a folder called "Documents" into your home directory and click on "OK", the Mac OS will happily delete your entire documents folder.
    It does state this is going to happen in the window with the OK button.

    I was reminded of this enormous frustration while recovering from some multi-volume backups recently, having to resort to an obscure OS X commandline tool 'pax' and Leopard's newfound support of hardlinks to make some simple file copies play nice and not unnecessarily consume 3 times the disk space they should have.
    If you were going with the command line, you could have just used "cp" or "rsync". Your mention of hardlinks is perplexing, though. OS X has supported hard links forever. It recently added support for hard linking folders (extending hard links beyond the standard). Since you're comparing with Windows, does Windows somehow know if you are copying a file that's identical to one that already exists, and makes a hard link? I'm fairly sure it doesn't.

    For all of the flack the Windows file copy interface gets, it is both safer and more flexible than trying to use the Finder
    How so? This bug aside, I don't see how it's safer *or* more flexible. The difference--the *only* difference--here is whether folders replace or merge. Windows isn't more flexible, as it does one way, not both. As for safer, they both tell you when something destructive is going to happen.

    the Finder: an interface that makes file management so stupefying it becomes impossible.
    Impossible? Really? All because it replaces folders (and tells you, with a chance to abort) instead of merging them?
  • by GaryPatterson ( 852699 ) on Monday November 05, 2007 @08:28PM (#21248849)
    Okay, this is a terrible bug, but to me the real news is that the Finder has a move operation. I've only ever used the simple drag (ie copy) when transferring files to other disks. That might also be why I've never had this disconnection-delete problem.

    The workaround is trivial - copy files until you're certain. In fact, I'd recommend doing that in all OSs anyway. Moves or cut-pastes are fraught with potential badness. I've lost files in Windows doing that, and always wondered what's wrong with just moving and deleting manually later on.
  • Re:Terrible bug (Score:1, Insightful)

    by RobertM1968 ( 951074 ) on Monday November 05, 2007 @08:42PM (#21248993) Homepage Journal

    Actually, without more information than the complainer posted, we know NOTHING.

    Consider this, Samba crashed on his FreeBSD machine... and? when? how?

    If Samba (on his FreeBSD machine) crashed after accepting the data and reporting back to the machine running Leopard that the transfer was completed but BEFORE it flushed it from cache to disk, how is Leopard at fault?

    If Samba (on his FreeBSD machine) reported that the files were successfully written before it crashed (and actually finished writing the files), how is it Leopard's fault?

    It is actually highly unlikely that it is Leopard's fault or many more data loss scenarios would pop up, since Finder is initiating the data transfer, AND THEN, the file delete. For this to actually happen, Finder (and the underlying code) would have to "forget" to get back a status from the FS driver indicating success on copy - and then start deleting the originals anyway. This "bug" would surface under any number of scenarios unrelated to this guy's FreeBSD setup.

    Is his FreeBSD share in question on an NTFS partition with a flakey NT driver (or some other file system driver that's flakey)? Some of them will (incorrectly) report files written when they are not - which would trigger Leopard to (correctly) delete the files. I've experienced this exact same problems with some early JFS builds which incorrectly report a file written, then never get to it before the system is restarted or crashes. I wouldnt blame that on the OS of the connecting machine... it did what it was supposed to.

    The only possibility that could make it a MacOSX problem is if the Samba share was reporting back something (else) that MacOSX thought meant "all done" thus starting the deletion of the original. And even in that case, it could be because of a non-standard Samba implementation on the FreeBSD box that is sending back an erroneous code.

    You have to remember, Finder doesnt actually CHECK each file... it checks the return codes from the FILE SYSTEM (whether local or network) and then handles its next steps based off that (ie: success, disk full, write error, etc). This is the same procedure for virtually every operating system that runs on PC (yes, there are certain file transfer methods that actually do a file verification stage, but that is NOT the default for 99% of standard, end-user file transfers).

    Even in the case of using a transfer method that actually verifies the files, it can be a moot point. If the files are still in cache, or the file-system structures are cached and those caches arent flushed and then the system or protocol/FS crashes, I'll lose data... but in the meantime, if the sending system requests "verification" of each file, the receiving system, via reading what is cached, will report that the writes were successful.

    I fail to see how he - or anyone else - speculates this is a Leopard bug without more information. Yeah, it might be... but it more likely isnt.

  • Re:That's silly. (Score:5, Insightful)

    by Taagehornet ( 984739 ) on Monday November 05, 2007 @08:55PM (#21249115)

    this is not what current generation of typical user would do, but I believe they should be educated on this anyway

    Reeducate the user, you say. Surely you must be joking, right?

    Let's ignore for a moment that Leopard may have a few bugs that will have to be ironed out. That's only to be expected with *_any_* newly released OS and the reason why no sane person would ever dare to update the OS on a mission critical machine within the first few months of the release.

    However, if you can't rely on your OS to perform a simple file move without risking data corruption, then the right solution is definitely not to verify every single operation by hand. Automating tedious tasks is exactly what computers do best, and that the OS ensures the integrity of the copy before throwing away the original is definitely something you should expect.

  • Re:Terrible bug (Score:5, Insightful)

    by TheNetAvenger ( 624455 ) on Monday November 05, 2007 @09:02PM (#21249207)
    is this even that critical? Doesn't leopard have the time machine in it? Can't you just go back and get your files out of the time machine if they were that important?


    Only if a backup of the files was run, which is a requirement of Time Machine.

    If this was Vista, then there would be a good chance to use 'previous versions' to recover the folder data, as it does not 'solely' rely on external backup for timeline file recovery. Vistas use volume level file version snapshots(a feature of NTFS that HPS+ doesn't support), so there are backups even on the drive if it hasn't ever been backed up.

    (Remember Time Machine usually only runs once an hour, and all versioning or changes made in that hour are never kept or tracked.)

    -PS Not trying to troll, but this is a perfect example of the difference between Vista's previous versions and Apple's Time Machine I have tried to point out in the past.

    Vista does both volume level backups and external backups, unlike just external backups like Time Machine does.

    See why IT people prefer Vista's method, even if a backup hasn't run that hour, even users themseleves can access files and folders rather easily that got deleted or changed. And since this has been around Since Windows 2003 Server, in corporate environments, even XP users accessing 2003 servers have had this feature for over 4 years now.

    Vista's claim to fame is that it enables these features on the local hard drive, and also integrates with the Vista backup system, so file versions appear from the backups in addition to the 'snapshot versions' on the main hard drive.
  • Re:That's silly. (Score:1, Insightful)

    by kc2keo ( 694222 ) on Monday November 05, 2007 @09:25PM (#21249425) Homepage
    Strongly agree with you. Anytime I have a file to copy over a network connection I never move the file otherwise should a failure occur like a power failure the original copy on the source machine is intact then you just recopy it to the destination host machine. Then delete it afterwards from the source machine if you want to.
  • Re:Terrible bug (Score:3, Insightful)

    by Hierarch ( 466609 ) <CaptainNeeda AT gmail DOT com> on Monday November 05, 2007 @09:30PM (#21249477) Homepage
    Did you miss the part where Leopard reported an error on the copy? (No, really... I'm not being snarky, did you actually miss that screenshot [tomkarpik.com]?) Leopard correctly recognized that the transfer had failed, and still deleted the source.

    To me, that's a pretty clear bug. What stuns me is that Apple isn't using the underlying "mv" command - since it should certainly deal with this situation. They rolled their own defective version.

    Never re-invent the wheel. You'll have a square wheel with 13 lug nuts of all different sizes. Just go to Goodyear and take the tried-and-true.
  • by Nirvelli ( 851945 ) on Monday November 05, 2007 @09:36PM (#21249519)
    There's absolutely no reason that a modern "move" command shouldn't already be implementing the exact process you've just described, no matter where it is moving to.
  • by UncleTogie ( 1004853 ) * on Monday November 05, 2007 @09:38PM (#21249533) Homepage Journal

    This is going to be a Big Problem for all the artsy stoners.

    Correction: This'll be a problem for the Yuppie stoners. The rest of the stoner crowd moved to other OSs long ago.

    This problem, as much as I like to jeer at elitists, is not Mac-only... We just read [slashdot.org] how Vista freaks around the 16,384 file number when copying. I could rant about "flaws" like this in each of the "big three", Linux, OSX, and Windows. But I'm not. Why?

    They're going to happen.

    Folks, ya have to remember... At present, and especially commercially, "quality assurance" means jack when you have a set-in-stone release date. Whether it's vaporware like WinFS, or trying to sneak in some code before a freeze, rushing due to financial/time concerns are what's screwing product quality far more than who's making it.

  • by Anonymous Coward on Monday November 05, 2007 @09:51PM (#21249649)
    1. Establish a backup procedure, preferably automated, on the day of install.
    2. Perform your first backup on the day of install.
    3. Ensure your backups happen as regularly as you can manage.
    4. Test your backups regularly to ensure your backup method works.

    Is that clear? If you don't have a backup procedure in place, stop right now, whatever you are doing and establish one.

    If you have not followed this advice and experience data loss, it is your responsibility and your fault.
  • by ChrisA90278 ( 905188 ) on Monday November 05, 2007 @10:07PM (#21249803)
    There is a good chance the disk drive or the networked computer is giving the finder an "OK I got it" signal BEFORE the data is actually written to the physical disk drive. So it gives this signal, then the finder deletes the old data and then the disk drive "goes away" before the data is written out of the cache and to the drive. Don't blame Finder, blame those huge disk caches where many megabytes sit and wait to be written to the drive.

    If this is true then the bug is im the copy of Samba running on the file server. We do not yet have enough information to know.
  • Re:Mod Parent Up! (Score:2, Insightful)

    by Lunzo ( 1065904 ) on Monday November 05, 2007 @10:23PM (#21249913)

    It's not logical at all. Why should moving one folder delete an existing one?

    As for the warnings etc, how many users actually read those warning pop-ups? And if they do read them do you reckon they'd understand exactly what was meant?

    Mac's are usually pretty good for usability. I'm surprised they'd make such glaring errors, such as not protecting a User's work, not letting them undo, and having strange behaviour which is difficult to learn on the basic file-system interface, which in theory any user should be able to figure out how to operate on the first go.

    See: http://www.asktog.com/basics/firstPrinciples.html [asktog.com] for more info on usability.

  • by Anonymous Coward on Monday November 05, 2007 @11:18PM (#21250341)
    That is your second post in a row claiming features on Vista that do not work "just work". There is a reason the vast majority of users who have tried Vista find it lacking -- these so-called features you claim just work do not.

    I cannot believe you just claimed copying files in Vista is something good about Microsoft's latest operating system. Copying files in Vista is the biggest fucking pain I have ever experienced since using cassette tapes to store Atari files.

    I think you, TheNetAvenger (624455), are a paid Microsoft shill.
  • by tftp ( 111690 ) on Tuesday November 06, 2007 @12:15AM (#21250735) Homepage
    Apple charges good money for Leopard, so let them fix it.
  • by Captain Segfault ( 686912 ) on Tuesday November 06, 2007 @12:26AM (#21250799) Homepage Journal
    linux caches writes to floppies until umount

    The nasty case here is that, as far as mv is concerned, the write is complete as soon as it's done writing to cache.

    Your test of interrupting the mv in the middle doesn't hit this case because mv hasn't finished yet. If the cached write then fails there's nothing it can do. Unless mv uses uncached writes or does a sync you're gong to have this sort of problem.

  • Re:Not just 10.5 (Score:3, Insightful)

    by SEE ( 7681 ) on Tuesday November 06, 2007 @12:38AM (#21250899) Homepage
    Hmm, so a move coded such that it doesn't actually verify the copy before the delete is standard for MacOS?

    I've heard of a phrase for this sort of thing -- "defective by design".
  • by Cantus ( 582758 ) on Tuesday November 06, 2007 @01:43AM (#21251321)
    The default Finder behavior when you drag a file from one volume to another is to copy the file. To do a move you press the Command key and drag the file to its new destination.

    The second you drop the file, it begins copying the file to the destination volume, but the original file disappears... poof, gone. If you stop the move operation, you're left with an incomplete file in the destination volume and with nothing in the original volume. This is to me a major bug.

    This is why, for large files, I always copy.
  • Re:That's silly. (Score:3, Insightful)

    by dave562 ( 969951 ) on Tuesday November 06, 2007 @03:28AM (#21251881) Journal
    However, if you can't rely on your OS to perform a simple file move without risking data corruption, then the right solution is definitely not to verify every single operation by hand.

    On the contrary, that is exactly the thing to do. When you are working in mission critical environments and are charged with the safety of important data, it behooves you to do things the "slow way" sometimes for the simple reason that you have a safety net. In case of a disaster, it's much easier to restart a file copy than it is to pull data off of a backup tape because some of it got lost in the middle of a move operation.

  • by space_in_your_face ( 836916 ) on Tuesday November 06, 2007 @04:50AM (#21252223)

    But that's exactly what the Leopard Finder is doing!

    Not exactly. The Leopard finder is doing something like:

    cp "$from" "$to" ; rm -rf "$from"
    like in "remove $from regardless if the copy was successful or not".
  • by Tim C ( 15259 ) on Tuesday November 06, 2007 @06:24AM (#21252673)

    You'd wouldn't expect dragging a Word file named "happy.doc" into a folder already containing a "happy.doc" to perform a merge operation; so why would you expect that with a folder in the same situation?
    Because folders are containers. To use a real-world analogy, it's perfectly possible to take the paper out of a folder and put it in another, rather than to throw out the original folder and put the new one in its place.

    Of course, it's also perfectly possible to have identically-labelled pieces of paper in a folder, so you can't take the analogy too far...

    I'm a Windows and Unix guy, so to me merging folders makes perfect sense. I know I'm biased, but I'd have thought that a new user would think "hang on, if folders contain files, how come I can't just put all the files from the new folder into the old one like this? Why does it replace them all?" I know you could do it manually, but then you have to manually recurse through all the subdirectories. (And I appreciate you can use the command line, but that just raises another question - how come the GUI operates on a completely different principle?)
  • by evalencia1 ( 132952 ) on Tuesday November 06, 2007 @07:23AM (#21252879)

    Doing a "replace" for that operation makes sense in a spatial system because all spatial icons are treated the same way. You'd wouldn't expect dragging a Word file named "happy.doc" into a folder already containing a "happy.doc" to perform a merge operation; so why would you expect that with a folder in the same situation?


    Because a folder is different from a file. When working with folders, you are actually using that to group files together. The folder itself is not the entity you're concerned with, it's the files inside it. If you move a folder onto another with the same name, you are actually telling the system "move the files in this location to this other location". I think this is the more frequent user scenario, rather than a user wanting to REPLACE the contents of one directory with another. I think in these cases, the one that loses the least number of files should prevail.
  • Re:That's silly. (Score:2, Insightful)

    by the_lesser_gatsby ( 449262 ) on Tuesday November 06, 2007 @08:00AM (#21253029) Homepage
    A move is programmed as:

    1. Copy the source file to the destination
    2. Read the destination file back to ensure it's identical to the source file
    3. Delete the source file

    Rocket science it ain't (probably been patented though...). At what point in this process would a power failure lose your data? If your OS programs a move in any other way, run away.
  • by MobyDisk ( 75490 ) on Tuesday November 06, 2007 @11:48AM (#21254993) Homepage
    The term "spatial" is B.S. If I pick up a folder on my desk named "Documents" and I drag it on top of another folder named "Documents" then both folders are there. It neither merges, nor replaces. If I wanted a "spacial" setup I would not have bought a computer, I wold have bought a filing cabinet.
  • STOP (Score:3, Insightful)

    by anomaly ( 15035 ) <[moc.liamg] [ta] [3repooc.mot]> on Tuesday November 06, 2007 @12:59PM (#21255895)
    The fact that someone mentioned complexity associated with command-line actions means the conversation is over. Apple's model for file copy has NOTHING to do with the command-line, switches or flags. That complexity is abstracted from the customer.

    rsync is VERY powerful. VERY powerful. In order to glean benefit of that power, you have to be educated about how to use it. Could Apple have defaulted the app to use the "include apple-specific-stuff?" Sure. Should they have? Probably.

    Regardless, rsync is HARD and complex for "joe sixpack" and it's not simpler for him to run
    rsync -e ssh --recursive -l -t -g --compress * joe@destination:dest_dir

    than it is to run
    rsync -e ssh --recursive -l -t -g --compress * joe@destination:dest_dir --includeAppleSpecificStuffHere

    It's the same to them - all gibberish.
  • by Anonymous Coward on Tuesday November 06, 2007 @02:52PM (#21257479)
    well, yeah, if you paid Red Hat good money for Linux then they should be fixing any bugs you encoutner. That's kind of the idea of paying for stuff. But you can get Linux for free from other people. You can't get OS X for free from other people (legally). So the situations are totally different.

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...