Re: [webkit-dev] NPAPI plugin crashes while calling npnfuncs->invoke in GtkLauncher

2012-03-15 Thread souvik . datta
Please find the gdb trace: Program received signal SIGSEGV, Segmentation fault. 0x0046b886 in _NPN_Invoke () from /home/souvik/Webkit/Webkit/webkit-1.6.1/.libs/libwebkitgtk-3.0.so.0 (gdb) bt #0 0x0046b886 in _NPN_Invoke () from /home/souvik/Webkit/Webkit/webkit-1.6.1/.libs/libwebkitgtk-3.0.so.0

[webkit-dev] NPAPI plugin crashes while calling npnfuncs->invoke in GtkLauncher

2012-03-15 Thread souvik . datta
Hi, I am trying to load my NPAPI plugin in GtkLauncher ( built from source version-1.6.1 under Ubuntu 10.10). The plugin is used to communicate with a native shared library. Although I am able to load the plugin ( Got NP_Initialize and NP_GetEntryPoints calls on the console ) and make success