gdb-qgis.txt

Ivan Katanović, 2017-11-20 02:05 PM

Download (50.1 KB)

 
1
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
2
Copyright (C) 2016 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
Reading symbols from /usr/bin/qgis.bin...(no debugging symbols found)...done.
16
(gdb) handle SIG33 pass nostop noprint
17
Signal        Stop	Print	Pass to program	Description
18
SIG33         No	No	Yes		Real-time event 33
19
(gdb) set pagination 0
20
(gdb) run
21
Starting program: /usr/bin/qgis.bin 
22
[Thread debugging using libthread_db enabled]
23
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
24
[New Thread 0x7fffd4b55700 (LWP 15603)]
25
[New Thread 0x7fffd4354700 (LWP 15604)]
26
[New Thread 0x7fffd1b53700 (LWP 15605)]
27
Warning: loading of qgis translation failed [/usr/share/qgis/i18n//qgis_en_US]
28
Warning: loading of qt translation failed [/usr/share/qt4/translations/qt_en_US]
29
[New Thread 0x7fffc35ee700 (LWP 15607)]
30
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
31
[New Thread 0x7fffc1d2e700 (LWP 15608)]
32
Warning: QFileSystemWatcher: failed to add paths: /home/mile/.config/ibus/bus
33
Warning: Bus::open: Can not get ibus-daemon's address. 
34
IBusInputContext::createInputContext: no connection to ibus-daemon 
35
[New Thread 0x7fffc152d700 (LWP 15609)]
36
[New Thread 0x7fffb3fff700 (LWP 15610)]
37
[New Thread 0x7fffb37fe700 (LWP 15611)]
38
[Thread 0x7fffd1b53700 (LWP 15605) exited]
39
[Thread 0x7fffd4354700 (LWP 15604) exited]
40
[Thread 0x7fffd4b55700 (LWP 15603) exited]
41
Warning: QCss::Parser - Failed to load file  "/style.qss" 
42
Warning: X Error: BadAtom (invalid Atom parameter) 5
43
  Major opcode: 19 (X_DeleteProperty)
44
  Resource id:  0x0
45
[New Thread 0x7fffd1b53700 (LWP 15613)]
46
[New Thread 0x7fffd4354700 (LWP 15614)]
47
[New Thread 0x7fffd4b55700 (LWP 15615)]
48
Warning: QLayout: Attempting to add QLayout "" to QgsPanelWidgetStack "mWidgetStack", which already has a layout
49
ERROR 1: NUMPY driver was compiled against GDAL 2.1 but current library version is 1.11
50

    
51
[New Thread 0x7fff4cb27700 (LWP 15619)]
52

    
53
FAILURE: Neither -i nor -fl are specified.
54
Usage: gdal_contour [-b <band>] [-a <attribute_name>] [-3d] [-inodata]
55
                    [-snodata n] [-f <formatname>] [-i <interval>]
56
                    [-f <formatname>] [[-dsco NAME=VALUE] ...] [[-lco NAME=VALUE] ...]
57
                    [-off <offset>] [-fl <level> <level>...]
58
                    [-nln <outlayername>] [-q]
59
                    <src_filename> <dst_filename>
60
Warning: Cannot open file '/home/mile/.qgis2/python/plugins/distromap/icon.svg', because: No such file or directory
61
Warning: Cannot open file '/home/mile/.qgis2/python/plugins/distromap/icon.svg', because: No such file or directory
62

    
63
FAILURE: Neither -i nor -fl are specified.
64
Usage: gdal_contour [-b <band>] [-a <attribute_name>] [-3d] [-inodata]
65
                    [-snodata n] [-f <formatname>] [-i <interval>]
66
                    [-f <formatname>] [[-dsco NAME=VALUE] ...] [[-lco NAME=VALUE] ...]
67
                    [-off <offset>] [-fl <level> <level>...]
68
                    [-nln <outlayername>] [-q]
69
                    <src_filename> <dst_filename>
70
[New Thread 0x7fff46ad1700 (LWP 15640)]
71
[New Thread 0x7fff462d0700 (LWP 15641)]
72
[New Thread 0x7fff45acf700 (LWP 15642)]
73
[New Thread 0x7fff452ce700 (LWP 15643)]
74
[New Thread 0x7fff44886700 (LWP 15644)]
75
[New Thread 0x7fff3efa7700 (LWP 15650)]
76
[New Thread 0x7fff3e7a6700 (LWP 15651)]
77
[New Thread 0x7fff3dfa5700 (LWP 15652)]
78
[Thread 0x7fff4cb27700 (LWP 15619) exited]
79

    
80
Thread 1 "qgis.bin" received signal SIGSEGV, Segmentation fault.
81
QVariant::operator= (this=0x55556e9c80b0, variant=...) at kernel/qvariant.cpp:1811
82
1811	kernel/qvariant.cpp: No such file or directory.
83
(gdb) backtrace full
84
#0  QVariant::operator= (this=0x55556e9c80b0, variant=...) at kernel/qvariant.cpp:1811
85
No locals.
86
#1  0x00007ffff638989d in QgsVectorLayerFeatureIterator::updateChangedAttributes(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
87
No symbol table info available.
88
#2  0x00007ffff638dd4b in QgsVectorLayerFeatureIterator::fetchFeature(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
89
No symbol table info available.
90
#3  0x00007ffff61a2299 in QgsAbstractFeatureIterator::nextFeature(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
91
No symbol table info available.
92
#4  0x00007ffff60c9c54 in QgsCachedFeatureWriterIterator::fetchFeature(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
93
No symbol table info available.
94
#5  0x00007ffff61a2299 in QgsAbstractFeatureIterator::nextFeature(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
95
No symbol table info available.
96
#6  0x00007ffff6cc9f89 in QgsAttributeTableModel::loadLayer() () from /usr/lib/libqgis_gui.so.2.18.14
97
No symbol table info available.
98
#7  0x00007ffff5a4df80 in QMetaObject::activate (sender=0x555568daf9e0, m=<optimized out>, local_signal_index=<optimized out>, argv=<optimized out>) at kernel/qobject.cpp:3567
99
        receiverInSameThread = true
100
        previousSender = 0x0
101
        callFunction = 0x7ffff6f5fbf0
102
        receiver = 0x55556800e220
103
        currentSender = {sender = 0x555568daf9e0, signal = 9, ref = 1}
104
        method_relative = 3
105
        c = 0x555578441860
106
        last = 0x555578441860
107
        signalOffset = <optimized out>
108
        methodOffset = <optimized out>
109
        signal_index = <optimized out>
110
        signal_absolute_index = <optimized out>
111
        empty_argv = {0x0}
112
        currentThreadId = 140737353593344
113
        locker = {val = 140736347517888}
114
        connectionLists = <optimized out>
115
        list = 0x555564b6ae20
116
#8  0x00007ffff5a4df80 in QMetaObject::activate (sender=0x555556b539a0, m=<optimized out>, local_signal_index=<optimized out>, argv=<optimized out>) at kernel/qobject.cpp:3567
117
        receiverInSameThread = true
118
        previousSender = 0x0
119
        callFunction = 0x7ffff661ed10
120
        receiver = 0x555568daf9e0
121
        currentSender = {sender = 0x555556b539a0, signal = 44, ref = 1}
122
        method_relative = 13
123
        c = 0x55557a943de0
124
        last = 0x555579445aa0
125
        signalOffset = <optimized out>
126
        methodOffset = <optimized out>
127
        signal_index = <optimized out>
128
        signal_absolute_index = <optimized out>
129
        empty_argv = {0x0}
130
        currentThreadId = 140737353593344
131
        locker = {val = 93825002088304}
132
        connectionLists = <optimized out>
133
        list = 0x55556786e7f0
134
#9  0x00007ffff6367101 in QgsVectorLayer::updateFields() () from /usr/lib/libqgis_core.so.2.18.14
135
No symbol table info available.
136
#10 0x00007ffff639e486 in QgsVectorLayerUndoCommandDeleteAttribute::redo() () from /usr/lib/libqgis_core.so.2.18.14
137
No symbol table info available.
138
#11 0x00007ffff540b2a7 in QUndoStack::push (this=0x555556b53a98, cmd=0x555564687b10) at util/qundostack.cpp:583
139
        d = 0x55555c1554e0
140
        macro = <optimized out>
141
        cur = <optimized out>
142
        try_merge = <optimized out>
143
#12 0x00007ffff6380567 in QgsVectorLayerEditBuffer::deleteAttribute(int) () from /usr/lib/libqgis_core.so.2.18.14
144
No symbol table info available.
145
#13 0x00007ffff636bf02 in QgsVectorLayer::deleteAttribute(int) () from /usr/lib/libqgis_core.so.2.18.14
146
No symbol table info available.
147
#14 0x00007ffff636c092 in QgsVectorLayer::deleteAttributes(QList<int>) () from /usr/lib/libqgis_core.so.2.18.14
148
No symbol table info available.
149
#15 0x00007ffff752acb8 in QgsAttributeTableDialog::on_mActionRemoveAttribute_triggered() () from /usr/lib/libqgis_app.so.2.18.14
150
No symbol table info available.
151
#16 0x00007ffff78ee575 in ?? () from /usr/lib/libqgis_app.so.2.18.14
152
No symbol table info available.
153
#17 0x00007ffff78ee7c3 in QgsAttributeTableDialog::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libqgis_app.so.2.18.14
154
No symbol table info available.
155
#18 0x00007ffff5a4e0d6 in QMetaObject::activate (sender=sender@entry=0x555576b85260, m=m@entry=0x7ffff5876da0 <QAction::staticMetaObject>, local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffffffcb20) at kernel/qobject.cpp:3597
156
        method = 54
157
        receiverInSameThread = true
158
        previousSender = 0x0
159
        callFunction = 0x0
160
        receiver = 0x5555628de400
161
        currentSender = {sender = 0x555576b85260, signal = 5, ref = 1}
162
        method_relative = <optimized out>
163
        c = 0x555556a0a320
164
        last = 0x555556a0a320
165
        signalOffset = <optimized out>
166
        methodOffset = <optimized out>
167
        signal_index = <optimized out>
168
        signal_absolute_index = <optimized out>
169
        empty_argv = {0x0}
170
        currentThreadId = 140737353593344
171
        locker = {val = 93825002114336}
172
        connectionLists = <optimized out>
173
        list = 0x555575614520
174
#19 0x00007ffff4d78d62 in QAction::triggered (this=this@entry=0x555576b85260, _t1=false) at .moc/release-shared/moc_qaction.cpp:276
175
        _a = {0x0, 0x7fffffffcb1c}
176
#20 0x00007ffff4d7a0b3 in QAction::activate (this=0x555576b85260, event=<optimized out>) at kernel/qaction.cpp:1257
177
        guard = 0x555576b85260
178
        d = <optimized out>
179
#21 0x00007ffff515acd3 in QAbstractButtonPrivate::click (this=this@entry=0x55555c14d120) at widgets/qabstractbutton.cpp:530
180
        changeState = <optimized out>
181
        guard = {o = 0x55557a8ba1f0}
182
#22 0x00007ffff515ae24 in QAbstractButton::mouseReleaseEvent (this=0x55557a8ba1f0, e=0x7fffffffd0d0) at widgets/qabstractbutton.cpp:1123
183
        d = 0x55555c14d120
184
#23 0x00007ffff5220dea in QToolButton::mouseReleaseEvent (this=<optimized out>, e=<optimized out>) at widgets/qtoolbutton.cpp:723
185
        d = 0x55555c14d120
186
#24 0x00007ffff4dd58d0 in QWidget::event (this=0x55557a8ba1f0, event=0x7fffffffd0d0) at kernel/qwidget.cpp:8775
187
        d = <optimized out>
188
#25 0x00007ffff4d7efdc in QApplicationPrivate::notify_helper (this=this@entry=0x555555c9ac90, receiver=receiver@entry=0x55557a8ba1f0, e=e@entry=0x7fffffffd0d0) at kernel/qapplication.cpp:4570
189
        consumed = <optimized out>
190
#26 0x00007ffff4d860d6 in QApplication::notify (this=<optimized out>, receiver=0x55557a8ba1f0, e=0x7fffffffd0d0) at kernel/qapplication.cpp:4113
191
        me = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x7ffff58774e8 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff5b30b40 <qt_meta_stringdata_QEvent> "QEvent", data = 0x7ffff5b31540 <qt_meta_data_QEvent>, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 8191}, modState = {i = 0}}, p = {xp = 11, yp = 11}, g = {xp = 551, yp = 42}, b = Qt::LeftButton, mouseState = {i = 0}}
