Bug 264980 - attempt to load plasma_runner_events.so plugin raises signal 8, Arithmetic exception
Summary: attempt to load plasma_runner_events.so plugin raises signal 8, Arithmetic ex...
Status: RESOLVED DUPLICATE of bug 251719
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: 4.6
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 18:11 UTC by OlehB
Modified: 2011-01-31 20:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description OlehB 2011-01-31 18:11:01 UTC
Version:           4.6 (using KDE 4.6.0) 
OS:                Linux


#11 0xb6d664b5 in QLibraryPrivate::load_sys (this=0x8253068) at plugin/qlibrary_unix.cpp:205
205	            pHnd = dlopen(QFile::encodeName(attempt), dlFlags);
(gdb) printq4stringdata attempt
/usr/lib/kde4/plasma_runner_events.so
(gdb) bt
#0  0xb772310a in enter.8102 () from /lib/ld-linux.so.2
#1  0xb7723771 in do_lookup_x () from /lib/ld-linux.so.2
#2  0xb7723b49 in _dl_lookup_symbol_x () from /lib/ld-linux.so.2
#3  0xb772545b in _dl_relocate_object () from /lib/ld-linux.so.2
#4  0xb772c823 in dl_open_worker () from /lib/ld-linux.so.2
#5  0xb772850f in _dl_catch_error () from /lib/ld-linux.so.2
#6  0xb772c2e6 in _dl_open () from /lib/ld-linux.so.2
#7  0xb5b22bdd in dlopen_doit () from /lib/libdl.so.2
#8  0xb772850f in _dl_catch_error () from /lib/ld-linux.so.2
#9  0xb5b23342 in _dlerror_run () from /lib/libdl.so.2
#10 0xb5b22ca7 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2
#11 0xb6d664b5 in QLibraryPrivate::load_sys (this=0x8253068) at plugin/qlibrary_unix.cpp:205
#12 0xb6d60ff4 in QLibraryPrivate::load (this=0x8253068) at plugin/qlibrary.cpp:446
#13 0xb6d610d8 in QLibraryPrivate::loadPlugin (this=0x8253068) at plugin/qlibrary.cpp:478
#14 0xb6d5aed3 in QPluginLoader::load (this=0xbfb24218) at plugin/qpluginloader.cpp:227
#15 0xb703fca8 in KPluginLoader::load (this=0xbfb24218) at /usr/src/debug/kdelibs-4.6.0/kdecore/util/kpluginloader.cpp:224
#16 0xb70400c5 in KPluginLoader::pluginVersion (this=0xbfb24218) at /usr/src/debug/kdelibs-4.6.0/kdecore/util/kpluginloader.cpp:273
#17 0xb4bee577 in Plasma::RunnerManagerPrivate::loadInstalledRunner (this=0x81596a8, service=...) at /usr/src/debug/kdelibs-4.6.0/plasma/runnermanager.cpp:251
#18 0xb4bef3f6 in Plasma::RunnerManagerPrivate::loadRunners (this=0x81596a8) at /usr/src/debug/kdelibs-4.6.0/plasma/runnermanager.cpp:218
#19 0xb4beabd9 in Plasma::RunnerManager::reloadConfiguration (this=0x8158078) at /usr/src/debug/kdelibs-4.6.0/plasma/runnermanager.cpp:441
#20 0xb0d5008a in KRunnerApp::initialize (this=0x80f7d88) at /usr/src/debug/kdebase-workspace-4.6.0/krunner/krunnerapp.cpp:189
#21 0xb0d50990 in KRunnerApp::KRunnerApp (this=0x80f7d88) at /usr/src/debug/kdebase-workspace-4.6.0/krunner/krunnerapp.cpp:79
#22 0xb0d50a10 in KRunnerApp::self () at /usr/src/debug/kdebase-workspace-4.6.0/krunner/krunnerapp.cpp:66
#23 0xb0d511e5 in kdemain (argc=2, argv=0x80da540) at /usr/src/debug/kdebase-workspace-4.6.0/krunner/main.cpp:62
#24 0x0804e521 in launch (argc=2, _name=0x80d74d4 "/usr/bin/krunner", args=<value optimized out>, cwd=0x0, envc=0, envs=<value optimized out>, reset_env=false, tty=
    0x0, avoid_loops=false, startup_id_str=0x80525e3 "0") at /usr/src/debug/kdelibs-4.6.0/kinit/kinit.cpp:730
#25 0x0804f057 in handle_launcher_request (sock=5, who=<value optimized out>) at /usr/src/debug/kdelibs-4.6.0/kinit/kinit.cpp:1222
#26 0x0804f6be in handle_requests (waitForPid=<value optimized out>) at /usr/src/debug/kdelibs-4.6.0/kinit/kinit.cpp:1406
#27 0x08050579 in main (argc=137318240, argv=0x0, envp=0x0) at /usr/src/debug/kdelibs-4.6.0/kinit/kinit.cpp:1903

Reproducible: Always
Comment 1 Christoph Feck 2011-01-31 20:51:29 UTC

*** This bug has been marked as a duplicate of bug 251719 ***