Quote:
Originally Posted by DNSB
Thanks for the explanation, Geoff. I got the nickel version but wasn't sure where you got the libnickel.so.1.0.0 version from.
|
When I went to trace back through the call stack to see where the problem might have started, I couldn't find the function _ZN12PluginLoader11forMimeTypeERK10QByteArray in libnickel.so.1.0.0 version 4.8.11073. I searched (strings + grep) in other firmware versions I had on hand and noticed it didn't exist in versions up to and including 4.8.11073, but did in more recent versions.
So I can't tell exactly which version libnickel.so.1.0.0 came from, it could be 4.8.11090, 4.9.11311 or 4.9.11314.
[Edit:
_ZN12PluginLoader11forMimeTypeERK10QByteArray is the mangled name for
PluginLoader::forMimeType(QByteArray const&), but you don't need to know that to search for it with strings/grep or similar tools]