Bug 144101 - Look up will deepend every time.
Summary: Look up will deepend every time.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.10
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-23 09:21 PDT by Jim Oase
Modified: 2015-05-18 22:20 PDT (History)
5 users (show)

See Also:


Attachments
Screen shot of Lookup Failing (203.19 KB, image/jpeg)
2015-04-23 09:21 PDT, Jim Oase
no flags Details
Screen shot of failure.. next will be dialog (300.93 KB, image/jpeg)
2015-04-30 06:00 PDT, Jim Oase
no flags Details
Dialog of lookup crash (58.58 KB, text/rtf)
2015-04-30 06:01 PDT, Jim Oase
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Oase 2015-04-23 09:21:26 PDT
Created attachment 251445 [details]
Screen shot of Lookup Failing

See attached screen shot.

The last couple of releases of the nightly build will crash when attempting to lookup the definition of a word.
Comment 1 Tim Horton 2015-04-25 22:58:44 PDT
The crash is in the Lookup process, not WebKit; you should file this at bugreport.apple.com, instead of here.
Comment 2 Jim Oase 2015-04-26 04:40:32 PDT
(In reply to comment #1)
> The crash is in the Lookup process, not WebKit; you should file this at
> bugreport.apple.com, instead of here.

Works correctly with Safari and other applications, not with WebKit.
Comment 3 Tim Horton 2015-04-26 09:38:33 PDT
Hmm, indeed, it seems to reproduce in nightlies. Interesting! Un-resolving for now.
Comment 4 Tim Horton 2015-04-26 09:44:59 PDT
But not in ToT builds?!
Comment 5 Brent Fulgham 2015-04-26 09:46:25 PDT
(In reply to comment #0)
> Created attachment 251445 [details]
> Screen shot of Lookup Failing
> 
> See attached screen shot.
> 
> The last couple of releases of the nightly build will crash when attempting
> to lookup the definition of a word.

Could you paste the full text of that crash report dialog here so we can look at it?
Comment 6 Beth Dakin 2015-04-26 18:33:57 PDT
I wonder if this could have something to do with the fact that Nightlies are not yet building with the 10.3 SDK.
Comment 7 Tim Horton 2015-04-27 12:14:51 PDT
(In reply to comment #5)
> Could you paste the full text of that crash report dialog here so we can
> look at it?

No need for this, the bug is easily reproducible.

This is a regression in OS 10.10.3, not in WebKit; please file a bug at bugreport.apple.com, instead of here.
Comment 8 Jim Oase 2015-04-30 05:54:16 PDT
(In reply to comment #7)
> (In reply to comment #5)
> > Could you paste the full text of that crash report dialog here so we can
> > look at it?
> 
> No need for this, the bug is easily reproducible.
> 
> This is a regression in OS 10.10.3, not in WebKit; please file a bug at
> bugreport.apple.com, instead of here.

So far the only application with this problem is WebKit.  Is this one of those "Look everyone except Johnny is out of step" deals?
Comment 9 Jim Oase 2015-04-30 06:00:27 PDT
Created attachment 252053 [details]
Screen shot of failure.. next will be dialog
Comment 10 Jim Oase 2015-04-30 06:01:16 PDT
Created attachment 252054 [details]
Dialog of lookup crash
Comment 11 Alexey Proskuryakov 2015-04-30 09:30:28 PDT
WebKit nightlies are indeed unusual, because they use Safari that is installed on your system. This is an integral part of how nighlties work, so as Tim said, this is a bug in OS X 10.10.3 that needs to be reported to Apple.

Thank you for following up!
Comment 12 Jim Oase 2015-05-06 09:23:32 PDT
(In reply to comment #11)
> WebKit nightlies are indeed unusual, because they use Safari that is
> installed on your system. This is an integral part of how nighlties work, so
> as Tim said, this is a bug in OS X 10.10.3 that needs to be reported to
> Apple.
> 
> Thank you for following up!

In another life I had programmers tell me their code was good so its got to be something else causing the problem.  My approach was to ask for a walk through of the code with a couple more people sitting in.

An amazing number of times, during the presentation, the programmer would stop, make an amazement statement and the problem was found.


So the premise is that when Safari and all other applications do the lookup routines they accesses OS X is a different way than WebKit even though Safari and WebKit use the same routines?   

What is the problem that causes OSX to recognize and treat WebKit different?  

Does OSX know it's WebKit calling via Safari routines?

What changed between the build that worked and the first one that didn't work?  Did OSX get an upgrade?  I will look back at builds and find when the change occurred.  If there is such an occurrence than OSX is not the problem.
Comment 13 Tim Horton 2015-05-06 11:38:24 PDT
(In reply to comment #12)

> What changed between the build that worked and the first one that didn't
> work?  Did OSX get an upgrade? 

Yes, 10.10.3.

> I will look back at builds and find when the
> change occurred.  If there is such an occurrence than OSX is not the problem.

The problem is fully understood, there's no need to investigate further, we just cannot discuss the problem here -- that discussion's place is in Apple's bug reporter.
Comment 14 Alexey Proskuryakov 2015-05-18 22:20:45 PDT
*** Bug 145105 has been marked as a duplicate of this bug. ***