192
        w = 0x55557a8ba1f0
193
        mouse = 0x7fffffffd0d0
194
        eventAccepted = <optimized out>
195
        relpos = {xp = 11, yp = 11}
196
        pw = {o = 0x55557a8ba1f0}
197
        d = <optimized out>
198
        res = false
199
#27 0x00007ffff60b8e6b in QgsApplication::notify(QObject*, QEvent*) () from /usr/lib/libqgis_core.so.2.18.14
200
No symbol table info available.
201
#28 0x00007ffff5a398bd in QCoreApplication::notifyInternal (this=0x7fffffffdfc0, receiver=receiver@entry=0x55557a8ba1f0, event=event@entry=0x7fffffffd0d0) at kernel/qcoreapplication.cpp:955
202
        result = false
203
        cbdata = {0x55557a8ba1f0, 0x7fffffffd0d0, 0x7fffffffcf1f}
204
        d = <optimized out>
205
        threadData = 0x555555c74300
206
        returnValue = <optimized out>
207
#29 0x00007ffff4d856dd in QCoreApplication::sendEvent (event=<optimized out>, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
208
No locals.
209
#30 QApplicationPrivate::sendMouseEvent (receiver=receiver@entry=0x55557a8ba1f0, event=event@entry=0x7fffffffd0d0, alienWidget=alienWidget@entry=0x55557a8ba1f0, nativeWidget=nativeWidget@entry=0x5555628de400, buttonDown=buttonDown@entry=0x7ffff58ab368 <qt_button_down>, lastMouseReceiver=..., spontaneous=true) at kernel/qapplication.cpp:3178
210
        receiverGuard = {o = 0x55557a8ba1f0}
