Live data from Hacker News

Do Not Type "File:///" in OS X

openradar.appspot.com

81–90 of 206 posts

Re: Do Not Type "File:///" in OS X

#82

Earlier quoted context omitted.

That's because SublimeText doesn't use NSTextFields, and therefore, doesn't use Data Detectors. It's not voodoo.

Seriously, people, learn how to read a backtrace. This is hacker news, not social-media-manager-who-claims-they-are-a-geek news.

Couldn't have said it better.

People act completely stupid when it comes to their OS. HOLY SHIT THERE'S A STANDARD TEXT FIELD CLASS?!?!?! APPLE IS DOOMZ0R3D!! Be a champ and submit these kind of things to your local devs and (as the super "hacker" posters say) carry on...

Re: Do Not Type "File:///" in OS X

#83
The cause of this bug seems to be the OSX system spell checker; I've crashed a few applications to take a look at the dumps, and so far they common point of failure seems to be that they all have some call to something like `NSSpellChecker`.

In the OP for example:

    6   AppKit                              0x00007fff921dbd1a checkDataDetectors + 536
    7   AppKit                              0x00007fff921d9429 NSSpellCheckerCheckString + 13334
    8   AppKit                              0x00007fff921d5f9f -[NSTextCheckingOperation main] + 152

    7   AppKit                              0x00007fff921d9429 NSSpellCheckerCheckString + 13334
This explanation makes sense to me because the spell checker is integrated very tightly into the user-facing text entry experience across the board in OSX. It is one of the few bits of code that could explain reliable failures across applications that we've been seeing.

Re: Do Not Type "File:///" in OS X

#84
post #61

I would appreciate if someone can explain to me why I am feeling a urge to visit the office tomorrow only to see stuff crashing on my OSX workstation.

That feeling was me for 10+ years, mainly teenage ones. Not sure where it went, but I prefer working stuff these days.

Re: Do Not Type "File:///" in OS X

#86
post #53
post #49

Earlier quoted context omitted.

[deleted]

I try to avoid upgrading OSX. When a new version comes out, I wait for a hardware refresh and just get a new Mac (Apple has a nasty habit of disregarding backwards compatibility, and it's really nice to be able to do stuff like run older powerpc programs) EDIT: the [deleted] comment was 'I miss snow leopard'

I'm not "upgrading" to Lion ever. Their next software update will determine whether or not I buy a Mac again.

Re: Do Not Type "File:///" in OS X

#89
post #11
post #4

This also happens in the address bar of Chrome. Great fun.

No crash for me. Google must have patched it.

Geesh, tough crowd. No sense of humor.

(Chrome version 24.0.1312.57 really doesn't crash for me on Mac OS X Mountain Lion. Safari and TextEdit do, though.)

Re: Do Not Type "File:///" in OS X

#90
Does not crash:

- 'File:///' typed slowly

- 'File://a' typed slowly

- 'File:// a' typed at any speed.

Does crash:

- 'File:///' typed quickly

- 'File://X' (X being any non-whitespace character) quickly

- 'File://X ' (any number of non-whitespace followed by any whitespace) at any speed

Post reply on HN