stefanistrate / pidgin-embeddedvideo

A GTK plugin for Pidgin to watch videos directly in the conversation window.
GNU General Public License v3.0
16 stars 4 forks source link

crashes pidgin #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sending or viewing a video in pidgin that uses pidgin-embedded video
2.
3.

What is the expected output? What do you see instead?

expect to see a video embedded into my message window.

What version of the product are you using? On what operating system?

ubuntu 10.10 64-bit
pidgin embedded video 1.2

Please provide any additional information below.

when i run pidgin through the terminal and try and use pidgin embedded video 
the following is output

:~$ pidgin
No bp log location saved, using default.
[000:001] Browser XEmbed support present: 1
[000:001] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
[000:191] No bp log location saved, using default.
[000:191] Browser XEmbed support present: 1
[000:191] Browser toolkit is Gtk2.
[000:191] Using Gtk2 toolkit
[000:192] No bp log location saved, using default.
[000:192] Browser XEmbed support present: 1
[000:192] Browser toolkit is Gtk2.
[000:192] Using Gtk2 toolkit
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.2) (6b20-1.9.2-0ubuntu2)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
*** NSPlugin Wrapper *** ERROR: no valid NPP -> PluginInstance mapping found
*** NSPlugin Wrapper *** ERROR: no valid NPP -> PluginInstance mapping found
*** NSPlugin Wrapper *** ERROR: no valid NPP -> PluginInstance mapping found
pidgin: /build/buildd/nspluginwrapper-1.2.2/src/npw-rpc.c:1225: 
do_recv_NPObject: Assertion `npobj != ((void *)0)' failed.
*** NSPlugin Viewer  *** ERROR: NPN_GetProperty() wait for reply: Connection 
reset by peer
*** NSPlugin Viewer  *** 
WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-viewer.c:862):invoke_NPN_Ge
tValue: assertion failed: (rpc_method_invoke_possible(g_rpc_connection))
*** NSPlugin Viewer  *** 
WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-viewer.c:862):invoke_NPN_Ge
tValue: assertion failed: (rpc_method_invoke_possible(g_rpc_connection))
*** NSPlugin Viewer  *** WARNING: unhandled variable 18 (<unknown variable>) in 
NPN_GetValue()
*** NSPlugin Viewer  *** 
WARNING:(/build/buildd/nspluginwrapper-1.2.2/src/npw-viewer.c:862):invoke_NPN_Ge
tValue: assertion failed: (rpc_method_invoke_possible(g_rpc_connection))
Aborted

Original issue reported on code.google.com by digitalb...@gmail.com on 17 Jan 2011 at 4:49

GoogleCodeExporter commented 9 years ago
I'm also getting an issue where Pidgin crashes when it encounters an image, 
however I have a slightly different error log:

No bp log location saved, using default.
[000:000] Cpu: 6.58.9, x4, 2800Mhz, 7685MB
[000:000] Computer model: Not available
[000:000] Browser XEmbed support present: 1
[000:000] Browser toolkit is Gtk2.
[000:000] Using Gtk2 toolkit
[000:001] Warning(optionsfile.cc:47): Load: Could not open file, err=2
[000:001] No bp log location saved, using default.
[000:002] Cpu: 6.58.9, x4, 2800Mhz, 7685MB
[000:002] Computer model: Not available
[000:002] Browser XEmbed support present: 1
[000:002] Browser toolkit is Gtk2.
[000:002] Using Gtk2 toolkit
No bp log location saved, using default.
[000:000] Cpu: 6.58.9, x4, 2800Mhz, 7685MB
[000:000] Computer model: Not available
[000:005] Warning(optionsfile.cc:47): Load: Could not open file, err=2
[000:005] No bp log location saved, using default.
[000:006] Cpu: 6.58.9, x4, 2800Mhz, 7685MB
[000:006] Computer model: Not available
[1]    20139 segmentation fault (core dumped)  pidgin

Any ideas?

Original comment by a...@alexscotton.com on 10 Sep 2014 at 2:29