211
        nativeGuard = {o = 0x5555628de400}
212
        alienGuard = {o = 0x55557a8ba1f0}
213
        activePopupWidget = {o = 0x0}
214
        graphicsWidget = false
215
        wasLeaveAfterRelease = <optimized out>
216
        result = <optimized out>
217
#31 0x00007ffff4e033f2 in QETWidget::translateMouseEvent (this=this@entry=0x5555628de400, event=event@entry=0x7fffffffd430) at kernel/qapplication_x11.cpp:4638
218
        alienWidget = 0x55557a8ba1f0
219
        widget = 0x55557a8ba1f0
220
        oldOpenPopupCount = <optimized out>
221
        e = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x7ffff58774e8 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff5b30b40 <qt_meta_stringdata_QEvent> "QEvent", data = 0x7ffff5b31540 <qt_meta_data_QEvent>, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 4032}, modState = {i = 0}}, p = {xp = 11, yp = 11}, g = {xp = 551, yp = 42}, b = Qt::LeftButton, mouseState = {i = 0}}
222
        d = <optimized out>
223
        type = QEvent::MouseButtonRelease
224
        pos = {xp = 11, yp = 11}
225
        globalPos = {xp = 551, yp = 42}
226
        button = Qt::LeftButton
227
        buttons = <optimized out>
228
        modifiers = {i = 0}
229
        nextEvent = {type = 1469775328, xany = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312}, xkey = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, root = 93825607345600, subwindow = 93825214047232, time = 93825607345600, x = 1653466112, y = 21845, x_root = -186897328, y_root = 32767, state = 6, keycode = 0, same_screen = 1672149504}, xbutton = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, root = 93825607345600, subwindow = 93825214047232, time = 93825607345600, x = 1653466112, y = 21845, x_root = -186897328, y_root = 32767, state = 6, button = 0, same_screen = 1672149504}, xmotion = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, root = 93825607345600, subwindow = 93825214047232, time = 93825607345600, x = 1653466112, y = 21845, x_root = -186897328, y_root = 32767, state = 6, is_hint = 0 '\000', same_screen = 1672149504}, xcrossing = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, root = 93825607345600, subwindow = 93825214047232, time = 93825607345600, x = 1653466112, y = 21845, x_root = -186897328, y_root = 32767, mode = 6, detail = 0, same_screen = 1672149504, focus = -1641740393, state = 4294955528}, xfocus = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, mode = 2046764480, detail = 21845}, xexpose = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, x = 2046764480, y = 21845, width = 1653466112, height = 21845, count = 2046764480}, xgraphicsexpose = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, drawable = 93825229783312, x = 2046764480, y = 21845, width = 1653466112, height = 21845, count = 2046764480, major_code = 21845, minor_code = 1653466112}, xnoexpose = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, drawable = 93825229783312, major_code = 2046764480, minor_code = 21845}, xvisibility = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, state = 2046764480}, xcreatewindow = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, parent = 93825229783312, window = 93825607345600, x = 1653466112, y = 21845, width = 2046764480, height = 21845, border_width = 1653466112, override_redirect = 21845}, xdestroywindow = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, event = 93825229783312, window = 93825607345600}, xunmap = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, event = 93825229783312, window = 93825607345600, from_configure = 1653466112}, xmap = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, event = 93825229783312, window = 93825607345600, override_redirect = 1653466112}, xmaprequest = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, parent = 93825229783312, window = 93825607345600}, xreparent = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, event = 93825229783312, window = 93825607345600, parent = 93825214047232, x = 2046764480, y = 21845, override_redirect = 1653466112}, xconfigure = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, event = 93825229783312, window = 93825607345600, x = 1653466112, y = 21845, width = 2046764480, height = 21845, border_width = 1653466112, above = 140737301458000, override_redirect = 6}, xgravity = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, event = 93825229783312, window = 93825607345600, x = 1653466112, y = 21845}, xresizerequest = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, width = 2046764480, height = 21845}, xconfigurerequest = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, parent = 93825229783312, window = 93825607345600, x = 1653466112, y = 21845, width = 2046764480, height = 21845, border_width = 1653466112, above = 140737301458000, detail = 6, value_mask = 11395522778924513792}, xcirculate = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, event = 93825229783312, window = 93825607345600, place = 1653466112}, xcirculaterequest = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, parent = 93825229783312, window = 93825607345600, place = 1653466112}, xproperty = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, atom = 93825607345600, time = 93825214047232, state = 2046764480}, xselectionclear = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, selection = 93825607345600, time = 93825214047232}, xselectionrequest = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, owner = 93825229783312, requestor = 93825607345600, selection = 93825214047232, target = 93825607345600, property = 93825214047232, time = 140737301458000}, xselection = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, requestor = 93825229783312, selection = 93825607345600, target = 93825214047232, property = 93825607345600, time = 93825214047232}, xcolormap = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, colormap = 93825607345600, c_new = 1653466112, state = 21845}, xclient = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, message_type = 93825607345600, format = 1653466112, data = {b = "\300%\377yUU\000\000\000\344\215bUU\000\000P,\334", <incomplete sequence \364>, s = {9664, 31231, 21845, 0, -7168, 25229, 21845, 0, 11344, -2852}, l = {93825607345600, 93825214047232, 140737301458000, 6, -7051221294785037824}}}, xmapping = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, request = 2046764480, first_keycode = 21845, count = 1653466112}, xerror = {type = 1469775328, display = 0x9e25079763aafa00, resourceid = 93825030356752, serial = 93825229783312, error_code = 16 '\020', request_code = 1 '\001', minor_code = 126 '~'}, xkeymap = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, window = 93825229783312, key_vector = "\300%\377yUU\000\000\000\344\215bUU\000\000\300%\377yUU\000\000\000\344\215bUU\000"}, xgeneric = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, extension = 1669202192, evtype = 21845}, xcookie = {type = 1469775328, serial = 11395522778924513792, send_event = 1469775632, display = 0x5555637e0110, extension = 1669202192, evtype = 21845, cookie = 2046764480, data = 0x5555628de400}, pad = {93825030356448, -7051221294785037824, 93825030356752, 93825229783312, 93825229783312, 93825607345600, 93825214047232, 93825607345600, 93825214047232, 140737301458000, 6, -7051221294785037824, 140737488343560, 93825607345600, 93825214047232, 140737301535160, 16777316, 140736616447733, 93825214047232, 93825339500672, 93825214047232, 219, 93824999928560, 140737488344112}}
