Closed
Bug 269913
Opened 20 years ago
Closed 19 years ago
QuickTime Plugin does not define symbol: _NSGetFactory
Categories
(Camino Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
Future
People
(Reporter: timeless, Assigned: mikepinkerton)
Details
(Keywords: crash)
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a5) Gecko/20041110 Camino/0.8+ Date/Time: 2004-11-14 22:55:26 -0800 OS Version: 10.3.6 (Build 7R28) Report Version: 2 Command: Camino Path: /Applications/Browsers/Camino.app/Contents/MacOS/Camino Version: 0.8+ (0.8+) PID: 11033 Thread: Unknown Link (dyld) error: dyld: /Applications/Browsers/Camino.app/Contents/MacOS/Camino NSLookupSymbolInImage() dynamic library: /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin does not define symbol: _NSGetFactory Not sure what i was doing, (and i was reading bugs using is:Unread in gmail, which makes it hard to find things later, since well... they're read now). This sucks, i don't like crashing! :)
Updated•20 years ago
|
Component: Plug-ins → General
Product: Browser → Camino
Version: Trunk → unspecified
Comment 1•20 years ago
|
||
Indeed, that library does not define _NSGetFactory. Should it? I'm not too familiar with plugins.
probably not, i believe that's a deprecated entrypoint. unfortunately i'm not sure how to tickle this problem, and my builds all fail, so i'm not yet in a position to debug this. i believe the question is something like who called NSLookupSymbolInImage and where. The only caller I found happens to be in nspr and it seems to try not to crash when it fails to find a symbol. so, if the caller is indeed nspr the question is what in the world is going on. if the caller is someone else, the question is what are they thinking and how do we prevent them from doing that.
mozilla.1.jhermans@spamgourmet.com: why did you move this bug to Camino?
Assignee: nobody → pinkerton
Component: General → Plug-ins
| Assignee | ||
Comment 4•20 years ago
|
||
can this be reproduced at all?
Summary: dyld: /Applications/Browsers/Camino.app/Contents/MacOS/Camino NSLookupSymbolInImage() dynamic library: /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin does not define symbol: _NSGetFactory → QuickTime Plugin does not define symbol: _NSGetFactory
i don't actively play with plugins, or even camino, this will probably take me a week or two to reproduce given my current usage level of camino.
Comment 6•19 years ago
|
||
Not seen in normal use.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•