Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463264 - x11-misc/launchy-2.5: segfaults when trying to search for steam
Summary: x11-misc/launchy-2.5: segfaults when trying to search for steam
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords: Bug
Depends on:
Blocks:
 
Reported: 2013-03-25 18:01 UTC by Richard Yao (RETIRED)
Modified: 2013-05-11 17:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Yao (RETIRED) gentoo-dev 2013-03-25 18:01:23 UTC
I ran launchy from konsole, typed Ctrl+Space and then proceed to type "steam". It crashed as I was hitting 't':

$ launchy 
Loading settings in installed mode from /home/richard
QKeySequence("Ctrl+Space") true 
Searching catalog for "s" 
Setting output text to "spl" 
KGlobal::locale() must be called from the main thread before using i18n() in threads. KApplication takes care of this. If not using KApplication, call KGlobal::locale() during initialization.
Aborted (core dumped)

Here is a backtrace from gdb:

$ gdb `which launchy` -c core 
GNU gdb (Gentoo 7.5.1 p2) 7.5.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /usr/bin/launchy...(no debugging symbols found)...done.
[New LWP 16463]
[New LWP 16259]
[New LWP 16258]

warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `launchy'.
Program terminated with signal 6, Aborted.
#0  0x00007fa507504ad9 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007fa507504ad9 in raise () from /lib64/libc.so.6
#1  0x00007fa507505e38 in abort () from /lib64/libc.so.6
#2  0x00007fa507e017ef in qt_message_output(QtMsgType, char const*) () from /usr/lib64/qt4/libQtCore.so.4
#3  0x00007fa507e01959 in ?? () from /usr/lib64/qt4/libQtCore.so.4
#4  0x00007fa507e02164 in qFatal(char const*, ...) () from /usr/lib64/qt4/libQtCore.so.4
#5  0x00007fa50277b709 in KGlobal::locale() () from /usr/lib64/libkdecore.so.5
#6  0x00007fa502794f0a in ?? () from /usr/lib64/libkdecore.so.5
#7  0x00007fa502798536 in ?? () from /usr/lib64/libkdecore.so.5
#8  0x00007fa50279330e in KMimeType::iconName(KUrl const&) const () from /usr/lib64/libkdecore.so.5
#9  0x00007fa5036485d9 in ?? () from /usr/lib64/kde4/plugins/gui_platform/libkde.so
#10 0x00007fa508cded02 in QFileIconProvider::icon(QFileInfo const&) const () from /usr/lib64/qt4/libQtGui.so.4
#11 0x0000000000445c1f in ?? ()
#12 0x00000000004462b5 in ?? ()
#13 0x00007fa507e0bbaf in ?? () from /usr/lib64/qt4/libQtCore.so.4
#14 0x00007fa506b72e13 in start_thread () from /lib64/libpthread.so.0
#15 0x00007fa5075b2ffd in clone () from /lib64/libc.so.6
(gdb) quit
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2013-04-10 11:28:04 UTC
Sorry, I have no idea how to reproduce this (typing steam brings up steam here) and the backtrace doesn't look too useful either (launchy is missing there, no debugging symbols?).
Have you contacted upstream about this?