230
#32 0x00007ffff4e02c83 in QApplication::x11ProcessEvent (this=0x7fffffffdfc0, event=event@entry=0x7fffffffd430) at kernel/qapplication_x11.cpp:3626
231
        keywidget = <optimized out>
232
        grabbed = <optimized out>
233
        d = 0x555555c9ac90
234
        loopLevelCounter = {threadData = 0x555555c74300}
235
        isXI2Event = <optimized out>
236
        widget = 0x5555628de400
237
        instance = {display = <optimized out>, cookie = 0x7fffffffd430}
238
#33 0x00007ffff4e2c542 in x11EventSourceDispatch (s=0x555555c9b0b0, callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
239
        event = {type = 5, xany = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091}, xkey = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, root = 219, subwindow = 0, time = 11208391, x = 521, y = 13, x_root = 551, y_root = 42, state = 272, keycode = 1, same_screen = 1}, xbutton = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, root = 219, subwindow = 0, time = 11208391, x = 521, y = 13, x_root = 551, y_root = 42, state = 272, button = 1, same_screen = 1}, xmotion = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, root = 219, subwindow = 0, time = 11208391, x = 521, y = 13, x_root = 551, y_root = 42, state = 272, is_hint = 1 '\001', same_screen = 1}, xcrossing = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, root = 219, subwindow = 0, time = 11208391, x = 521, y = 13, x_root = 551, y_root = 42, mode = 272, detail = 1, same_screen = 1, focus = 0, state = 0}, xfocus = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, mode = 219, detail = 0}, xexpose = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, x = 219, y = 0, width = 0, height = 0, count = 11208391}, xgraphicsexpose = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, drawable = 117441091, x = 219, y = 0, width = 0, height = 0, count = 11208391, major_code = 0, minor_code = 521}, xnoexpose = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, drawable = 117441091, major_code = 219, minor_code = 0}, xvisibility = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, state = 219}, xcreatewindow = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, parent = 117441091, window = 219, x = 0, y = 0, width = 11208391, height = 0, border_width = 521, override_redirect = 13}, xdestroywindow = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, event = 117441091, window = 219}, xunmap = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, event = 117441091, window = 219, from_configure = 0}, xmap = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, event = 117441091, window = 219, override_redirect = 0}, xmaprequest = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, parent = 117441091, window = 219}, xreparent = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, event = 117441091, window = 219, parent = 0, x = 11208391, y = 0, override_redirect = 521}, xconfigure = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, event = 117441091, window = 219, x = 0, y = 0, width = 11208391, height = 0, border_width = 521, above = 180388626983, override_redirect = 272}, xgravity = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, event = 117441091, window = 219, x = 0, y = 0}, xresizerequest = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, width = 219, height = 0}, xconfigurerequest = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, parent = 117441091, window = 219, x = 0, y = 0, width = 11208391, height = 0, border_width = 521, above = 180388626983, detail = 272, value_mask = 1}, xcirculate = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, event = 117441091, window = 219, place = 0}, xcirculaterequest = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, parent = 117441091, window = 219, place = 0}, xproperty = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, atom = 219, time = 0, state = 11208391}, xselectionclear = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, selection = 219, time = 0}, xselectionrequest = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, owner = 117441091, requestor = 219, selection = 0, target = 11208391, property = 55834575369, time = 180388626983}, xselection = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, requestor = 117441091, selection = 219, target = 0, property = 11208391, time = 55834575369}, xcolormap = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, colormap = 219, c_new = 0, state = 0}, xclient = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, message_type = 219, format = 0, data = {b = "\307\006\253\000\000\000\000\000\t\002\000\000\r\000\000\000'\002\000", s = {1735, 171, 0, 0, 521, 0, 13, 0, 551, 0}, l = {11208391, 55834575369, 180388626983, 4294967568, 1}}}, xmapping = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, request = 219, first_keycode = 0, count = 0}, xerror = {type = 5, display = 0x4813e, resourceid = 0, serial = 93824999873872, error_code = 67 'C', request_code = 2 '\002', minor_code = 0 '\000'}, xkeymap = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, window = 117441091, key_vector = "\333", '\000' <repeats 15 times>, "\307\006\253\000\000\000\000\000\t\002\000\000\r\000\000"}, xgeneric = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, extension = 117441091, evtype = 0}, xcookie = {type = 5, serial = 295230, send_event = 0, display = 0x555555c9dd50, extension = 117441091, evtype = 0, cookie = 219, data = 0x0}, pad = {140733193388037, 295230, 0, 93824999873872, 117441091, 219, 0, 11208391, 55834575369, 180388626983, 4294967568, 1, 4607182418800017408, 0, 4607182418800017408, 0, 0, 93825096349152, 93823571460097, 0, 25757375093, 93825098248336, 4294967421, 18}}
