'Twas brillig, and Anton Yashin at 21/01/10 15:04 did gyre and gimble:
Colin Guthrie <gmane <at> colin.guthr.ie> writes:
I'm not sure where Raymond sees flashsupport.c...
Could it be that you have libflashsupport.so (probably in /usr/lib/) on your system somewhere? If so you should try removing it (e.g. finding which package owns the file - rpm -qf <file> - and then removing the package) and see if the problem goes away.
It's used to extend Flash player and I guess it could be cocking up somewhere or other.
Col
Hi
#LANG=C find / | grep libflashsupport find: `/home/anton/.gvfs': Permission denied
May be this some internal features of flash player?
flashsupport is an external system. If your system has a libflashsupport.so file it will be loaded into the flashplayer. We used to use this some time ago when Flash's audio support was shocking (libflashsupport.so was used to provide pulseaudio support). Now flash works OK with alsa and PA via alsa, we no longer need this. Just wanted to ensure you weren't generating some odd code paths as a result of this file being present. It seems you are not and thus, I don't think flashsupport is an issue (tho as the internals of Flash are a black box I can't be 100% certain).
Cheers
Col