| Summary: | KBFX does not work at all | ||
|---|---|---|---|
| Product: | TDE | Reporter: | d1337r <d1337r> |
| Component: | non-core programs | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | bugwatch, darrella, rom_as, slavek.banko |
| Priority: | P5 | ||
| Version: | 3.5.13 [Trinity] | ||
| Hardware: | amd64 | ||
| OS: | Kubuntu Lucid | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: |
Backtrace for crash.
No any plugin present crash patch |
||
|
Description
d1337r
2010-10-27 08:57:06 CDT
Created attachment 690 [details]
Backtrace for crash.
In my case kbfx crash on placing to panel into code part:
KbfxPlasmaPluginLoader::getView ( TQString name )
{
PluginMap::Iterator it;
for ( it = pluginMap().begin(); it != pluginMap().end(); ++it )
{
pluginMap().remove ( it );
}
init();
KbfxDataStack * stack = pluginMap() [name]->data(); //crash here
if (stack == 0 ) {
return new KbfxDataStack();
}
return stack;
}
Possible that is after some core API changes. On original 3.5.10 kbfx work fine.
Created attachment 693 [details] No any plugin present crash patch (In reply to comment #1) > In my case kbfx crash on placing to panel into code part: > KbfxDataStack * stack = pluginMap() [name]->data(); //crash here The crash caused by no any plugin present into installation. That is not critical but patch included. Problem with loading fixed in GIT hash c7b11825. Potencial crash fixed in GIT hash 31eb731c. |