240
        source = 0x555555c9b0b0
241
        marker = 295231
242
#34 0x00007fffed790197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
243
No symbol table info available.
244
#35 0x00007fffed7903f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
245
No symbol table info available.
246
#36 0x00007fffed79049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
247
No symbol table info available.
248
#37 0x00007ffff5a6a21e in QEventDispatcherGlib::processEvents (this=0x555555c3c990, flags=...) at kernel/qeventdispatcher_glib.cpp:450
249
        d = 0x555555c9afe0
250
        canWait = true
251
        savedFlags = {i = 0}
252
        result = <optimized out>
253
#38 0x00007ffff4e2c616 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
254
        d = 0x555555c9afe0
255
        saved_flags = {i = 0}
256
        returnValue = <optimized out>
257
#39 0x00007ffff5a3813f in QEventLoop::processEvents (this=this@entry=0x7fffffffd810, flags=...) at kernel/qeventloop.cpp:149
258
        d = 0x555556a0bfe0
259
#40 0x00007ffff5a384a5 in QEventLoop::exec (this=this@entry=0x7fffffffd810, flags=...) at kernel/qeventloop.cpp:204
260
        d = 0x555556a0bfe0
261
        locker = {val = 93824999703624}
262
#41 0x00007ffff5a3e469 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1227
263
        threadData = 0x555555c74300
264
        eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff5d9d948 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff5b1dcc0 <qt_meta_stringdata_QObject> "QObject", data = 0x7ffff5b1dd60 <qt_meta_data_QObject>, extradata = 0x7ffff5d96100 <QObject::staticMetaObjectExtraData>}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff5a54c50 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x555556a0bfe0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff5b26d40 <qt_meta_stringdata_Qt> "Qt", data = 0x7ffff5b2a660 <qt_meta_data_Qt>, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x555555c2b060 <QObject::staticMetaObject>, stringdata = 0x7ffff5b30940 <qt_meta_stringdata_QEventLoop> "QEventLoop", data = 0x7ffff5b30960 <qt_meta_data_QEventLoop>, extradata = 0x7ffff5d99420 <QEventLoop::staticMetaObjectExtraData>}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff5a9ed50 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}
265
        returnCode = <optimized out>
266
#42 0x000055555555aa9b in ?? ()
267
No symbol table info available.
268
#43 0x00007ffff4278830 in __libc_start_main (main=0x555555558ee0, argc=1, argv=0x7fffffffe458, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe448) at ../csu/libc-start.c:291
269
        result = <optimized out>
270
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -6238137858800027063, 93824992275328, 140737488348240, 0, 0, -272190731518543287, -272207983465792951}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7fffffffe468, 0x7ffff7ffe168}, data = {prev = 0x0, cleanup = 0x0, canceltype = -7064}}}
271
        not_first_call = <optimized out>
272
#44 0x000055555555eba9 in _start ()
273
No symbol table info available.
274
(gdb) info registers
275
rax            0x412242513d70a3d7	4693386678364054487
276
rbx            0x0	0
277
rcx            0x17	23
278
rdx            0x55556e9c7d01	93825416330497
279
rsi            0x55556e9c80c0	93825416331456
280
rdi            0x55556e9c80b0	93825416331440
281
rbp            0x5555555616f0	0x5555555616f0 <__libc_csu_init>
282
rsp            0x7fffffffe380	0x7fffffffe380
283
r8             0x17	23
284
r9             0x0	0
285
r10            0x0	0
286
r11            0x430f	17167
287
r12            0x55555555eb80	93824992275328
288
r13            0x7fffffffe450	140737488348240
289
r14            0x0	0
290
r15            0x0	0
291
rip            0x7ffff4278830	0x7ffff4278830 <__libc_start_main+240>
292
eflags         0x10202	[ IF RF ]
293
cs             0x33	51
294
ss             0x2b	43
295
ds             0x0	0
296
es             0x0	0
297
fs             0x0	0
298
gs             0x0	0
299
(gdb) x/16i $pc
300
=> 0x7ffff4278830 <__libc_start_main+240>:	mov    %eax,%edi
301
   0x7ffff4278832 <__libc_start_main+242>:	callq  0x7ffff4292030 <__GI_exit>
302
   0x7ffff4278837 <__libc_start_main+247>:	xor    %edx,%edx
303
   0x7ffff4278839 <__libc_start_main+249>:	jmpq   0x7ffff4278779 <__libc_start_main+57>
304
   0x7ffff427883e <__libc_start_main+254>:	mov    0x3a8ecb(%rip),%rax        # 0x7ffff4621710 <__libc_pthread_functions+400>
305
   0x7ffff4278845 <__libc_start_main+261>:	ror    $0x11,%rax
306
   0x7ffff4278849 <__libc_start_main+265>:	xor    %fs:0x30,%rax
307
   0x7ffff4278852 <__libc_start_main+274>:	callq  *%rax
308
   0x7ffff4278854 <__libc_start_main+276>:	mov    0x3a8ea5(%rip),%rax        # 0x7ffff4621700 <__libc_pthread_functions+384>
309
   0x7ffff427885b <__libc_start_main+283>:	ror    $0x11,%rax
310
   0x7ffff427885f <__libc_start_main+287>:	xor    %fs:0x30,%rax
311
   0x7ffff4278868 <__libc_start_main+296>:	lock decl (%rax)
312
   0x7ffff427886b <__libc_start_main+299>:	sete   %dl
313
   0x7ffff427886e <__libc_start_main+302>:	test   %dl,%dl
314
   0x7ffff4278870 <__libc_start_main+304>:	je     0x7ffff4278892 <__libc_start_main+338>
315
   0x7ffff4278872 <__libc_start_main+306>:	xor    %eax,%eax
