Bug 30540 - NPN_PluginThreadAsyncCall() crashes Safari when called from a child thread started by the plugin thread in Safari 4 on Snow Leopard.
Summary: NPN_PluginThreadAsyncCall() crashes Safari when called from a child thread st...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P1 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 15:19 PDT by DSUWIRYA
Modified: 2022-07-01 10:43 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DSUWIRYA 2009-10-19 15:19:00 PDT
Architecture : 64-bit Intel.
Base SDK : Mac OS X 10.6 

NPN_PluginThreadAsyncCall() crashes Safari when called from a child thread which is
started by the plugin thread in Safari 4 on Snow Leopard. Child thread is started by 
using pthread library. When PluginThreadAsyncCall() is called from plugin thread, it
is working fine.

The same piece of code is running well in Safari 4 on Tiger and Leopard.
Comment 1 Brent Fulgham 2022-07-01 10:43:09 PDT
NPAPI plugins were removed a while ago.