1
|
GNU gdb (Ubuntu 8.0.1-0ubuntu1) 8.0.1
|
2
|
Copyright (C) 2017 Free Software Foundation, Inc.
|
3
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
4
|
This is free software: you are free to change and redistribute it.
|
5
|
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
|
6
|
and "show warranty" for details.
|
7
|
This GDB was configured as "x86_64-linux-gnu".
|
8
|
Type "show configuration" for configuration details.
|
9
|
For bug reporting instructions, please see:
|
10
|
<http://www.gnu.org/software/gdb/bugs/>.
|
11
|
Find the GDB manual and other documentation resources online at:
|
12
|
<http://www.gnu.org/software/gdb/documentation/>.
|
13
|
For help, type "help".
|
14
|
Type "apropos word" to search for commands related to "word".
|
15
|
(gdb) handle SIG33 pass nostop noprint
|
16
|
Signal Stop Print Pass to program Description
|
17
|
SIG33 No No Yes Real-time event 33
|
18
|
(gdb) set pagination 0
|
19
|
(gdb) attach 1865
|
20
|
Attaching to process 1865
|
21
|
[New LWP 1868]
|
22
|
[New LWP 1869]
|
23
|
[New LWP 1871]
|
24
|
[New LWP 1880]
|
25
|
[New LWP 1883]
|
26
|
[New LWP 1884]
|
27
|
[New LWP 1892]
|
28
|
[New LWP 1973]
|
29
|
[Thread debugging using libthread_db enabled]
|
30
|
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
|
31
|
0x00007f82d2bff901 in __GI___poll (fds=0x55cba23239f0, nfds=4, timeout=10000) at ../sysdeps/unix/sysv/linux/poll.c:29
|
32
|
29 ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
|
33
|
(gdb) continue
|
34
|
Continuing.
|
35
|
[New Thread 0x7f822c97f700 (LWP 2268)]
|
36
|
[Thread 0x7f822c97f700 (LWP 2268) exited]
|
37
|
[New Thread 0x7f822c97f700 (LWP 2269)]
|
38
|
|
39
|
Thread 1 "qgis.bin" received signal SIGSEGV, Segmentation fault.
|
40
|
0x00007f82d644011c in QgsBrowserDockWidget::refreshModel (this=0x55cba20b0650, index=...) at ../../src/gui/qgsbrowserdockwidget.cpp:298
|
41
|
298 ../../src/gui/qgsbrowserdockwidget.cpp: No such file or directory.
|
42
|
(gdb) backtrace full
|
43
|
#0 0x00007f82d644011c in QgsBrowserDockWidget::refreshModel (this=0x55cba20b0650, index=...) at ../../src/gui/qgsbrowserdockwidget.cpp:298
|
44
|
idx = {r = 0, c = 0, i = 94333132026224, m = 0x55cba2094150}
|
45
|
proxyIdx = {r = -1534959440, c = 21963, i = 140730195983232, m = 0x55cba4eaf0d0}
|
46
|
child = 0x1c20
|
47
|
i = 0
|
48
|
item = 0x0
|
49
|
__FUNCTION__ = "refreshModel"
|
50
|
#1 0x00007f82d643ff12 in QgsBrowserDockWidget::refresh (this=0x55cba20b0650) at ../../src/gui/qgsbrowserdockwidget.cpp:275
|
51
|
No locals.
|
52
|
#2 0x00007f82d6f7ef8e in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QgsBrowserDockWidget::*)()>::call(void (QgsBrowserDockWidget::*)(), QgsBrowserDockWidget*, void**) (f=(void (QgsBrowserDockWidget::*)(QgsBrowserDockWidget * const)) 0x7f82d643fec8 <QgsBrowserDockWidget::refresh()>, o=0x55cba20b0650, arg=0x7ffe4d573cc0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:136
|
53
|
No locals.
|
54
|
#3 0x00007f82d6f791e2 in QtPrivate::FunctionPointer<void (QgsBrowserDockWidget::*)()>::call<QtPrivate::List<>, void>(void (QgsBrowserDockWidget::*)(), QgsBrowserDockWidget*, void**) (f=(void (QgsBrowserDockWidget::*)(QgsBrowserDockWidget * const)) 0x7f82d643fec8 <QgsBrowserDockWidget::refresh()>, o=0x55cba20b0650, arg=0x7ffe4d573cc0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:169
|
55
|
No locals.
|
56
|
#4 0x00007f82d6f6e6b7 in QtPrivate::QSlotObject<void (QgsBrowserDockWidget::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x55cba210d6c0, r=0x55cba20b0650, a=0x7ffe4d573cc0, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120
|
57
|
No locals.
|
58
|
#5 0x00007f82d372c9ff in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
59
|
No symbol table info available.
|
60
|
#6 0x00007f82d750a863 in QgisApp::connectionsChanged (this=0x55cba1637220) at src/app/moc_qgisapp.cpp:1942
|
61
|
No locals.
|
62
|
#7 0x00007f82d6f7e83c in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QgisApp::*)()>::call(void (QgisApp::*)(), QgisApp*, void**) (f=(void (QgisApp::*)(QgisApp * const)) 0x7f82d750a83a <QgisApp::connectionsChanged()>, o=0x55cba1637220, arg=0x7ffe4d573ea0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:136
|
63
|
No locals.
|
64
|
#8 0x00007f82d6f78c37 in QtPrivate::FunctionPointer<void (QgisApp::*)()>::call<QtPrivate::List<>, void>(void (QgisApp::*)(), QgisApp*, void**) (f=(void (QgisApp::*)(QgisApp * const)) 0x7f82d750a83a <QgisApp::connectionsChanged()>, o=0x55cba1637220, arg=0x7ffe4d573ea0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:169
|
65
|
No locals.
|
66
|
#9 0x00007f82d6f6ddab in QtPrivate::QSlotObject<void (QgisApp::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x55cba4d26970, r=0x55cba1637220, a=0x7ffe4d573ea0, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120
|
67
|
No locals.
|
68
|
#10 0x00007f82d372c9ff in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
69
|
No symbol table info available.
|
70
|
#11 0x00007f82d6730847 in QgsDataSourceManagerDialog::connectionsChanged (this=0x55cba380b0b0) at src/gui/moc_qgsdatasourcemanagerdialog.cpp:388
|
71
|
No locals.
|
72
|
#12 0x00007f82d672fc7f in QgsDataSourceManagerDialog::qt_static_metacall (_o=0x55cba380b0b0, _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7ffe4d5740c0) at src/gui/moc_qgsdatasourcemanagerdialog.cpp:167
|
73
|
_t = 0x55cba380b0b0
|
74
|
#13 0x00007f82d372c8e5 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
75
|
No symbol table info available.
|
76
|
#14 0x00007f82d6730fdf in QgsAbstractDataSourceWidget::connectionsChanged (this=0x55cba4560f20) at src/gui/moc_qgsabstractdatasourcewidget.cpp:257
|
77
|
No locals.
|
78
|
#15 0x00007f824054f88b in QgsWMSSourceSelect::btnNew_clicked (this=0x55cba4560f20) at ../../src/providers/wms/qgswmssourceselect.cpp:182
|
79
|
nc = 0x55cba4fffb10
|
80
|
#16 0x00007f82405662f2 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QgsWMSSourceSelect::*)()>::call(void (QgsWMSSourceSelect::*)(), QgsWMSSourceSelect*, void**) (f=(void (QgsWMSSourceSelect::*)(QgsWMSSourceSelect * const)) 0x7f824054f78c <QgsWMSSourceSelect::btnNew_clicked()>, o=0x55cba4560f20, arg=0x7ffe4d574370) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:136
|
81
|
No locals.
|
82
|
#17 0x00007f8240565a7b in QtPrivate::FunctionPointer<void (QgsWMSSourceSelect::*)()>::call<QtPrivate::List<>, void>(void (QgsWMSSourceSelect::*)(), QgsWMSSourceSelect*, void**) (f=(void (QgsWMSSourceSelect::*)(QgsWMSSourceSelect * const)) 0x7f824054f78c <QgsWMSSourceSelect::btnNew_clicked()>, o=0x55cba4560f20, arg=0x7ffe4d574370) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:169
|
83
|
No locals.
|
84
|
#18 0x00007f8240564cdd in QtPrivate::QSlotObject<void (QgsWMSSourceSelect::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x55cba48108a0, r=0x55cba4560f20, a=0x7ffe4d574370, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120
|
85
|
No locals.
|
86
|
#19 0x00007f82d372c9ff in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
87
|
No symbol table info available.
|
88
|
#20 0x00007f82d4634572 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
89
|
No symbol table info available.
|
90
|
#21 0x00007f82d463478a in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
91
|
No symbol table info available.
|
92
|
#22 0x00007f82d4635b6a in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
93
|
No symbol table info available.
|
94
|
#23 0x00007f82d4635d54 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
95
|
No symbol table info available.
|
96
|
#24 0x00007f82d44b8dc8 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
97
|
No symbol table info available.
|
98
|
#25 0x00007f82d447846c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
99
|
No symbol table info available.
|
100
|
#26 0x00007f82d448028f in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
101
|
No symbol table info available.
|
102
|
#27 0x00007f82d512b785 in QgsApplication::notify (this=0x7ffe4d576560, receiver=0x55cba388deb0, event=0x7ffe4d574890) at ../../src/core/qgsapplication.cpp:314
|
103
|
done = true
|
104
|
__FUNCTION__ = "notify"
|
105
|
#28 0x00007f82d36fdde8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
106
|
No symbol table info available.
|
107
|
#29 0x00007f82d447f262 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
108
|
No symbol table info available.
|
109
|
#30 0x00007f82d44d394b in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
110
|
No symbol table info available.
|
111
|
#31 0x00007f82d44d5fba in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
112
|
No symbol table info available.
|
113
|
#32 0x00007f82d447846c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
114
|
No symbol table info available.
|
115
|
#33 0x00007f82d447fd34 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
116
|
No symbol table info available.
|
117
|
#34 0x00007f82d512b785 in QgsApplication::notify (this=0x7ffe4d576560, receiver=0x55cba4d275d0, event=0x7ffe4d574d00) at ../../src/core/qgsapplication.cpp:314
|
118
|
done = true
|
119
|
__FUNCTION__ = "notify"
|
120
|
#35 0x00007f82d36fdde8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
121
|
No symbol table info available.
|
122
|
#36 0x00007f82d3cbcf43 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
123
|
No symbol table info available.
|
124
|
#37 0x00007f82d3cbea25 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
125
|
No symbol table info available.
|
126
|
#38 0x00007f82d3c96cab in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
127
|
No symbol table info available.
|
128
|
#39 0x00007f82ae0d05a0 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
|
129
|
No symbol table info available.
|
130
|
#40 0x00007f82c91dffb7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
131
|
No symbol table info available.
|
132
|
#41 0x00007f82c91e01f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
133
|
No symbol table info available.
|
134
|
#42 0x00007f82c91e027c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
135
|
No symbol table info available.
|
136
|
#43 0x00007f82d375647f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
137
|
No symbol table info available.
|
138
|
#44 0x00007f82d36fbe3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
139
|
No symbol table info available.
|
140
|
#45 0x00007f82d46a4557 in QDialog::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
141
|
No symbol table info available.
|
142
|
#46 0x00007f82d6ea6284 in QgisApp::dataSourceManager (this=0x55cba1637220, pageName=...) at ../../src/app/qgisapp.cpp:1608
|
143
|
No locals.
|
144
|
#47 0x00007f82d6ea8e52 in QgisApp::<lambda()>::operator()(void) const (__closure=0x55cba1c326f0) at ../../src/app/qgisapp.cpp:1875
|
145
|
this = 0x55cba1637220
|
146
|
#48 0x00007f82d6f174f8 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, QgisApp::createActions()::<lambda()> >::call(QgisApp::<lambda()> &, void **) (f=..., arg=0x7ffe4d5754f0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:130
|
147
|
No locals.
|
148
|
#49 0x00007f82d6f162ad in QtPrivate::Functor<QgisApp::createActions()::<lambda()>, 0>::call<QtPrivate::List<>, void>(QgisApp::<lambda()> &, void *, void **) (f=..., arg=0x7ffe4d5754f0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:240
|
149
|
No locals.
|
150
|
#50 0x00007f82d6f14689 in QtPrivate::QFunctorSlotObject<QgisApp::createActions()::<lambda()>, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=1, this_=0x55cba1c326e0, r=0x55cba1637220, a=0x7ffe4d5754f0, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:168
|
151
|
No locals.
|
152
|
#51 0x00007f82d372c9ff in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
153
|
No symbol table info available.
|
154
|
#52 0x00007f82d4471d82 in QAction::triggered(bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
155
|
No symbol table info available.
|
156
|
#53 0x00007f82d447446c in QAction::activate(QAction::ActionEvent) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
157
|
No symbol table info available.
|
158
|
#54 0x00007f82d4635afb in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
159
|
No symbol table info available.
|
160
|
#55 0x00007f82d4635d54 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
161
|
No symbol table info available.
|
162
|
#56 0x00007f82d461508a in QToolButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
163
|
No symbol table info available.
|
164
|
#57 0x00007f82d44b8dc8 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
165
|
No symbol table info available.
|
166
|
#58 0x00007f82d4615124 in QToolButton::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
167
|
No symbol table info available.
|
168
|
#59 0x00007f82d447846c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
169
|
No symbol table info available.
|
170
|
#60 0x00007f82d448028f in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
171
|
No symbol table info available.
|
172
|
#61 0x00007f82d512b785 in QgsApplication::notify (this=0x7ffe4d576560, receiver=0x55cba17d4dd0, event=0x7ffe4d575a40) at ../../src/core/qgsapplication.cpp:314
|
173
|
done = true
|
174
|
__FUNCTION__ = "notify"
|
175
|
#62 0x00007f82d36fdde8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
176
|
No symbol table info available.
|
177
|
#63 0x00007f82d447f262 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
178
|
No symbol table info available.
|
179
|
#64 0x00007f82d44d394b in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
180
|
No symbol table info available.
|
181
|
#65 0x00007f82d44d5fba in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
182
|
No symbol table info available.
|
183
|
#66 0x00007f82d447846c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
184
|
No symbol table info available.
|
185
|
#67 0x00007f82d447fd34 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
186
|
No symbol table info available.
|
187
|
#68 0x00007f82d512b785 in QgsApplication::notify (this=0x7ffe4d576560, receiver=0x55cba1f89ac0, event=0x7ffe4d575eb0) at ../../src/core/qgsapplication.cpp:314
|
188
|
done = true
|
189
|
__FUNCTION__ = "notify"
|
190
|
#69 0x00007f82d36fdde8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
191
|
No symbol table info available.
|
192
|
#70 0x00007f82d3cbcf43 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
193
|
No symbol table info available.
|
194
|
#71 0x00007f82d3cbea25 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
195
|
No symbol table info available.
|
196
|
#72 0x00007f82d3c96cab in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
197
|
No symbol table info available.
|
198
|
#73 0x00007f82ae0d05a0 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
|
199
|
No symbol table info available.
|
200
|
#74 0x00007f82c91dffb7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
201
|
No symbol table info available.
|
202
|
#75 0x00007f82c91e01f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
203
|
No symbol table info available.
|
204
|
#76 0x00007f82c91e027c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
205
|
No symbol table info available.
|
206
|
#77 0x00007f82d375647f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
207
|
No symbol table info available.
|
208
|
#78 0x00007f82d36fbe3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
209
|
No symbol table info available.
|
210
|
#79 0x00007f82d3704da4 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
211
|
No symbol table info available.
|
212
|
#80 0x000055cb9f4ee850 in main (argc=1, argv=0x7ffe4d576958) at ../../src/app/main.cpp:1345
|
213
|
profile = 0x55cba13333c0
|
214
|
presetStyle = {static null = {<No data fields>}, d = 0x55cba13cc200}
|
215
|
rootProfileFolder = {static null = {<No data fields>}, d = 0x55cba1336230}
|
216
|
myLocaleOverrideFlag = false
|
217
|
qgistor = <incomplete type>
|
218
|
w = 600
|
219
|
mySplashPath = {static null = {<No data fields>}, d = 0x7f82d58532c0 <QgsApplication::splashPath()::{lambda()#1}::operator()() const::qstring_literal>}
|
220
|
h = 300
|
221
|
mypSplash = 0x55cba13383c0
|
222
|
qgis = 0x55cba1637220
|
223
|
retval = 17
|
224
|
manager = {<QObject> = {<No data fields>}, static staticMetaObject = {d = {superdata = 0x7f82d3bada00 <QObject::staticMetaObject>, stringdata = 0x7f82d5946b20 <qt_meta_stringdata_QgsUserProfileManager>, data = 0x7f82d5946ba0 <qt_meta_data_QgsUserProfileManager>, static_metacall = 0x7f82d57ef018 <QgsUserProfileManager::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, mWatchProfiles = false, mWatcher = std::unique_ptr<QFileSystemWatcher> containing 0x0, mRootProfilePath = {static null = {<No data fields>}, d = 0x55cba1336230}, mUserProfile = std::unique_ptr<QgsUserProfile> containing 0x0, mSettings = std::unique_ptr<QSettings> containing 0x55cba12fdc30}
|
225
|
profileFolder = {static null = {<No data fields>}, d = 0x55cba1330c60}
|
226
|
mySettings = {<QObject> = {<No data fields>}, static staticMetaObject = {d = {superdata = 0x7f82d3bada00 <QObject::staticMetaObject>, stringdata = 0x7f82d5937da0 <qt_meta_stringdata_QgsSettings>, data = 0x7f82d5937de0 <qt_meta_data_QgsSettings>, static_metacall = 0x7f82d57d994e <QgsSettings::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static sGlobalSettingsPath = {static null = {<No data fields>}, d = 0x55cba13eb7d0}, mUserSettings = 0x55cba13fa900, mGlobalSettings = 0x55cba141c610, mUsingGlobalArray = false}
|
227
|
systemEnvVars = {d = 0x55cba13ed060}
|
228
|
activeStyleName = {static null = {<No data fields>}, d = 0x55cba13cc200}
|
229
|
i18nPath = {static null = {<No data fields>}, d = 0x55cba13d6a50}
|
230
|
myUserLocale = {static null = {<No data fields>}, d = 0x55cba153efd0}
|
231
|
qttor = <incomplete type>
|
232
|
myApp = {<QApplication> = {<No data fields>}, static staticMetaObject = {d = {superdata = 0x7f82d4b39020 <QApplication::staticMetaObject>, stringdata = 0x7f82d5926780 <qt_meta_stringdata_QgsApplication>, data = 0x7f82d59268e0 <qt_meta_data_QgsApplication>, static_metacall = 0x7f82d57c0810 <QgsApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static QGIS_ORGANIZATION_NAME = 0x7f82d58528e8 "QGIS", static QGIS_ORGANIZATION_DOMAIN = 0x7f82d58528ed "qgis.org", static QGIS_APPLICATION_NAME = 0x7f82d58528f6 "QGIS3", static mFileOpenEventReceiver29900 = 0x55cba1637220, static mFileOpenEventList29900 = {<QList<QString>> = {<QListSpecialMethods<QString>> = {<No data fields>}, {p = {static shared_null = {ref = {atomic = {_q_value = {<std::__atomic_base<int>> = {static _S_alignment = 4, _M_i = -1}, <No data fields>}}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7f82d37eda00 <QListData::shared_null>}, d = 0x7f82d37eda00 <QListData::shared_null>}}, <No data fields>}, static mUIThemeName29900 = {static null = {<No data fields>}, d = 0x7f82d37eb400 <QArrayData::shared_null>}, static mPrefixPath29900 = {static null = <same as static member of an already seen type>, d = 0x55cba13e7e40}, static mPluginPath29900 = {static null = <same as static member of an already seen type>, d = 0x55cba13e8490}, static mPkgDataPath29900 = {static null = <same as static member of an already seen type>, d = 0x55cba13eb630}, static mLibraryPath29900 = {static null = <same as static member of an already seen type>, d = 0x55cba13e82b0}, static mLibexecPath29900 = {static null = <same as static member of an already seen type>, d = 0x55cba13edd90}, static mThemeName29900 = {static null = <same as static member of an already seen type>, d = 0x7f82d5852e60 <QgsApplication::setUITheme(QString const&)::{lambda()#2}::operator()() const::qstring_literal>}, static mDefaultSvgPaths29900 = {<QList<QString>> = {<QListSpecialMethods<QString>> = {<No data fields>}, {p = {static shared_null = {ref = {atomic = {_q_value = {<std::__atomic_base<int>> = {static _S_alignment = 4, _M_i = -1}, <No data fields>}}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x55cba13d6100}, d = 0x55cba13d6100}}, <No data fields>}, static mSystemEnvVars29900 = {d = 0x55cba13ed060}, static mConfigPath29900 = {static null = {<No data fields>}, d = 0x55cba13e7c70}, static mRunningFromBuildDir29900 = false, static mBuildSourcePath29900 = {static null = <same as static member of an already seen type>, d = 0x7f82d37eb400 <QArrayData::shared_null>}, static mBuildOutputPath29900 = {static null = <same as static member of an already seen type>, d = 0x7f82d37eb400 <QArrayData::shared_null>}, static mGdalSkipList29900 = {<QList<QString>> = {<QListSpecialMethods<QString>> = {<No data fields>}, {p = {static shared_null = {ref = {atomic = {_q_value = {<std::__atomic_base<int>> = {static _S_alignment = 4, _M_i = -1}, <No data fields>}}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x7f82d37eda00 <QListData::shared_null>}, d = 0x7f82d37eda00 <QListData::shared_null>}}, <No data fields>}, static mMaxThreads29900 = -1, static mAuthDbDirPath29900 = {static null = {<No data fields>}, d = 0x55cba13e7c70}, static sUserName = {static null = <same as static member of an already seen type>, d = 0x55cba1b6a300}, static sUserFullName = {static null = <same as static member of an already seen type>, d = 0x55cba1b7b8b0}, static sPlatformName = {static null = <same as static member of an already seen type>, d = 0x55cba1336d20}, mIconCache = {d = 0x55cba13f56a0}, mDataItemProviderRegistry = 0x55cba24852c0, mAuthManager = 0x55cba13e9930, mApplicationMembers = 0x55cba13b8b90, static sApplicationMembers = 0x0}
|
233
|
customizationsettings = 0x55cba13f72f0
|
234
|
useCustomVars = false
|
235
|
myPixmap = <incomplete type>
|
236
|
__FUNCTION__ = "main"
|
237
|
mySnapshotFileName = {static null = {<No data fields>}, d = 0x7f82d37eb400 <QArrayData::shared_null>}
|
238
|
configLocalStorageLocation = {static null = {<No data fields>}, d = 0x55cba13363f0}
|
239
|
profileName = {static null = {<No data fields>}, d = 0x55cba1336a80}
|
240
|
mySnapshotWidth = 800
|
241
|
mySnapshotHeight = 600
|
242
|
myHideSplash = false
|
243
|
mySkipVersionCheck = false
|
244
|
myRestoreDefaultWindowState = false
|
245
|
myRestorePlugins = true
|
246
|
myCustomization = true
|
247
|
dxfOutputFile = {static null = {<No data fields>}, d = 0x7f82d37eb400 <QArrayData::shared_null>}
|
248
|
dxfSymbologyMode = QgsDxfExport::SymbolLayerSymbology
|
249
|
dxfScale = 50000
|
250
|
dxfEncoding = {static null = {<No data fields>}, d = 0x55cb9f4f6600 <main::{lambda()#1}::operator()() const::qstring_literal>}
|
251
|
dxfPreset = {static null = {<No data fields>}, d = 0x7f82d37eb400 <QArrayData::shared_null>}
|
252
|
dxfExtent = {mXmin = 0, mYmin = 0, mXmax = 0, mYmax = 0}
|
253
|
myInitialExtent = {static null = {<No data fields>}, d = 0x55cb9f4f6640 <main::{lambda()#2}::operator()() const::qstring_literal>}
|
254
|
myTranslationCode = {static null = {<No data fields>}, d = 0x55cba1537520}
|
255
|
configpath = {static null = {<No data fields>}, d = 0x7f82d37eb400 <QArrayData::shared_null>}
|
256
|
authdbdirectory = {static null = {<No data fields>}, d = 0x7f82d37eb400 <QArrayData::shared_null>}
|
257
|
pythonfile = {static null = {<No data fields>}, d = 0x7f82d37eb400 <QArrayData::shared_null>}
|
258
|
customizationfile = {static null = {<No data fields>}, d = 0x7f82d37eb400 <QArrayData::shared_null>}
|
259
|
globalsettingsfile = {static null = {<No data fields>}, d = 0x55cba13eb7d0}
|
260
|
args = {<QList<QString>> = {<QListSpecialMethods<QString>> = {<No data fields>}, {p = {static shared_null = {ref = {atomic = {_q_value = {<std::__atomic_base<int>> = {static _S_alignment = 4, _M_i = -1}, <No data fields>}}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x55cba12fdcf0}, d = 0x55cba12fdcf0}}, <No data fields>}
|
261
|
myUseGuiFlag = true
|
262
|
settings = {<QObject> = {<No data fields>}, static staticMetaObject = {d = {superdata = 0x7f82d3bada00 <QObject::staticMetaObject>, stringdata = 0x7f82d5937da0 <qt_meta_stringdata_QgsSettings>, data = 0x7f82d5937de0 <qt_meta_data_QgsSettings>, static_metacall = 0x7f82d57d994e <QgsSettings::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static sGlobalSettingsPath = {static null = {<No data fields>}, d = 0x55cba13eb7d0}, mUserSettings = 0x55cba12fd630, mGlobalSettings = 0x0, mUsingGlobalArray = false}
|
263
|
(gdb) info registers
|
264
|
rax 0x0 0
|
265
|
rbx 0x55cb9f4f75a8 94333039506856
|
266
|
rcx 0xffffffff 4294967295
|
267
|
rdx 0x55cba4d46570 94333132105072
|
268
|
rsi 0x0 0
|
269
|
rdi 0x55cba4d46570 94333132105072
|
270
|
rbp 0x7ffe4d576870 0x7ffe4d576870
|
271
|
rsp 0x7ffe4d5762c0 0x7ffe4d5762c0
|
272
|
r8 0x55cba2094150 94333085237584
|
273
|
r9 0x55cba4fc5a00 94333134723584
|
274
|
r10 0xffffffffffffff70 -144
|
275
|
r11 0x7f82d2ca3e20 140199858945568
|
276
|
r12 0x55cb9f4f7490 94333039506576
|
277
|
r13 0x1 1
|
278
|
r14 0x0 0
|
279
|
r15 0x0 0
|
280
|
rip 0x55cb9f4ee850 0x55cb9f4ee850 <main(int, char**)+21071>
|
281
|
eflags 0x10202 [ IF RF ]
|
282
|
cs 0x33 51
|
283
|
ss 0x2b 43
|
284
|
ds 0x0 0
|
285
|
es 0x0 0
|
286
|
fs 0x0 0
|
287
|
gs 0x0 0
|
288
|
(gdb) x/16i $pc
|
289
|
=> 0x55cb9f4ee850 <main(int, char**)+21071>: mov %eax,-0x558(%rbp)
|
290
|
0x55cb9f4ee856 <main(int, char**)+21077>: cmpq $0x0,-0x430(%rbp)
|
291
|
0x55cb9f4ee85e <main(int, char**)+21085>: je 0x55cb9f4ee87d <main(int, char**)+21116>
|
292
|
0x55cb9f4ee860 <main(int, char**)+21087>: mov -0x430(%rbp),%rax
|
293
|
0x55cb9f4ee867 <main(int, char**)+21094>: mov (%rax),%rax
|
294
|
0x55cb9f4ee86a <main(int, char**)+21097>: add $0x20,%rax
|
295
|
0x55cb9f4ee86e <main(int, char**)+21101>: mov (%rax),%rax
|
296
|
0x55cb9f4ee871 <main(int, char**)+21104>: mov -0x430(%rbp),%rdx
|
297
|
0x55cb9f4ee878 <main(int, char**)+21111>: mov %rdx,%rdi
|
298
|
0x55cb9f4ee87b <main(int, char**)+21114>: callq *%rax
|
299
|
0x55cb9f4ee87d <main(int, char**)+21116>: mov -0x558(%rbp),%ebx
|
300
|
0x55cb9f4ee883 <main(int, char**)+21122>: lea -0x3b0(%rbp),%rax
|
301
|
0x55cb9f4ee88a <main(int, char**)+21129>: mov %rax,%rdi
|
302
|
0x55cb9f4ee88d <main(int, char**)+21132>: callq 0x55cb9f4e5ec0 <_ZN7QPixmapD1Ev@plt>
|
303
|
0x55cb9f4ee892 <main(int, char**)+21137>: lea -0x488(%rbp),%rax
|
304
|
0x55cb9f4ee899 <main(int, char**)+21144>: mov %rax,%rdi
|
305
|
(gdb) thread apply all backtrace
|
306
|
|
307
|
Thread 11 (Thread 0x7f822c97f700 (LWP 2269)):
|
308
|
#0 0x00007f82caa3a64b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f822c97e110, expected=0, futex_word=0x55cba39005c0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
|
309
|
#1 __pthread_cond_wait_common (abstime=0x7f822c97e1d0, mutex=0x55cba3900570, cond=0x55cba3900598) at pthread_cond_wait.c:533
|
310
|
#2 __pthread_cond_timedwait (cond=0x55cba3900598, mutex=0x55cba3900570, abstime=0x7f822c97e1d0) at pthread_cond_wait.c:667
|
311
|
#3 0x00007f82d3521588 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
312
|
#4 0x00007f82d351c7cc in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
313
|
#5 0x00007f82d352029d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
314
|
#6 0x00007f82caa337fc in start_thread (arg=0x7f822c97f700) at pthread_create.c:465
|
315
|
#7 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
316
|
|
317
|
Thread 9 (Thread 0x7f823f54c700 (LWP 1973)):
|
318
|
#0 0x00007f82d2bff901 in __GI___poll (fds=0x7f8238004e70, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
|
319
|
#1 0x00007f82c91e0169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
320
|
#2 0x00007f82c91e027c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
321
|
#3 0x00007f82d375647f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
322
|
#4 0x00007f82d36fbe3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
323
|
#5 0x00007f82cba7dce5 in QCA::SyncThread::run() () from /usr/lib/x86_64-linux-gnu/libqca-qt5.so.2
|
324
|
#6 0x00007f82d352029d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
325
|
#7 0x00007f82caa337fc in start_thread (arg=0x7f823f54c700) at pthread_create.c:465
|
326
|
#8 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
327
|
|
328
|
Thread 8 (Thread 0x7f8253b61700 (LWP 1892)):
|
329
|
#0 0x00007f82d2bff901 in __GI___poll (fds=0x7f8248002de0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
|
330
|
#1 0x00007f82c91e0169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
331
|
#2 0x00007f82c91e027c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
332
|
#3 0x00007f82d375647f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
333
|
#4 0x00007f82d36fbe3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
334
|
#5 0x00007f82d351b3ca in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
335
|
#6 0x00007f82d352029d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
336
|
#7 0x00007f82caa337fc in start_thread (arg=0x7f8253b61700) at pthread_create.c:465
|
337
|
#8 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
338
|
|
339
|
Thread 7 (Thread 0x7f82989a6700 (LWP 1884)):
|
340
|
#0 0x00007f82caa3a072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8299257d38) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
341
|
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8299257ce8, cond=0x7f8299257d10) at pthread_cond_wait.c:502
|
342
|
#2 __pthread_cond_wait (cond=0x7f8299257d10, mutex=0x7f8299257ce8) at pthread_cond_wait.c:655
|
343
|
#3 0x00007f82cf7ca1e3 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5
|
344
|
#4 0x00007f82cfb10d21 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5
|
345
|
#5 0x00007f82caa337fc in start_thread (arg=0x7f82989a6700) at pthread_create.c:465
|
346
|
#6 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
347
|
|
348
|
Thread 6 (Thread 0x7f82991c6700 (LWP 1883)):
|
349
|
#0 0x00007f82caa3a072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f829924f258) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
350
|
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f829924f208, cond=0x7f829924f230) at pthread_cond_wait.c:502
|
351
|
#2 __pthread_cond_wait (cond=0x7f829924f230, mutex=0x7f829924f208) at pthread_cond_wait.c:655
|
352
|
#3 0x00007f82cf7c9117 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5
|
353
|
#4 0x00007f82cfb10d21 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5
|
354
|
#5 0x00007f82caa337fc in start_thread (arg=0x7f82991c6700) at pthread_create.c:465
|
355
|
#6 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
356
|
|
357
|
Thread 5 (Thread 0x7f8299af6700 (LWP 1880)):
|
358
|
#0 0x00007f82caa3a072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f82d054a540) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
|
359
|
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f82d054a4f0, cond=0x7f82d054a518) at pthread_cond_wait.c:502
|
360
|
#2 __pthread_cond_wait (cond=0x7f82d054a518, mutex=0x7f82d054a4f0) at pthread_cond_wait.c:655
|
361
|
#3 0x00007f82cfada6b4 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5
|
362
|
#4 0x00007f82cfada6d9 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5
|
363
|
#5 0x00007f82caa337fc in start_thread (arg=0x7f8299af6700) at pthread_create.c:465
|
364
|
#6 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
365
|
|
366
|
Thread 4 (Thread 0x7f829b3e6700 (LWP 1871)):
|
367
|
#0 0x00007f82d2bff901 in __GI___poll (fds=0x7f82940029e0, nfds=1, timeout=9992) at ../sysdeps/unix/sysv/linux/poll.c:29
|
368
|
#1 0x00007f82c91e0169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
369
|
#2 0x00007f82c91e027c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
370
|
#3 0x00007f82d375647f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
371
|
#4 0x00007f82d36fbe3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
372
|
#5 0x00007f82d351b3ca in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
373
|
#6 0x00007f82d352029d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
374
|
#7 0x00007f82caa337fc in start_thread (arg=0x7f829b3e6700) at pthread_create.c:465
|
375
|
#8 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
376
|
|
377
|
Thread 3 (Thread 0x7f82a3775700 (LWP 1869)):
|
378
|
#0 0x00007f82d2bff901 in __GI___poll (fds=0x7f829c002de0, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
|
379
|
#1 0x00007f82c91e0169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
380
|
#2 0x00007f82c91e027c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
381
|
#3 0x00007f82d375647f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
382
|
#4 0x00007f82d36fbe3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
383
|
#5 0x00007f82d351b3ca in QThread::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
384
|
#6 0x00007f82bce2ae45 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
|
385
|
#7 0x00007f82d352029d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
386
|
#8 0x00007f82caa337fc in start_thread (arg=0x7f82a3775700) at pthread_create.c:465
|
387
|
#9 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
388
|
|
389
|
Thread 2 (Thread 0x7f82abb53700 (LWP 1868)):
|
390
|
#0 0x00007f82d2bff901 in __GI___poll (fds=0x7f82abb52178, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
|
391
|
#1 0x00007f82bb57c747 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
|
392
|
#2 0x00007f82bb57e53a in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
|
393
|
#3 0x00007f82ae06df09 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
|
394
|
#4 0x00007f82d352029d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
395
|
#5 0x00007f82caa337fc in start_thread (arg=0x7f82abb53700) at pthread_create.c:465
|
396
|
#6 0x00007f82d2c0bb0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
397
|
|
398
|
Thread 1 (Thread 0x7f82d7d83340 (LWP 1865)):
|
399
|
#0 0x00007f82d644011c in QgsBrowserDockWidget::refreshModel (this=0x55cba20b0650, index=...) at ../../src/gui/qgsbrowserdockwidget.cpp:298
|
400
|
#1 0x00007f82d643ff12 in QgsBrowserDockWidget::refresh (this=0x55cba20b0650) at ../../src/gui/qgsbrowserdockwidget.cpp:275
|
401
|
#2 0x00007f82d6f7ef8e in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QgsBrowserDockWidget::*)()>::call(void (QgsBrowserDockWidget::*)(), QgsBrowserDockWidget*, void**) (f=(void (QgsBrowserDockWidget::*)(QgsBrowserDockWidget * const)) 0x7f82d643fec8 <QgsBrowserDockWidget::refresh()>, o=0x55cba20b0650, arg=0x7ffe4d573cc0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:136
|
402
|
#3 0x00007f82d6f791e2 in QtPrivate::FunctionPointer<void (QgsBrowserDockWidget::*)()>::call<QtPrivate::List<>, void>(void (QgsBrowserDockWidget::*)(), QgsBrowserDockWidget*, void**) (f=(void (QgsBrowserDockWidget::*)(QgsBrowserDockWidget * const)) 0x7f82d643fec8 <QgsBrowserDockWidget::refresh()>, o=0x55cba20b0650, arg=0x7ffe4d573cc0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:169
|
403
|
#4 0x00007f82d6f6e6b7 in QtPrivate::QSlotObject<void (QgsBrowserDockWidget::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x55cba210d6c0, r=0x55cba20b0650, a=0x7ffe4d573cc0, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120
|
404
|
#5 0x00007f82d372c9ff in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
405
|
#6 0x00007f82d750a863 in QgisApp::connectionsChanged (this=0x55cba1637220) at src/app/moc_qgisapp.cpp:1942
|
406
|
#7 0x00007f82d6f7e83c in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QgisApp::*)()>::call(void (QgisApp::*)(), QgisApp*, void**) (f=(void (QgisApp::*)(QgisApp * const)) 0x7f82d750a83a <QgisApp::connectionsChanged()>, o=0x55cba1637220, arg=0x7ffe4d573ea0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:136
|
407
|
#8 0x00007f82d6f78c37 in QtPrivate::FunctionPointer<void (QgisApp::*)()>::call<QtPrivate::List<>, void>(void (QgisApp::*)(), QgisApp*, void**) (f=(void (QgisApp::*)(QgisApp * const)) 0x7f82d750a83a <QgisApp::connectionsChanged()>, o=0x55cba1637220, arg=0x7ffe4d573ea0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:169
|
408
|
#9 0x00007f82d6f6ddab in QtPrivate::QSlotObject<void (QgisApp::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x55cba4d26970, r=0x55cba1637220, a=0x7ffe4d573ea0, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120
|
409
|
#10 0x00007f82d372c9ff in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
410
|
#11 0x00007f82d6730847 in QgsDataSourceManagerDialog::connectionsChanged (this=0x55cba380b0b0) at src/gui/moc_qgsdatasourcemanagerdialog.cpp:388
|
411
|
#12 0x00007f82d672fc7f in QgsDataSourceManagerDialog::qt_static_metacall (_o=0x55cba380b0b0, _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7ffe4d5740c0) at src/gui/moc_qgsdatasourcemanagerdialog.cpp:167
|
412
|
#13 0x00007f82d372c8e5 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
413
|
#14 0x00007f82d6730fdf in QgsAbstractDataSourceWidget::connectionsChanged (this=0x55cba4560f20) at src/gui/moc_qgsabstractdatasourcewidget.cpp:257
|
414
|
#15 0x00007f824054f88b in QgsWMSSourceSelect::btnNew_clicked (this=0x55cba4560f20) at ../../src/providers/wms/qgswmssourceselect.cpp:182
|
415
|
#16 0x00007f82405662f2 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (QgsWMSSourceSelect::*)()>::call(void (QgsWMSSourceSelect::*)(), QgsWMSSourceSelect*, void**) (f=(void (QgsWMSSourceSelect::*)(QgsWMSSourceSelect * const)) 0x7f824054f78c <QgsWMSSourceSelect::btnNew_clicked()>, o=0x55cba4560f20, arg=0x7ffe4d574370) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:136
|
416
|
#17 0x00007f8240565a7b in QtPrivate::FunctionPointer<void (QgsWMSSourceSelect::*)()>::call<QtPrivate::List<>, void>(void (QgsWMSSourceSelect::*)(), QgsWMSSourceSelect*, void**) (f=(void (QgsWMSSourceSelect::*)(QgsWMSSourceSelect * const)) 0x7f824054f78c <QgsWMSSourceSelect::btnNew_clicked()>, o=0x55cba4560f20, arg=0x7ffe4d574370) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:169
|
417
|
#18 0x00007f8240564cdd in QtPrivate::QSlotObject<void (QgsWMSSourceSelect::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x55cba48108a0, r=0x55cba4560f20, a=0x7ffe4d574370, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120
|
418
|
#19 0x00007f82d372c9ff in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
419
|
#20 0x00007f82d4634572 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
420
|
#21 0x00007f82d463478a in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
421
|
#22 0x00007f82d4635b6a in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
422
|
#23 0x00007f82d4635d54 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
423
|
#24 0x00007f82d44b8dc8 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
424
|
#25 0x00007f82d447846c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
425
|
#26 0x00007f82d448028f in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
426
|
#27 0x00007f82d512b785 in QgsApplication::notify (this=0x7ffe4d576560, receiver=0x55cba388deb0, event=0x7ffe4d574890) at ../../src/core/qgsapplication.cpp:314
|
427
|
#28 0x00007f82d36fdde8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
428
|
#29 0x00007f82d447f262 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
429
|
#30 0x00007f82d44d394b in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
430
|
#31 0x00007f82d44d5fba in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
431
|
#32 0x00007f82d447846c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
432
|
#33 0x00007f82d447fd34 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
433
|
#34 0x00007f82d512b785 in QgsApplication::notify (this=0x7ffe4d576560, receiver=0x55cba4d275d0, event=0x7ffe4d574d00) at ../../src/core/qgsapplication.cpp:314
|
434
|
#35 0x00007f82d36fdde8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
435
|
#36 0x00007f82d3cbcf43 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
436
|
#37 0x00007f82d3cbea25 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
437
|
#38 0x00007f82d3c96cab in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
438
|
#39 0x00007f82ae0d05a0 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
|
439
|
#40 0x00007f82c91dffb7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
440
|
#41 0x00007f82c91e01f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
441
|
#42 0x00007f82c91e027c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
442
|
#43 0x00007f82d375647f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
443
|
#44 0x00007f82d36fbe3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
444
|
#45 0x00007f82d46a4557 in QDialog::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
445
|
#46 0x00007f82d6ea6284 in QgisApp::dataSourceManager (this=0x55cba1637220, pageName=...) at ../../src/app/qgisapp.cpp:1608
|
446
|
#47 0x00007f82d6ea8e52 in QgisApp::<lambda()>::operator()(void) const (__closure=0x55cba1c326f0) at ../../src/app/qgisapp.cpp:1875
|
447
|
#48 0x00007f82d6f174f8 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, QgisApp::createActions()::<lambda()> >::call(QgisApp::<lambda()> &, void **) (f=..., arg=0x7ffe4d5754f0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:130
|
448
|
#49 0x00007f82d6f162ad in QtPrivate::Functor<QgisApp::createActions()::<lambda()>, 0>::call<QtPrivate::List<>, void>(QgisApp::<lambda()> &, void *, void **) (f=..., arg=0x7ffe4d5754f0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:240
|
449
|
#50 0x00007f82d6f14689 in QtPrivate::QFunctorSlotObject<QgisApp::createActions()::<lambda()>, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=1, this_=0x55cba1c326e0, r=0x55cba1637220, a=0x7ffe4d5754f0, ret=0x0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:168
|
450
|
#51 0x00007f82d372c9ff in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
451
|
#52 0x00007f82d4471d82 in QAction::triggered(bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
452
|
#53 0x00007f82d447446c in QAction::activate(QAction::ActionEvent) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
453
|
#54 0x00007f82d4635afb in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
454
|
#55 0x00007f82d4635d54 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
455
|
#56 0x00007f82d461508a in QToolButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
456
|
#57 0x00007f82d44b8dc8 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
457
|
#58 0x00007f82d4615124 in QToolButton::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
458
|
#59 0x00007f82d447846c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
459
|
#60 0x00007f82d448028f in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
460
|
#61 0x00007f82d512b785 in QgsApplication::notify (this=0x7ffe4d576560, receiver=0x55cba17d4dd0, event=0x7ffe4d575a40) at ../../src/core/qgsapplication.cpp:314
|
461
|
#62 0x00007f82d36fdde8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
462
|
#63 0x00007f82d447f262 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
463
|
#64 0x00007f82d44d394b in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
464
|
#65 0x00007f82d44d5fba in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
465
|
#66 0x00007f82d447846c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
466
|
#67 0x00007f82d447fd34 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
|
467
|
#68 0x00007f82d512b785 in QgsApplication::notify (this=0x7ffe4d576560, receiver=0x55cba1f89ac0, event=0x7ffe4d575eb0) at ../../src/core/qgsapplication.cpp:314
|
468
|
#69 0x00007f82d36fdde8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
469
|
#70 0x00007f82d3cbcf43 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
470
|
#71 0x00007f82d3cbea25 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
471
|
#72 0x00007f82d3c96cab in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
|
472
|
#73 0x00007f82ae0d05a0 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
|
473
|
#74 0x00007f82c91dffb7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
474
|
#75 0x00007f82c91e01f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
475
|
#76 0x00007f82c91e027c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
|
476
|
#77 0x00007f82d375647f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
477
|
#78 0x00007f82d36fbe3a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
478
|
#79 0x00007f82d3704da4 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
|
479
|
#80 0x000055cb9f4ee850 in main (argc=1, argv=0x7ffe4d576958) at ../../src/app/main.cpp:1345
|
480
|
(gdb) quit
|
481
|
A debugging session is active.
|
482
|
|
483
|
Inferior 1 [process 1865] will be detached.
|
484
|
|
485
|
Quit anyway? (y or n) y
|
486
|
Detaching from program: /usr/bin/qgis.bin, process 1865
|