316
(gdb) thread apply all backtrace
317

    
318
Thread 21 (Thread 0x7fff3dfa5700 (LWP 15652)):
319
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
320
#1  0x00007ffff592a384 in QWaitConditionPrivate::wait (time=30000, this=0x7fff4000bf00) at thread/qwaitcondition_unix.cpp:84
321
#2  QWaitCondition::wait (this=this@entry=0x7fff4000bb40, mutex=mutex@entry=0x555555c9abc8, time=30000) at thread/qwaitcondition_unix.cpp:158
322
#3  0x00007ffff591cfe7 in QThreadPoolThread::run (this=0x7fff4000bb30) at concurrent/qthreadpool.cpp:142
323
#4  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x7fff4000bb30) at thread/qthread_unix.cpp:352
324
#5  0x00007fffede7c6ba in start_thread (arg=0x7fff3dfa5700) at pthread_create.c:333
325
#6  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
326

    
327
Thread 20 (Thread 0x7fff3e7a6700 (LWP 15651)):
328
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
329
#1  0x00007ffff592a384 in QWaitConditionPrivate::wait (time=30000, this=0x7fff4000ba70) at thread/qwaitcondition_unix.cpp:84
330
#2  QWaitCondition::wait (this=this@entry=0x7fff4000b200, mutex=mutex@entry=0x555555c9abc8, time=30000) at thread/qwaitcondition_unix.cpp:158
331
#3  0x00007ffff591cfe7 in QThreadPoolThread::run (this=0x7fff4000b1f0) at concurrent/qthreadpool.cpp:142
332
#4  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x7fff4000b1f0) at thread/qthread_unix.cpp:352
333
#5  0x00007fffede7c6ba in start_thread (arg=0x7fff3e7a6700) at pthread_create.c:333
334
#6  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
335

    
336
Thread 19 (Thread 0x7fff3efa7700 (LWP 15650)):
337
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
338
#1  0x00007ffff592a384 in QWaitConditionPrivate::wait (time=30000, this=0x7fff4000b330) at thread/qwaitcondition_unix.cpp:84
339
#2  QWaitCondition::wait (this=this@entry=0x7fff4000af10, mutex=mutex@entry=0x555555c9abc8, time=30000) at thread/qwaitcondition_unix.cpp:158
340
#3  0x00007ffff591cfe7 in QThreadPoolThread::run (this=0x7fff4000af00) at concurrent/qthreadpool.cpp:142
341
#4  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x7fff4000af00) at thread/qthread_unix.cpp:352
342
#5  0x00007fffede7c6ba in start_thread (arg=0x7fff3efa7700) at pthread_create.c:333
343
#6  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
344

    
345
Thread 18 (Thread 0x7fff44886700 (LWP 15644)):
346
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
347
#1  0x00007ffff592a384 in QWaitConditionPrivate::wait (time=30000, this=0x55555b8b4670) at thread/qwaitcondition_unix.cpp:84
348
#2  QWaitCondition::wait (this=this@entry=0x555557ac6500, mutex=mutex@entry=0x555555c9abc8, time=30000) at thread/qwaitcondition_unix.cpp:158
349
#3  0x00007ffff591cfe7 in QThreadPoolThread::run (this=0x555557ac64f0) at concurrent/qthreadpool.cpp:142
350
#4  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x555557ac64f0) at thread/qthread_unix.cpp:352
351
#5  0x00007fffede7c6ba in start_thread (arg=0x7fff44886700) at pthread_create.c:333
352
#6  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
353

    
354
Thread 17 (Thread 0x7fff452ce700 (LWP 15643)):
355
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
356
#1  0x00007fff46b490fa in th_worker(void*) () from /usr/lib/python2.7/dist-packages/numexpr/interpreter.x86_64-linux-gnu.so
357
#2  0x00007fffede7c6ba in start_thread (arg=0x7fff452ce700) at pthread_create.c:333
358
#3  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
359

    
360
Thread 16 (Thread 0x7fff45acf700 (LWP 15642)):
361
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
362
#1  0x00007fff46b490fa in th_worker(void*) () from /usr/lib/python2.7/dist-packages/numexpr/interpreter.x86_64-linux-gnu.so
363
#2  0x00007fffede7c6ba in start_thread (arg=0x7fff45acf700) at pthread_create.c:333
364
#3  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
365

    
366
Thread 15 (Thread 0x7fff462d0700 (LWP 15641)):
367
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
368
#1  0x00007fff46b490fa in th_worker(void*) () from /usr/lib/python2.7/dist-packages/numexpr/interpreter.x86_64-linux-gnu.so
369
#2  0x00007fffede7c6ba in start_thread (arg=0x7fff462d0700) at pthread_create.c:333
370
#3  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
371

    
372
Thread 14 (Thread 0x7fff46ad1700 (LWP 15640)):
373
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
374
#1  0x00007fff46b490fa in th_worker(void*) () from /usr/lib/python2.7/dist-packages/numexpr/interpreter.x86_64-linux-gnu.so
375
#2  0x00007fffede7c6ba in start_thread (arg=0x7fff46ad1700) at pthread_create.c:333
376
#3  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
377

    
378
Thread 12 (Thread 0x7fffd4b55700 (LWP 15615)):
379
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
380
#1  0x00007ffff2fca6c1 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
381
#2  0x00007ffff32da876 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
382
#3  0x00007fffede7c6ba in start_thread (arg=0x7fffd4b55700) at pthread_create.c:333
383
#4  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
384

    
385
Thread 11 (Thread 0x7fffd4354700 (LWP 15614)):
386
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
387
#1  0x00007ffff32a82dd in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
388
#2  0x00007ffff32a8339 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
389
#3  0x00007fffede7c6ba in start_thread (arg=0x7fffd4354700) at pthread_create.c:333
390
#4  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
391

    
392
Thread 10 (Thread 0x7fffd1b53700 (LWP 15613)):
393
#0  0x00007ffff435370d in poll () at ../sysdeps/unix/syscall-template.S:84
394
#1  0x00007fffed79038c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
395
#2  0x00007fffed79049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
396
#3  0x00007ffff5a6a23e in QEventDispatcherGlib::processEvents (this=0x7fffa80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:452
397
#4  0x00007ffff5a3813f in QEventLoop::processEvents (this=this@entry=0x7fffd1b52380, flags=...) at kernel/qeventloop.cpp:149
398
#5  0x00007ffff5a384a5 in QEventLoop::exec (this=this@entry=0x7fffd1b52380, flags=...) at kernel/qeventloop.cpp:204
399
#6  0x00007ffff5927549 in QThread::exec (this=this@entry=0x555555d961d0) at thread/qthread.cpp:538
400
#7  0x00007ffff5a181d3 in QInotifyFileSystemWatcherEngine::run (this=0x555555d961d0) at io/qfilesystemwatcher_inotify.cpp:265
401
#8  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x555555d961d0) at thread/qthread_unix.cpp:352
402
#9  0x00007fffede7c6ba in start_thread (arg=0x7fffd1b53700) at pthread_create.c:333
403
#10 0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
404

    
405
Thread 9 (Thread 0x7fffb37fe700 (LWP 15611)):
406
#0  0x00007ffff4355593 in select () at ../sysdeps/unix/syscall-template.S:84
407
#1  0x00007ffff5a145df in QProcessManager::run (this=0x7ffff5da0520 <processManager()::processManager>) at io/qprocess_unix.cpp:270
408
#2  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x7ffff5da0520 <processManager()::processManager>) at thread/qthread_unix.cpp:352
409
#3  0x00007fffede7c6ba in start_thread (arg=0x7fffb37fe700) at pthread_create.c:333
410
#4  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
411

    
412
Thread 8 (Thread 0x7fffb3fff700 (LWP 15610)):
413
#0  0x00007ffff435370d in poll () at ../sysdeps/unix/syscall-template.S:84
414
#1  0x00007fffed79038c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
415
#2  0x00007fffed79049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
416
#3  0x00007ffff5a6a21e in QEventDispatcherGlib::processEvents (this=0x7fffac0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:450
417
#4  0x00007ffff5a3813f in QEventLoop::processEvents (this=this@entry=0x7fffb3ffe3d0, flags=...) at kernel/qeventloop.cpp:149
418
#5  0x00007ffff5a384a5 in QEventLoop::exec (this=this@entry=0x7fffb3ffe3d0, flags=...) at kernel/qeventloop.cpp:204
419
#6  0x00007ffff5927549 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:538
420
#7  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x5555563c6640) at thread/qthread_unix.cpp:352
421
#8  0x00007fffede7c6ba in start_thread (arg=0x7fffb3fff700) at pthread_create.c:333
422
#9  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
423

    
424
Thread 7 (Thread 0x7fffc152d700 (LWP 15609)):
425
#0  0x00007ffff435370d in poll () at ../sysdeps/unix/syscall-template.S:84
426
#1  0x00007fffed79038c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
427
#2  0x00007fffed79049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
428
#3  0x00007ffff5a6a23e in QEventDispatcherGlib::processEvents (this=0x7fffb80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:452
429
#4  0x00007ffff5a3813f in QEventLoop::processEvents (this=this@entry=0x7fffc152c3d0, flags=...) at kernel/qeventloop.cpp:149
430
#5  0x00007ffff5a384a5 in QEventLoop::exec (this=this@entry=0x7fffc152c3d0, flags=...) at kernel/qeventloop.cpp:204
431
#6  0x00007ffff5927549 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:538
432
#7  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x555555d089a0) at thread/qthread_unix.cpp:352
433
#8  0x00007fffede7c6ba in start_thread (arg=0x7fffc152d700) at pthread_create.c:333
434
#9  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
435

    
436
Thread 6 (Thread 0x7fffc1d2e700 (LWP 15608)):
437
#0  0x00007ffff435370d in poll () at ../sysdeps/unix/syscall-template.S:84
438
#1  0x00007fffed79038c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
439
#2  0x00007fffed79049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
440
#3  0x00007ffff5a6a23e in QEventDispatcherGlib::processEvents (this=0x7fffb40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:452
441
#4  0x00007ffff5a3813f in QEventLoop::processEvents (this=this@entry=0x7fffc1d2d380, flags=...) at kernel/qeventloop.cpp:149
442
#5  0x00007ffff5a384a5 in QEventLoop::exec (this=this@entry=0x7fffc1d2d380, flags=...) at kernel/qeventloop.cpp:204
443
#6  0x00007ffff5927549 in QThread::exec (this=this@entry=0x5555561c5ce0) at thread/qthread.cpp:538
444
#7  0x00007ffff5a181d3 in QInotifyFileSystemWatcherEngine::run (this=0x5555561c5ce0) at io/qfilesystemwatcher_inotify.cpp:265
445
#8  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x5555561c5ce0) at thread/qthread_unix.cpp:352
446
#9  0x00007fffede7c6ba in start_thread (arg=0x7fffc1d2e700) at pthread_create.c:333
447
#10 0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
448

    
449
Thread 5 (Thread 0x7fffc35ee700 (LWP 15607)):
450
#0  0x00007ffff435370d in poll () at ../sysdeps/unix/syscall-template.S:84
451
#1  0x00007fffed79038c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
452
#2  0x00007fffed79049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
453
#3  0x00007ffff5a6a21e in QEventDispatcherGlib::processEvents (this=0x7fffbc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:450
454
#4  0x00007ffff5a3813f in QEventLoop::processEvents (this=this@entry=0x7fffbc0013b0, flags=...) at kernel/qeventloop.cpp:149
455
#5  0x00007ffff5a384a5 in QEventLoop::exec (this=0x7fffbc0013b0, flags=...) at kernel/qeventloop.cpp:204
456
#6  0x00007fffee613c1f in QCA::SyncThread::run() () from /usr/lib/x86_64-linux-gnu/libqca.so.2
457
#7  0x00007ffff5929e3c in QThreadPrivate::start (arg=0x55555615bb00) at thread/qthread_unix.cpp:352
458
#8  0x00007fffede7c6ba in start_thread (arg=0x7fffc35ee700) at pthread_create.c:333
459
#9  0x00007ffff435f3dd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
460

    
461
Thread 1 (Thread 0x7ffff7f7b200 (LWP 15597)):
462
#0  QVariant::operator= (this=0x55556e9c80b0, variant=...) at kernel/qvariant.cpp:1811
463
#1  0x00007ffff638989d in QgsVectorLayerFeatureIterator::updateChangedAttributes(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
464
#2  0x00007ffff638dd4b in QgsVectorLayerFeatureIterator::fetchFeature(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
465
#3  0x00007ffff61a2299 in QgsAbstractFeatureIterator::nextFeature(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
466
#4  0x00007ffff60c9c54 in QgsCachedFeatureWriterIterator::fetchFeature(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
467
#5  0x00007ffff61a2299 in QgsAbstractFeatureIterator::nextFeature(QgsFeature&) () from /usr/lib/libqgis_core.so.2.18.14
468
#6  0x00007ffff6cc9f89 in QgsAttributeTableModel::loadLayer() () from /usr/lib/libqgis_gui.so.2.18.14
469
#7  0x00007ffff5a4df80 in QMetaObject::activate (sender=0x555568daf9e0, m=<optimized out>, local_signal_index=<optimized out>, argv=<optimized out>) at kernel/qobject.cpp:3567
470
#8  0x00007ffff5a4df80 in QMetaObject::activate (sender=0x555556b539a0, m=<optimized out>, local_signal_index=<optimized out>, argv=<optimized out>) at kernel/qobject.cpp:3567
471
#9  0x00007ffff6367101 in QgsVectorLayer::updateFields() () from /usr/lib/libqgis_core.so.2.18.14
472
#10 0x00007ffff639e486 in QgsVectorLayerUndoCommandDeleteAttribute::redo() () from /usr/lib/libqgis_core.so.2.18.14
473
#11 0x00007ffff540b2a7 in QUndoStack::push (this=0x555556b53a98, cmd=0x555564687b10) at util/qundostack.cpp:583
474
#12 0x00007ffff6380567 in QgsVectorLayerEditBuffer::deleteAttribute(int) () from /usr/lib/libqgis_core.so.2.18.14
475
#13 0x00007ffff636bf02 in QgsVectorLayer::deleteAttribute(int) () from /usr/lib/libqgis_core.so.2.18.14
476
#14 0x00007ffff636c092 in QgsVectorLayer::deleteAttributes(QList<int>) () from /usr/lib/libqgis_core.so.2.18.14
477
#15 0x00007ffff752acb8 in QgsAttributeTableDialog::on_mActionRemoveAttribute_triggered() () from /usr/lib/libqgis_app.so.2.18.14
478
#16 0x00007ffff78ee575 in ?? () from /usr/lib/libqgis_app.so.2.18.14
479
#17 0x00007ffff78ee7c3 in QgsAttributeTableDialog::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libqgis_app.so.2.18.14
480
#18 0x00007ffff5a4e0d6 in QMetaObject::activate (sender=sender@entry=0x555576b85260, m=m@entry=0x7ffff5876da0 <QAction::staticMetaObject>, local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffffffcb20) at kernel/qobject.cpp:3597
481
#19 0x00007ffff4d78d62 in QAction::triggered (this=this@entry=0x555576b85260, _t1=false) at .moc/release-shared/moc_qaction.cpp:276
482
#20 0x00007ffff4d7a0b3 in QAction::activate (this=0x555576b85260, event=<optimized out>) at kernel/qaction.cpp:1257
483
#21 0x00007ffff515acd3 in QAbstractButtonPrivate::click (this=this@entry=0x55555c14d120) at widgets/qabstractbutton.cpp:530
484
#22 0x00007ffff515ae24 in QAbstractButton::mouseReleaseEvent (this=0x55557a8ba1f0, e=0x7fffffffd0d0) at widgets/qabstractbutton.cpp:1123
485
#23 0x00007ffff5220dea in QToolButton::mouseReleaseEvent (this=<optimized out>, e=<optimized out>) at widgets/qtoolbutton.cpp:723
486
#24 0x00007ffff4dd58d0 in QWidget::event (this=0x55557a8ba1f0, event=0x7fffffffd0d0) at kernel/qwidget.cpp:8775
487
#25 0x00007ffff4d7efdc in QApplicationPrivate::notify_helper (this=this@entry=0x555555c9ac90, receiver=receiver@entry=0x55557a8ba1f0, e=e@entry=0x7fffffffd0d0) at kernel/qapplication.cpp:4570
488
#26 0x00007ffff4d860d6 in QApplication::notify (this=<optimized out>, receiver=0x55557a8ba1f0, e=0x7fffffffd0d0) at kernel/qapplication.cpp:4113
489
#27 0x00007ffff60b8e6b in QgsApplication::notify(QObject*, QEvent*) () from /usr/lib/libqgis_core.so.2.18.14
490
#28 0x00007ffff5a398bd in QCoreApplication::notifyInternal (this=0x7fffffffdfc0, receiver=receiver@entry=0x55557a8ba1f0, event=event@entry=0x7fffffffd0d0) at kernel/qcoreapplication.cpp:955
491
#29 0x00007ffff4d856dd in QCoreApplication::sendEvent (event=<optimized out>, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
492
#30 QApplicationPrivate::sendMouseEvent (receiver=receiver@entry=0x55557a8ba1f0, event=event@entry=0x7fffffffd0d0, alienWidget=alienWidget@entry=0x55557a8ba1f0, nativeWidget=nativeWidget@entry=0x5555628de400, buttonDown=buttonDown@entry=0x7ffff58ab368 <qt_button_down>, lastMouseReceiver=..., spontaneous=true) at kernel/qapplication.cpp:3178
493
#31 0x00007ffff4e033f2 in QETWidget::translateMouseEvent (this=this@entry=0x5555628de400, event=event@entry=0x7fffffffd430) at kernel/qapplication_x11.cpp:4638
494
#32 0x00007ffff4e02c83 in QApplication::x11ProcessEvent (this=0x7fffffffdfc0, event=event@entry=0x7fffffffd430) at kernel/qapplication_x11.cpp:3626
495
#33 0x00007ffff4e2c542 in x11EventSourceDispatch (s=0x555555c9b0b0, callback=0x0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
496
#34 0x00007fffed790197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
497
#35 0x00007fffed7903f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
498
#36 0x00007fffed79049c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
499
#37 0x00007ffff5a6a21e in QEventDispatcherGlib::processEvents (this=0x555555c3c990, flags=...) at kernel/qeventdispatcher_glib.cpp:450
500
#38 0x00007ffff4e2c616 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
501
#39 0x00007ffff5a3813f in QEventLoop::processEvents (this=this@entry=0x7fffffffd810, flags=...) at kernel/qeventloop.cpp:149
502
#40 0x00007ffff5a384a5 in QEventLoop::exec (this=this@entry=0x7fffffffd810, flags=...) at kernel/qeventloop.cpp:204
503
#41 0x00007ffff5a3e469 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1227
504
#42 0x000055555555aa9b in ?? ()
505
#43 0x00007ffff4278830 in __libc_start_main (main=0x555555558ee0, argc=1, argv=0x7fffffffe458, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe448) at ../csu/libc-start.c:291
506
#44 0x000055555555eba9 in _start ()
507
(gdb) quizt
508
A debugging session is active.
509

    
510
	Inferior 1 [process 15597] will be killed.
511

    
512
Quit anyway? (y or n) y