Bug 292304 - KRFB Crashes On Startup
Summary: KRFB Crashes On Startup
Status: RESOLVED DUPLICATE of bug 215288
Alias: None
Product: krfb
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: George Goldberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 00:45 UTC by Rebecca Boyer
Modified: 2012-02-25 09:32 UTC (History)
1 user (show)

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 Rebecca Boyer 2012-01-24 00:45:35 UTC
Application: krfb (4.7.4 (4.7.4))
KDE Platform Version: 4.7.4 (4.7.4)
Qt Version: 4.7.4
Operating System: Linux 3.0.0-15-generic x86_64
Distribution: Linux Mint 12 Lisa

-- Information about the crash:
- What I was doing when the application crashed:
The application worked previously, but today it randomly started crashing. Starting it from the terminal yielded this: 
krfb(24288) KXMLGUIClient::setXMLFile: cannot find .rc file "krfbui.rc" for component "krfb" 
KCrash: Application 'krfb' crashing...
I tried creating the file but I am not quite sure where I should put it. Also, I have no idea as to why it can no longer find the needed file on my system as I did not make any related changes myself.

The crash can be reproduced every time.

-- Backtrace:
Application: Desktop Sharing (krfb), signal: Segmentation fault
[KCrash Handler]
#6  data (this=0x8) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:135
#7  qGetPtrHelper<QScopedPointer<QObjectData> > (p=...) at ../../include/QtCore/../../src/corelib/global/qglobal.h:2343
#8  d_func (this=0x0) at qdbusabstractinterface.h:156
#9  QDBusAbstractInterface::callWithArgumentList (this=0x0, mode=QDBus::Block, method=..., args=...) at qdbusabstractinterface.cpp:406
#10 0x00007f82be52ccc0 in Reset (this=0x0) at ../../dnssd/avahi_entrygroup_interface.h:94
#11 serverStateChanged (this=0x25bbd10, s=<optimized out>) at ../../dnssd/avahi-publicservice.cpp:203
#12 DNSSD::PublicServicePrivate::serverStateChanged (this=0x25bbd10, s=<optimized out>) at ../../dnssd/avahi-publicservice.cpp:193
#13 0x00007f82be52cf03 in DNSSD::PublicService::publishAsync (this=<optimized out>) at ../../dnssd/avahi-publicservice.cpp:230
#14 0x00000000004235cc in ?? ()
#15 0x0000000000423620 in ?? ()
#16 0x00007f82bc5caa5e in QObject::event (this=0x240c7b0, e=<optimized out>) at kernel/qobject.cpp:1217
#17 0x00007f82bcfb4424 in notify_helper (e=0x23bb480, receiver=0x240c7b0, this=0x22ef2a0) at kernel/qapplication.cpp:4486
#18 QApplicationPrivate::notify_helper (this=0x22ef2a0, receiver=0x240c7b0, e=0x23bb480) at kernel/qapplication.cpp:4458
#19 0x00007f82bcfb9291 in QApplication::notify (this=0x7fff2318e5b0, receiver=0x240c7b0, e=0x23bb480) at kernel/qapplication.cpp:4365
#20 0x00007f82be0e6466 in KApplication::notify (this=0x7fff2318e5b0, receiver=0x240c7b0, event=0x23bb480) at ../../kdeui/kernel/kapplication.cpp:311
#21 0x00007f82bc5b3afc in QCoreApplication::notifyInternal (this=0x7fff2318e5b0, receiver=0x240c7b0, event=0x23bb480) at kernel/qcoreapplication.cpp:787
#22 0x00007f82bc5b751f in sendEvent (event=0x23bb480, receiver=0x240c7b0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#23 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x22d25e0) at kernel/qcoreapplication.cpp:1428
#24 0x00007f82bc5dea73 in sendPostedEvents () at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
#25 postEventSourceDispatch (s=<optimized out>) at kernel/qeventdispatcher_glib.cpp:277
#26 0x00007f82b9799a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x00007f82b979a258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x00007f82b979a429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x00007f82bc5deed6 in QEventDispatcherGlib::processEvents (this=0x22d3cd0, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:422
#30 0x00007f82bd05c07e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#31 0x00007f82bc5b2cf2 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#32 0x00007f82bc5b2ef7 in QEventLoop::exec (this=0x7fff2318e3f0, flags=...) at kernel/qeventloop.cpp:201
#33 0x00007f82bc5b7789 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
#34 0x000000000041233b in ?? ()
#35 0x00007f82bbdc230d in __libc_start_main (main=0x4119d0, argc=1, ubp_av=0x7fff2318ea68, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff2318ea58) at libc-start.c:226
#36 0x00000000004124a1 in _start ()

This bug may be a duplicate of or related to bug 215288.

Possible duplicates by query: bug 291606, bug 290258, bug 281519, bug 268435, bug 266440.

Reported using DrKonqi
Comment 1 George Kiagiadakis 2012-02-25 09:32:38 UTC

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