1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284 | GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 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-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from muon...Reading symbols from /usr/lib/debug/.build-id/60/b59534c354c76c72c9116c6a00fc3e68770202.debug...done.
done.
(gdb) bt full
No stack.
(gdb) run
Starting program: /usr/bin/muon
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe55c4700 (LWP 13036)]
Invalid pixmap specified.
No frame loaded
No frame loaded
No frame loaded
[New Thread 0x7fffdca17700 (LWP 13042)]
No frame loaded
No frame loaded
No frame loaded
Couldn't find the releasechecker script ("/home/clivejo/.local/share", "/usr/local/share", "/usr/share")
QObject::connect: No such signal QApt::Backend::cacheReloadStarted()
QObject::connect: No such signal QApt::Backend::cacheReloadFinished()
[New Thread 0x7fffd49e5700 (LWP 13049)]
QObject::connect: No such signal QApt::Backend::cacheReloadFinished()
QObject::connect: No such signal QApt::Backend::cacheReloadFinished()
QObject::connect: (receiver name: 'MainWindow#1')
No frame loaded
No frame loaded
No frame loaded
Thread 1 "muon" received signal SIGSEGV, Segmentation fault.
0x00007ffff768118a in pkgCache::PkgIterator::CurrentVer (this=0x730074, this=0x730074)
at /usr/include/apt-pkg/cacheiterators.h:502
warning: Source file is more recent than executable.
502 /*}}}*/
(gdb) bt full
#0 0x00007ffff768118a in pkgCache::PkgIterator::CurrentVer (this=0x730074, this=0x730074)
at /usr/include/apt-pkg/cacheiterators.h:502
No locals.
#1 QApt::Package::isInstalled (this=this@entry=0xf78090) at ../../src/package.cpp:808
No locals.
#2 0x00007ffff76811d2 in QApt::Package::isMultiArchDuplicate (this=this@entry=0xf78090)
at ../../src/package.cpp:901
No locals.
#3 0x00000000004401e8 in PackageProxyModel::filterAcceptsRow (this=0x750760, sourceRow=<optimised out>,
sourceParent=...) at ../../src/PackageModel/PackageProxyModel.cpp:148
package = 0xf78090
#4 0x00007ffff4f38667 in QSortFilterProxyModelPrivate::create_mapping (this=this@entry=0x7441a0,
source_parent=...) at itemmodels/qsortfilterproxymodel.cpp:335
i = 0
it = <optimised out>
m = 0x16eaaf0
source_rows = 82620
source_cols = <optimised out>
#5 0x00007ffff4f39bf1 in QSortFilterProxyModelPrivate::update_source_sort_column (
this=this@entry=0x7441a0) at itemmodels/qsortfilterproxymodel.cpp:462
m = <optimised out>
old_source_sort_column = 0
#6 0x00007ffff4f3a032 in QSortFilterProxyModelPrivate::_q_clearMapping (this=this@entry=0x7441a0)
at itemmodels/qsortfilterproxymodel.cpp:311
source_indexes = {<QListSpecialMethods<QPair<QModelIndex, QPersistentModelIndex> >> = {<No data fields>}, {p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0,
array = {0x0}}, d = 0x7ffff5042840 <QListData::shared_null>},
d = 0x7ffff5042840 <QListData::shared_null>}}
#7 0x00007ffff4f3a0e9 in QSortFilterProxyModel::invalidate (this=this@entry=0x750760)
at itemmodels/qsortfilterproxymodel.cpp:2547
d = 0x7441a0
#8 0x00000000004403f9 in PackageProxyModel::search (this=0x750760, searchText=...)
at ../../src/PackageModel/PackageProxyModel.cpp:81
No locals.
#9 0x0000000000443dd2 in PackageWidget::startSearch (this=0x740b20)
at ../../src/PackageModel/PackageWidget.cpp:407
No locals.
#10 0x0000000000434132 in ManagerWidget::reload (this=<optimised out>) at ../../src/ManagerWidget.cpp:55
No locals.
#11 0x000000000043334e in MainWindow::reload (this=0x774f00) at ../../src/MainWindow.cpp:370
No locals.
#12 0x0000000000433415 in MainWindow::transactionStatusChanged (this=0x774f00, status=<optimised out>)
at ../../src/MainWindow.cpp:304
No locals.
#13 0x00007ffff4f9cf9a in QMetaObject::activate (sender=sender@entry=0x16e9e20,
signalOffset=<optimised out>, local_signal_index=local_signal_index@entry=1,
argv=argv@entry=0x7fffffffde00) at kernel/qobject.cpp:3713
receiverInSameThread = <optimised out>
sw = {receiver = 0x774f00, previousSender = 0x0, currentSender = {sender = 0x16e9e20, signal = 4,
ref = 1}, switched = true}
callFunction = 0x45f6f0 <MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
receiver = 0x774f00
method_relative = <optimised out>
c = 0x17fbdd0
last = 0x17fbdd0
locker = {val = 140737305629872}
connectionLists = {connectionLists = 0x17d9720}
list = <optimised out>
signal_index = 4
empty_argv = {0x0}
currentThreadId = 0x7fffe8112940
#14 0x00007ffff4f9d7a7 in QMetaObject::activate (sender=sender@entry=0x16e9e20,
m=m@entry=0x7ffff78b9b00 <QApt::Transaction::staticMetaObject>,
local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffffffde00)
at kernel/qobject.cpp:3578
No locals.
#15 0x00007ffff76a6041 in QApt::Transaction::statusChanged (this=this@entry=0x16e9e20,
_t1=QApt::FinishedStatus) at moc_transaction.cpp:518
_a = {0x0, 0x7fffffffddfc}
#16 0x00007ffff769a38e in QApt::Transaction::updateProperty (this=0x16e9e20, type=<optimised out>,
variant=...) at ../../src/transaction.cpp:632
No locals.
#17 0x00007ffff76a691f in QApt::Transaction::qt_static_metacall (_o=_o@entry=0x16e9e20,
_c=_c@entry=QMetaObject::InvokeMetaMethod, _id=_id@entry=24, _a=_a@entry=0x7fffffffe0a0)
at moc_transaction.cpp:283
No locals.
#18 0x00007ffff4f9cf9a in QMetaObject::activate (sender=sender@entry=0x16e9e80,
signalOffset=<optimised out>, local_signal_index=local_signal_index@entry=4,
argv=argv@entry=0x7fffffffe0a0) at kernel/qobject.cpp:3713
receiverInSameThread = <optimised out>
sw = {receiver = 0x16e9e20, previousSender = 0x0, currentSender = {sender = 0x16e9e80,
signal = 7, ref = 1}, switched = true}
callFunction = 0x7ffff76a64a0 <QApt::Transaction::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
receiver = 0x16e9e20
method_relative = <optimised out>
c = 0x17d1f60
last = 0x17d1f60
locker = {val = 140737305629968}
connectionLists = {connectionLists = 0x16f6a70}
list = <optimised out>
signal_index = 7
empty_argv = {0x0}
currentThreadId = 0x7fffe8112940
#19 0x00007ffff4f9d7a7 in QMetaObject::activate (sender=sender@entry=0x16e9e80,
m=m@entry=0x7ffff78b96e0 <OrgKubuntuQaptworker3TransactionInterface::staticMetaObject>,
local_signal_index=local_signal_index@entry=4, argv=argv@entry=0x7fffffffe0a0)
at kernel/qobject.cpp:3578
No locals.
#20 0x00007ffff76a3c15 in OrgKubuntuQaptworker3TransactionInterface::propertyChanged (_t2=..., _t1=3,
this=0x16e9e80) at transactioninterface_p.moc:362
_a = {0x0, 0x7fffffffe090, 0x1802dd0}
#21 OrgKubuntuQaptworker3TransactionInterface::qt_static_metacall (_o=_o@entry=0x16e9e80,
_c=_c@entry=QMetaObject::InvokeMetaMethod, _id=_id@entry=4, _a=_a@entry=0x7fffffffe2a0)
at transactioninterface_p.moc:185
_t = 0x16e9e80
#22 0x00007ffff76a455d in OrgKubuntuQaptworker3TransactionInterface::qt_metacall (this=0x16e9e80,
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7fffffffe2a0) at transactioninterface_p.moc:271
No locals.
#23 0x00007ffff3952913 in QDBusConnectionPrivate::deliverCall (this=0x8f8c10, object=0x16e9e80, msg=...,
metaTypes=..., slotIdx=10) at qdbusintegrator.cpp:978
context = {connection = {static staticMetaObject = {d = {superdata = 0x0,
stringdata = 0x7ffff399cde0 <qt_meta_stringdata_QDBusConnection>,
data = 0x7ffff399cca0 <qt_meta_data_QDBusConnection>, static_metacall = 0x0,
relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x8f8c10}, message = @0x18188f0}
old = 0x0
ptr = {wp = {d = 0x16d84f0, value = <optimised out>}}
params = {a = 10, s = 3, ptr = 0x7fffffffe2a0, {
array = "\000\000\000\000\000\000\000\000\300\301\177\001\000\000\000\000\320-\200\001\000\000\000\000\351=\221\367\377\177\000\000\260\343\377\377\377\177\000\000\205u\231\363\377\177\000\000`\343\377\377\377\177\000\000@\343\377\377\377\177\000\000ะด\217\000\000\000\000\000P\343\377\377\377\177\000",
q_for_alignment_1 = 0, q_for_alignment_2 = 0}}
auxParameters = {<QListSpecialMethods<QVariant>> = {<No data fields>}, {p = {
static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0,
array = {0x0}}, d = 0x7ffff5042840 <QListData::shared_null>},
d = 0x7ffff5042840 <QListData::shared_null>}}
i = <optimised out>
outputArgs = {<QListSpecialMethods<QVariant>> = {<No data fields>}, {p = {static shared_null = {
ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}},
d = 0x7ffff5042840 <QListData::shared_null>}, d = 0x7ffff5042840 <QListData::shared_null>}}
null = 0x0
fail = <optimised out>
#24 0x00007ffff4f9de71 in QObject::event (this=0x16e9e80, e=<optimised out>) at kernel/qobject.cpp:1239
mce = <optimised out>
sw = {receiver = 0x16e9e80, previousSender = 0x0, currentSender = {sender = 0x8f8c10,
signal = -1, ref = 1}, switched = true}
#25 0x00007ffff586105c in QApplicationPrivate::notify_helper (this=this@entry=0x6dbeb0,
receiver=receiver@entry=0x16e9e80, e=e@entry=0x1818890) at kernel/qapplication.cpp:3716
consumed = <optimised out>
#26 0x00007ffff5866516 in QApplication::notify (this=0x7fffffffe950, receiver=0x16e9e80, e=0x1818890)
at kernel/qapplication.cpp:3499
w = 0x16e9e80
extra = <optimised out>
isProxyWidget = <optimised out>
res = false
#27 0x00007ffff4f6e5bb in QCoreApplication::notifyInternal (this=0x7fffffffe950, receiver=0x16e9e80,
event=event@entry=0x1818890) at kernel/qcoreapplication.cpp:965
result = false
cbdata = {0x16e9e80, 0x1818890, 0x7fffffffe57f}
d = <optimised out>
threadData = 0x6dc020
loopLevelCounter = {threadData = 0x6dc020}
#28 0x00007ffff4f709b6 in QCoreApplication::sendEvent (event=0x1818890, receiver=<optimised out>)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:224
No locals.
#29 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0,
event_type=event_type@entry=0, data=0x6dc020) at kernel/qcoreapplication.cpp:1593
e = 0x1818890
pe = <optimised out>
r = <optimised out>
unlocker = {m = <synthetic pointer>}
event_deleter = {d = 0x1818890}
locker = {val = 7192648}
startOffset = 0
i = @0x6dc03c: 4
cleanup = {receiver = 0x0, event_type = 0, data = 0x6dc020, exceptionCaught = true}
#30 0x00007ffff4f70e98 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0,
event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1451
data = <optimised out>
#31 0x00007ffff4fc4643 in postEventSourceDispatch (s=0x719340) at kernel/qeventdispatcher_glib.cpp:271
source = 0x719340
#32 0x00007ffff11c6127 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#33 0x00007ffff11c6380 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#34 0x00007ffff11c642c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#35 0x00007ffff4fc4a4f in QEventDispatcherGlib::processEvents (this=0x6deeb0, flags=...)
at kernel/qeventdispatcher_glib.cpp:418
d = 0x71ea70
canWait = true
savedFlags = {i = 0}
result = <optimised out>
#36 0x00007ffff4f6bd7a in QEventLoop::exec (this=this@entry=0x7fffffffe860, flags=..., flags@entry=...)
at kernel/qeventloop.cpp:204
d = 0x9aae80
locker = {val = 7192848}
ref = {d = 0x9aae80, locker = @0x7fffffffe7e0, exceptionCaught = true}
#37 0x00007ffff4f73e1c in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1229
threadData = 0x6dc020
eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff51b7498 <vtable for QEventLoop+16>,
static staticMetaObject = {d = {superdata = 0x0,
stringdata = 0x7ffff50e1980 <qt_meta_stringdata_QObject>,
data = 0x7ffff50e1860 <qt_meta_data_QObject>,
static_metacall = 0x7ffff4fa5140 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x9aae80},
static staticQtMetaObject = {d = {superdata = 0x0,
stringdata = 0x7ffff51296c0 <qt_meta_stringdata_Qt>,
data = 0x7ffff5126cc0 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0,
extradata = 0x0}}}, static staticMetaObject = {d = {
superdata = 0x7ffff51aeb00 <QObject::staticMetaObject>,
stringdata = 0x7ffff513e680 <qt_meta_stringdata_QEventLoop>,
data = 0x7ffff513e620 <qt_meta_data_QEventLoop>,
static_metacall = 0x7ffff501bdb0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
returnCode = <optimised out>
#38 0x00007ffff52a7c3c in QGuiApplication::exec () at kernel/qguiapplication.cpp:1542
No locals.
#39 0x00007ffff585d495 in QApplication::exec () at kernel/qapplication.cpp:2976
No locals.
#40 0x000000000043167c in main (argc=1, argv=<optimised out>) at ../../src/main.cpp:62
app = {<QGuiApplication> = {<QCoreApplication> = {<QObject> = {
_vptr.QObject = 0x7ffff5d630c8 <vtable for QApplication+16>, static staticMetaObject = {
d = {superdata = 0x0, stringdata = 0x7ffff50e1980 <qt_meta_stringdata_QObject>,
data = 0x7ffff50e1860 <qt_meta_data_QObject>,
static_metacall = 0x7ffff4fa5140 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x6dbeb0},
static staticQtMetaObject = {d = {superdata = 0x0,
stringdata = 0x7ffff51296c0 <qt_meta_stringdata_Qt>,
data = 0x7ffff5126cc0 <qt_meta_data_Qt>, static_metacall = 0x0,
relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {
superdata = 0x7ffff51aeb00 <QObject::staticMetaObject>,
stringdata = 0x7ffff513e860 <qt_meta_stringdata_QCoreApplication>,
data = 0x7ffff513e740 <qt_meta_data_QCoreApplication>,
static_metacall = 0x7ffff501bf30 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static self = 0x7fffffffe950},
static staticMetaObject = {d = {
superdata = 0x7ffff51b75e0 <QCoreApplication::staticMetaObject>,
stringdata = 0x7ffff564c000 <qt_meta_stringdata_QGuiApplication>,
data = 0x7ffff564bdc0 <qt_meta_data_QGuiApplication>,
static_metacall = 0x7ffff52b2370 <QGuiApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {
superdata = 0x7ffff56f1460 <QGuiApplication::staticMetaObject>,
stringdata = 0x7ffff5c1a1a0 <qt_meta_stringdata_QApplication>,
data = 0x7ffff5c1a020 <qt_meta_data_QApplication>,
static_metacall = 0x7ffff5863ca0 <QApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
about = {d = 0x726130}
service = <incomplete type>
mainWindow = 0x774f00
(gdb) quit
A debugging session is active.
Inferior 1 [process 13021] will be killed.
Quit anyway? (y or n) y
|