VirtualBox

Ticket #15863: backtraces.log

File backtraces.log, 53.1 KB (added by Michael Thayer, 8 years ago)

gdb back-traces when I resize with a breakpoint on QXcbWindow::propagateSizeHints()

Line 
1(gdb) b QXcbWindow::propagateSizeHints
2Breakpoint 1 at 0x7fffed5e6920: QXcbWindow::propagateSizeHints. (2 locations)
3(gdb) c
4Continuing.
5
6Thread 1 "VirtualBox" hit Breakpoint 1, QXcbWindow::propagateSizeHints (
7 this=0x555556ceed60) at qxcbwindow.cpp:1633
81633 qxcbwindow.cpp: No such file or directory.
9(gdb) bt
10#0 QXcbWindow::propagateSizeHints (this=0x555556ceed60) at qxcbwindow.cpp:1633
11#1 0x00007fffed5ecdad in QXcbWindow::setGeometry (this=0x555556ceed60,
12 rect=...) at qxcbwindow.cpp:659
13#2 0x00007ffff568b9db in QWindow::setGeometry (this=<optimized out>, rect=...)
14 at kernel/qwindow.cpp:1452
15#3 0x00007ffff509730d in QWidgetPrivate::setGeometry_sys (
16 this=this@entry=0x555556c89910, x=0, y=659, w=800, h=22,
17 isMove=<optimized out>, isMove@entry=true) at kernel/qwidget.cpp:7234
18#4 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556c86290, r=...)
19 at kernel/qwidget.cpp:7157
20#5 0x00007ffff507dc47 in QWidget::setGeometry (ah=<optimized out>,
21 aw=<optimized out>, ay=659, ax=0, this=<optimized out>)
22 at ../../include/QtWidgets/../../src/widgets/kernel/qwidget.h:831
23#6 QWidgetItem::setGeometry (this=0x555556c896b0, rect=...)
24 at kernel/qlayoutitem.cpp:485
25#7 0x00007ffff51c33e5 in QMainWindowLayout::setGeometry (this=0x555556c6edb0,
26 _r=...) at widgets/qmainwindowlayout.cpp:1819
27#8 0x00007ffff5079d9f in QLayoutPrivate::doResize (this=0x555556c67210, r=...)
28 at kernel/qlayout.cpp:573
29#9 0x00007ffff507bbb1 in QLayout::widgetEvent (this=<optimized out>,
30 e=e@entry=0x7fffffffd740) at kernel/qlayout.cpp:597
31#10 0x00007ffff505987a in QApplicationPrivate::notify_helper (
32 this=<optimized out>, receiver=0x555556c6fe50, e=0x7fffffffd740)
33---Type <return> to continue, or q <return> to quit---
34 at kernel/qapplication.cpp:3795
35#11 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
36 receiver=0x555556c6fe50, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
37#12 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
38 receiver=0x555556c6fe50, event=event@entry=0x7fffffffd740)
39 at kernel/qcoreapplication.cpp:1015
40#13 0x00007ffff50b91c9 in QCoreApplication::sendSpontaneousEvent (
41 event=0x7fffffffd740, receiver=<optimized out>)
42 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
43#14 QWidgetWindow::handleResizeEvent (this=this@entry=0x555556c668d0,
44 event=event@entry=0x7fffffffd740) at kernel/qwidgetwindow.cpp:743
45#15 0x00007ffff50bc68b in QWidgetWindow::event (this=0x555556c668d0,
46 event=0x7fffffffd740) at kernel/qwidgetwindow.cpp:255
47#16 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
48 this=<optimized out>, receiver=0x555556c668d0, e=0x7fffffffd740)
49 at kernel/qapplication.cpp:3804
50#17 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
51 receiver=0x555556c668d0, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
52#18 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
53 receiver=receiver@entry=0x555556c668d0, event=event@entry=0x7fffffffd740)
54 at kernel/qcoreapplication.cpp:1015
55#19 0x00007ffff5682065 in QCoreApplication::sendSpontaneousEvent (
56 event=0x7fffffffd740, receiver=0x555556c668d0)
57---Type <return> to continue, or q <return> to quit---
58 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
59#20 QGuiApplicationPrivate::processGeometryChangeEvent (e=...)
60 at kernel/qguiapplication.cpp:2155
61#21 0x00007ffff5686efd in QGuiApplicationPrivate::processWindowSystemEvent (
62 e=e@entry=0x555556c8b940) at kernel/qguiapplication.cpp:1668
63#22 0x00007ffff5664b2b in QWindowSystemInterface::sendWindowSystemEvents (
64 flags=...) at kernel/qwindowsysteminterface.cpp:648
65#23 0x00007fffed606660 in userEventSourceDispatch (source=<optimized out>)
66 at eventdispatchers/qeventdispatcher_glib.cpp:70
67#24 0x00007ffff0e117d7 in g_main_context_dispatch ()
68 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
69#25 0x00007ffff0e11a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
70#26 0x00007ffff0e11aec in g_main_context_iteration ()
71 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
72#27 0x00007ffff5dec48f in QEventDispatcherGlib::processEvents (
73 this=0x555556532960, flags=...) at kernel/qeventdispatcher_glib.cpp:417
74#28 0x00007ffff5d940fa in QEventLoop::exec (this=this@entry=0x7fffffffda30,
75 flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
76#29 0x00007ffff5d9c90c in QCoreApplication::exec ()
77 at kernel/qcoreapplication.cpp:1285
78#30 0x000055555566102b in TrustedMain (argc=3, argv=0x55555644fef0)
79 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:547
80#31 0x000055555566154e in main (argc=3, argv=0x55555644fef0,
81---Type <return> to continue, or q <return> to quit---
82 envp=0x7fffffffddc8)
83 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:664
84(gdb) c
85Continuing.
86
87Thread 1 "VirtualBox" hit Breakpoint 1, QXcbWindow::propagateSizeHints (
88 this=0x555556cee790) at qxcbwindow.cpp:1633
891633 in qxcbwindow.cpp
90(gdb) bt
91#0 QXcbWindow::propagateSizeHints (this=0x555556cee790) at qxcbwindow.cpp:1633
92#1 0x00007fffed5ecdad in QXcbWindow::setGeometry (this=0x555556cee790,
93 rect=...) at qxcbwindow.cpp:659
94#2 0x00007ffff568b9db in QWindow::setGeometry (this=<optimized out>, rect=...)
95 at kernel/qwindow.cpp:1452
96#3 0x00007ffff509730d in QWidgetPrivate::setGeometry_sys (
97 this=this@entry=0x555556c6ad20, x=0, y=0, w=800, h=659,
98 isMove=<optimized out>, isMove@entry=true) at kernel/qwidget.cpp:7234
99#4 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556c5b160, r=...)
100 at kernel/qwidget.cpp:7157
101#5 0x00007ffff509e569 in QWidget::qt_static_metacall (
102 _o=_o@entry=0x555556c5b160, _c=_c@entry=QMetaObject::WriteProperty,
103 _id=_id@entry=3, _a=_a@entry=0x7fffffffccf0) at .moc/moc_qwidget.cpp:509
104#6 0x00007ffff50a148b in QWidget::qt_metacall (this=0x555556c5b160,
105 _c=QMetaObject::WriteProperty, _id=3, _a=0x7fffffffccf0)
106 at .moc/moc_qwidget.cpp:600
107#7 0x00007ffff5b9821a in QPropertyAnimationPrivate::updateProperty (
108 newValue=..., this=0x555556b2a520) at animation/qpropertyanimation.cpp:135
109#8 QPropertyAnimation::updateCurrentValue (this=<optimized out>, value=...)
110 at animation/qpropertyanimation.cpp:242
111#9 0x00007ffff5b94360 in QVariantAnimationPrivate::setCurrentValueForProgress
112 (this=this@entry=0x555556b2a520, progress=progress@entry=1)
113 at animation/qvariantanimation.cpp:290
114---Type <return> to continue, or q <return> to quit---
115#10 0x00007ffff5b94a93 in QVariantAnimationPrivate::recalculateCurrentInterval
116 (this=this@entry=0x555556b2a520, force=force@entry=true)
117 at animation/qvariantanimation.cpp:275
118#11 0x00007ffff5b94f0e in QVariantAnimationPrivate::setDefaultStartEndValue (
119 this=this@entry=0x555556b2a520, value=...)
120 at animation/qvariantanimation.cpp:337
121#12 0x00007ffff5b99135 in QPropertyAnimation::updateState (
122 this=0x555556c533b0, newState=<optimized out>, oldState=<optimized out>)
123 at animation/qpropertyanimation.cpp:283
124#13 0x00007ffff5b9321c in QAbstractAnimationPrivate::setState (
125 newState=QAbstractAnimation::Running, this=0x555556b2a520)
126 at animation/qabstractanimation.cpp:990
127#14 QAbstractAnimation::start (this=<optimized out>, policy=<optimized out>)
128 at animation/qabstractanimation.cpp:1359
129#15 0x00007ffff522ef2b in QWidgetAnimator::animate (
130 this=this@entry=0x555556c6f328, widget=<optimized out>,
131 _final_geometry=..., animate=<optimized out>, animate@entry=false)
132 at widgets/qwidgetanimator.cpp:99
133#16 0x00007ffff5196e79 in QDockAreaLayout::apply (
134 this=this@entry=0x555556c6eea8, animate=animate@entry=false)
135 at widgets/qdockarealayout.cpp:3178
136#17 0x00007ffff51c0bd9 in QMainWindowLayoutState::apply (
137 animated=<optimized out>, this=0x555556c6edd0)
138---Type <return> to continue, or q <return> to quit---
139 at widgets/qmainwindowlayout.cpp:456
140#18 QMainWindowLayout::applyState (this=this@entry=0x555556c6edb0,
141 newState=..., animate=animate@entry=false)
142 at widgets/qmainwindowlayout.cpp:2508
143#19 0x00007ffff51c341a in QMainWindowLayout::setGeometry (this=0x555556c6edb0,
144 _r=...) at widgets/qmainwindowlayout.cpp:1825
145#20 0x00007ffff5079d9f in QLayoutPrivate::doResize (this=0x555556c67210, r=...)
146 at kernel/qlayout.cpp:573
147#21 0x00007ffff507bbb1 in QLayout::widgetEvent (this=<optimized out>,
148 e=e@entry=0x7fffffffd740) at kernel/qlayout.cpp:597
149#22 0x00007ffff505987a in QApplicationPrivate::notify_helper (
150 this=<optimized out>, receiver=0x555556c6fe50, e=0x7fffffffd740)
151 at kernel/qapplication.cpp:3795
152#23 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
153 receiver=0x555556c6fe50, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
154#24 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
155 receiver=0x555556c6fe50, event=event@entry=0x7fffffffd740)
156 at kernel/qcoreapplication.cpp:1015
157#25 0x00007ffff50b91c9 in QCoreApplication::sendSpontaneousEvent (
158 event=0x7fffffffd740, receiver=<optimized out>)
159 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
160#26 QWidgetWindow::handleResizeEvent (this=this@entry=0x555556c668d0,
161 event=event@entry=0x7fffffffd740) at kernel/qwidgetwindow.cpp:743
162---Type <return> to continue, or q <return> to quit---
163#27 0x00007ffff50bc68b in QWidgetWindow::event (this=0x555556c668d0,
164 event=0x7fffffffd740) at kernel/qwidgetwindow.cpp:255
165#28 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
166 this=<optimized out>, receiver=0x555556c668d0, e=0x7fffffffd740)
167 at kernel/qapplication.cpp:3804
168#29 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
169 receiver=0x555556c668d0, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
170#30 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
171 receiver=receiver@entry=0x555556c668d0, event=event@entry=0x7fffffffd740)
172 at kernel/qcoreapplication.cpp:1015
173#31 0x00007ffff5682065 in QCoreApplication::sendSpontaneousEvent (
174 event=0x7fffffffd740, receiver=0x555556c668d0)
175 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
176#32 QGuiApplicationPrivate::processGeometryChangeEvent (e=...)
177 at kernel/qguiapplication.cpp:2155
178#33 0x00007ffff5686efd in QGuiApplicationPrivate::processWindowSystemEvent (
179 e=e@entry=0x555556c8b940) at kernel/qguiapplication.cpp:1668
180#34 0x00007ffff5664b2b in QWindowSystemInterface::sendWindowSystemEvents (
181 flags=...) at kernel/qwindowsysteminterface.cpp:648
182#35 0x00007fffed606660 in userEventSourceDispatch (source=<optimized out>)
183 at eventdispatchers/qeventdispatcher_glib.cpp:70
184#36 0x00007ffff0e117d7 in g_main_context_dispatch ()
185 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
186---Type <return> to continue, or q <return> to quit---
187#37 0x00007ffff0e11a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
188#38 0x00007ffff0e11aec in g_main_context_iteration ()
189 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
190#39 0x00007ffff5dec48f in QEventDispatcherGlib::processEvents (
191 this=0x555556532960, flags=...) at kernel/qeventdispatcher_glib.cpp:417
192#40 0x00007ffff5d940fa in QEventLoop::exec (this=this@entry=0x7fffffffda30,
193 flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
194#41 0x00007ffff5d9c90c in QCoreApplication::exec ()
195 at kernel/qcoreapplication.cpp:1285
196#42 0x000055555566102b in TrustedMain (argc=3, argv=0x55555644fef0)
197 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:547
198#43 0x000055555566154e in main (argc=3, argv=0x55555644fef0,
199 envp=0x7fffffffddc8)
200 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:664
201(gdb) c
202Continuing.
203
204Thread 1 "VirtualBox" hit Breakpoint 1, QXcbWindow::propagateSizeHints (
205 this=0x555556cee830) at qxcbwindow.cpp:1633
2061633 in qxcbwindow.cpp
207(gdb) bt
208#0 QXcbWindow::propagateSizeHints (this=0x555556cee830) at qxcbwindow.cpp:1633
209#1 0x00007fffed5ecdad in QXcbWindow::setGeometry (this=0x555556cee830,
210 rect=...) at qxcbwindow.cpp:659
211#2 0x00007ffff568b9db in QWindow::setGeometry (this=<optimized out>, rect=...)
212 at kernel/qwindow.cpp:1452
213#3 0x00007ffff509730d in QWidgetPrivate::setGeometry_sys (
214 this=this@entry=0x555556ce3b60, x=0, y=1, w=800, h=658,
215 isMove=<optimized out>, isMove@entry=true) at kernel/qwidget.cpp:7234
216#4 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556ce2b60, r=...)
217 at kernel/qwidget.cpp:7157
218#5 0x00007ffff507dc47 in QWidget::setGeometry (ah=<optimized out>,
219 aw=<optimized out>, ay=1, ax=0, this=<optimized out>)
220 at ../../include/QtWidgets/../../src/widgets/kernel/qwidget.h:831
221#6 QWidgetItem::setGeometry (this=0x555556ce59e0, rect=...)
222 at kernel/qlayoutitem.cpp:485
223#7 0x00007ffff5076fdf in QGridBox::setGeometry (this=<optimized out>, r=...)
224 at kernel/qgridlayout.cpp:77
225#8 QGridLayoutPrivate::distribute (this=this@entry=0x555556c6b050, r=...,
226 hSpacing=<optimized out>, vSpacing=vSpacing@entry=0)
227 at kernel/qgridlayout.cpp:969
228#9 0x00007ffff50787bc in QGridLayout::setGeometry (this=0x555556c51860,
229 rect=...) at kernel/qgridlayout.cpp:1375
230#10 0x00007ffff5079d9f in QLayoutPrivate::doResize (this=0x555556c6b050, r=...)
231---Type <return> to continue, or q <return> to quit---
232 at kernel/qlayout.cpp:573
233#11 0x00007ffff507bbb1 in QLayout::widgetEvent (this=<optimized out>,
234 e=e@entry=0x7fffffffcba0) at kernel/qlayout.cpp:597
235#12 0x00007ffff505987a in QApplicationPrivate::notify_helper (
236 this=<optimized out>, receiver=0x555556c5b160, e=0x7fffffffcba0)
237 at kernel/qapplication.cpp:3795
238#13 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
239 receiver=0x555556c5b160, e=0x7fffffffcba0) at kernel/qapplication.cpp:3561
240#14 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
241 receiver=receiver@entry=0x555556c5b160, event=event@entry=0x7fffffffcba0)
242 at kernel/qcoreapplication.cpp:1015
243#15 0x00007ffff5097065 in QCoreApplication::sendEvent (event=0x7fffffffcba0,
244 receiver=0x555556c5b160)
245 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:225
246#16 QWidgetPrivate::setGeometry_sys (this=this@entry=0x555556c6ad20, x=0, y=0,
247 w=800, h=659, isMove=<optimized out>, isMove@entry=true)
248 at kernel/qwidget.cpp:7260
249#17 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556c5b160, r=...)
250 at kernel/qwidget.cpp:7157
251#18 0x00007ffff509e569 in QWidget::qt_static_metacall (
252 _o=_o@entry=0x555556c5b160, _c=_c@entry=QMetaObject::WriteProperty,
253 _id=_id@entry=3, _a=_a@entry=0x7fffffffccf0) at .moc/moc_qwidget.cpp:509
254#19 0x00007ffff50a148b in QWidget::qt_metacall (this=0x555556c5b160,
255---Type <return> to continue, or q <return> to quit---
256 _c=QMetaObject::WriteProperty, _id=3, _a=0x7fffffffccf0)
257 at .moc/moc_qwidget.cpp:600
258#20 0x00007ffff5b9821a in QPropertyAnimationPrivate::updateProperty (
259 newValue=..., this=0x555556b2a520) at animation/qpropertyanimation.cpp:135
260#21 QPropertyAnimation::updateCurrentValue (this=<optimized out>, value=...)
261 at animation/qpropertyanimation.cpp:242
262#22 0x00007ffff5b94360 in QVariantAnimationPrivate::setCurrentValueForProgress
263 (this=this@entry=0x555556b2a520, progress=progress@entry=1)
264 at animation/qvariantanimation.cpp:290
265#23 0x00007ffff5b94a93 in QVariantAnimationPrivate::recalculateCurrentInterval
266 (this=this@entry=0x555556b2a520, force=force@entry=true)
267 at animation/qvariantanimation.cpp:275
268#24 0x00007ffff5b94f0e in QVariantAnimationPrivate::setDefaultStartEndValue (
269 this=this@entry=0x555556b2a520, value=...)
270 at animation/qvariantanimation.cpp:337
271#25 0x00007ffff5b99135 in QPropertyAnimation::updateState (
272 this=0x555556c533b0, newState=<optimized out>, oldState=<optimized out>)
273 at animation/qpropertyanimation.cpp:283
274#26 0x00007ffff5b9321c in QAbstractAnimationPrivate::setState (
275 newState=QAbstractAnimation::Running, this=0x555556b2a520)
276 at animation/qabstractanimation.cpp:990
277#27 QAbstractAnimation::start (this=<optimized out>, policy=<optimized out>)
278 at animation/qabstractanimation.cpp:1359
279---Type <return> to continue, or q <return> to quit---
280#28 0x00007ffff522ef2b in QWidgetAnimator::animate (
281 this=this@entry=0x555556c6f328, widget=<optimized out>,
282 _final_geometry=..., animate=<optimized out>, animate@entry=false)
283 at widgets/qwidgetanimator.cpp:99
284#29 0x00007ffff5196e79 in QDockAreaLayout::apply (
285 this=this@entry=0x555556c6eea8, animate=animate@entry=false)
286 at widgets/qdockarealayout.cpp:3178
287#30 0x00007ffff51c0bd9 in QMainWindowLayoutState::apply (
288 animated=<optimized out>, this=0x555556c6edd0)
289 at widgets/qmainwindowlayout.cpp:456
290#31 QMainWindowLayout::applyState (this=this@entry=0x555556c6edb0,
291 newState=..., animate=animate@entry=false)
292 at widgets/qmainwindowlayout.cpp:2508
293#32 0x00007ffff51c341a in QMainWindowLayout::setGeometry (this=0x555556c6edb0,
294 _r=...) at widgets/qmainwindowlayout.cpp:1825
295#33 0x00007ffff5079d9f in QLayoutPrivate::doResize (this=0x555556c67210, r=...)
296 at kernel/qlayout.cpp:573
297#34 0x00007ffff507bbb1 in QLayout::widgetEvent (this=<optimized out>,
298 e=e@entry=0x7fffffffd740) at kernel/qlayout.cpp:597
299#35 0x00007ffff505987a in QApplicationPrivate::notify_helper (
300 this=<optimized out>, receiver=0x555556c6fe50, e=0x7fffffffd740)
301 at kernel/qapplication.cpp:3795
302#36 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
303---Type <return> to continue, or q <return> to quit---
304 receiver=0x555556c6fe50, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
305#37 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
306 receiver=0x555556c6fe50, event=event@entry=0x7fffffffd740)
307 at kernel/qcoreapplication.cpp:1015
308#38 0x00007ffff50b91c9 in QCoreApplication::sendSpontaneousEvent (
309 event=0x7fffffffd740, receiver=<optimized out>)
310 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
311#39 QWidgetWindow::handleResizeEvent (this=this@entry=0x555556c668d0,
312 event=event@entry=0x7fffffffd740) at kernel/qwidgetwindow.cpp:743
313#40 0x00007ffff50bc68b in QWidgetWindow::event (this=0x555556c668d0,
314 event=0x7fffffffd740) at kernel/qwidgetwindow.cpp:255
315#41 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
316 this=<optimized out>, receiver=0x555556c668d0, e=0x7fffffffd740)
317 at kernel/qapplication.cpp:3804
318#42 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
319 receiver=0x555556c668d0, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
320#43 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
321 receiver=receiver@entry=0x555556c668d0, event=event@entry=0x7fffffffd740)
322 at kernel/qcoreapplication.cpp:1015
323#44 0x00007ffff5682065 in QCoreApplication::sendSpontaneousEvent (
324 event=0x7fffffffd740, receiver=0x555556c668d0)
325 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
326#45 QGuiApplicationPrivate::processGeometryChangeEvent (e=...)
327---Type <return> to continue, or q <return> to quit---
328 at kernel/qguiapplication.cpp:2155
329#46 0x00007ffff5686efd in QGuiApplicationPrivate::processWindowSystemEvent (
330 e=e@entry=0x555556c8b940) at kernel/qguiapplication.cpp:1668
331#47 0x00007ffff5664b2b in QWindowSystemInterface::sendWindowSystemEvents (
332 flags=...) at kernel/qwindowsysteminterface.cpp:648
333#48 0x00007fffed606660 in userEventSourceDispatch (source=<optimized out>)
334 at eventdispatchers/qeventdispatcher_glib.cpp:70
335#49 0x00007ffff0e117d7 in g_main_context_dispatch ()
336 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
337#50 0x00007ffff0e11a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
338#51 0x00007ffff0e11aec in g_main_context_iteration ()
339 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
340#52 0x00007ffff5dec48f in QEventDispatcherGlib::processEvents (
341 this=0x555556532960, flags=...) at kernel/qeventdispatcher_glib.cpp:417
342#53 0x00007ffff5d940fa in QEventLoop::exec (this=this@entry=0x7fffffffda30,
343 flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
344#54 0x00007ffff5d9c90c in QCoreApplication::exec ()
345 at kernel/qcoreapplication.cpp:1285
346#55 0x000055555566102b in TrustedMain (argc=3, argv=0x55555644fef0)
347 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:547
348#56 0x000055555566154e in main (argc=3, argv=0x55555644fef0,
349 envp=0x7fffffffddc8)
350 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:664
351(gdb) c
352Continuing.
353
354Thread 1 "VirtualBox" hit Breakpoint 1, QXcbWindow::propagateSizeHints (
355 this=0x555556ceed60) at qxcbwindow.cpp:1633
3561633 in qxcbwindow.cpp
357(gdb) bt
358#0 QXcbWindow::propagateSizeHints (this=0x555556ceed60) at qxcbwindow.cpp:1633
359#1 0x00007fffed5ecdad in QXcbWindow::setGeometry (this=0x555556ceed60,
360 rect=...) at qxcbwindow.cpp:659
361#2 0x00007ffff568b9db in QWindow::setGeometry (this=<optimized out>, rect=...)
362 at kernel/qwindow.cpp:1452
363#3 0x00007ffff509730d in QWidgetPrivate::setGeometry_sys (
364 this=this@entry=0x555556c89910, x=0, y=667, w=800, h=22,
365 isMove=<optimized out>, isMove@entry=true) at kernel/qwidget.cpp:7234
366#4 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556c86290, r=...)
367 at kernel/qwidget.cpp:7157
368#5 0x00007ffff507dc47 in QWidget::setGeometry (ah=<optimized out>,
369 aw=<optimized out>, ay=667, ax=0, this=<optimized out>)
370 at ../../include/QtWidgets/../../src/widgets/kernel/qwidget.h:831
371#6 QWidgetItem::setGeometry (this=0x555556c896b0, rect=...)
372 at kernel/qlayoutitem.cpp:485
373#7 0x00007ffff51c33e5 in QMainWindowLayout::setGeometry (this=0x555556c6edb0,
374 _r=...) at widgets/qmainwindowlayout.cpp:1819
375#8 0x00007ffff5079d9f in QLayoutPrivate::doResize (this=0x555556c67210, r=...)
376 at kernel/qlayout.cpp:573
377#9 0x00007ffff507bbb1 in QLayout::widgetEvent (this=<optimized out>,
378 e=e@entry=0x7fffffffd740) at kernel/qlayout.cpp:597
379#10 0x00007ffff505987a in QApplicationPrivate::notify_helper (
380 this=<optimized out>, receiver=0x555556c6fe50, e=0x7fffffffd740)
381---Type <return> to continue, or q <return> to quit---
382 at kernel/qapplication.cpp:3795
383#11 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
384 receiver=0x555556c6fe50, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
385#12 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
386 receiver=0x555556c6fe50, event=event@entry=0x7fffffffd740)
387 at kernel/qcoreapplication.cpp:1015
388#13 0x00007ffff50b91c9 in QCoreApplication::sendSpontaneousEvent (
389 event=0x7fffffffd740, receiver=<optimized out>)
390 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
391#14 QWidgetWindow::handleResizeEvent (this=this@entry=0x555556c668d0,
392 event=event@entry=0x7fffffffd740) at kernel/qwidgetwindow.cpp:743
393#15 0x00007ffff50bc68b in QWidgetWindow::event (this=0x555556c668d0,
394 event=0x7fffffffd740) at kernel/qwidgetwindow.cpp:255
395#16 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
396 this=<optimized out>, receiver=0x555556c668d0, e=0x7fffffffd740)
397 at kernel/qapplication.cpp:3804
398#17 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
399 receiver=0x555556c668d0, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
400#18 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
401 receiver=receiver@entry=0x555556c668d0, event=event@entry=0x7fffffffd740)
402 at kernel/qcoreapplication.cpp:1015
403#19 0x00007ffff5682065 in QCoreApplication::sendSpontaneousEvent (
404 event=0x7fffffffd740, receiver=0x555556c668d0)
405---Type <return> to continue, or q <return> to quit---
406 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
407#20 QGuiApplicationPrivate::processGeometryChangeEvent (e=...)
408 at kernel/qguiapplication.cpp:2155
409#21 0x00007ffff5686efd in QGuiApplicationPrivate::processWindowSystemEvent (
410 e=e@entry=0x555556b170c0) at kernel/qguiapplication.cpp:1668
411#22 0x00007ffff5664b2b in QWindowSystemInterface::sendWindowSystemEvents (
412 flags=...) at kernel/qwindowsysteminterface.cpp:648
413#23 0x00007fffed606660 in userEventSourceDispatch (source=<optimized out>)
414 at eventdispatchers/qeventdispatcher_glib.cpp:70
415#24 0x00007ffff0e117d7 in g_main_context_dispatch ()
416 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
417#25 0x00007ffff0e11a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
418#26 0x00007ffff0e11aec in g_main_context_iteration ()
419 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
420#27 0x00007ffff5dec48f in QEventDispatcherGlib::processEvents (
421 this=0x555556532960, flags=...) at kernel/qeventdispatcher_glib.cpp:417
422#28 0x00007ffff5d940fa in QEventLoop::exec (this=this@entry=0x7fffffffda30,
423 flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
424#29 0x00007ffff5d9c90c in QCoreApplication::exec ()
425 at kernel/qcoreapplication.cpp:1285
426#30 0x000055555566102b in TrustedMain (argc=3, argv=0x55555644fef0)
427 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:547
428#31 0x000055555566154e in main (argc=3, argv=0x55555644fef0,
429---Type <return> to continue, or q <return> to quit---
430 envp=0x7fffffffddc8)
431 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:664
432(gdb) c
433Continuing.
434
435Thread 1 "VirtualBox" hit Breakpoint 1, QXcbWindow::propagateSizeHints (
436 this=0x555556cee790) at qxcbwindow.cpp:1633
4371633 in qxcbwindow.cpp
438(gdb) bt
439#0 QXcbWindow::propagateSizeHints (this=0x555556cee790) at qxcbwindow.cpp:1633
440#1 0x00007fffed5ecdad in QXcbWindow::setGeometry (this=0x555556cee790,
441 rect=...) at qxcbwindow.cpp:659
442#2 0x00007ffff568b9db in QWindow::setGeometry (this=<optimized out>, rect=...)
443 at kernel/qwindow.cpp:1452
444#3 0x00007ffff509730d in QWidgetPrivate::setGeometry_sys (
445 this=this@entry=0x555556c6ad20, x=0, y=0, w=800, h=667,
446 isMove=<optimized out>, isMove@entry=true) at kernel/qwidget.cpp:7234
447#4 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556c5b160, r=...)
448 at kernel/qwidget.cpp:7157
449#5 0x00007ffff509e569 in QWidget::qt_static_metacall (
450 _o=_o@entry=0x555556c5b160, _c=_c@entry=QMetaObject::WriteProperty,
451 _id=_id@entry=3, _a=_a@entry=0x7fffffffccf0) at .moc/moc_qwidget.cpp:509
452#6 0x00007ffff50a148b in QWidget::qt_metacall (this=0x555556c5b160,
453 _c=QMetaObject::WriteProperty, _id=3, _a=0x7fffffffccf0)
454 at .moc/moc_qwidget.cpp:600
455#7 0x00007ffff5b9821a in QPropertyAnimationPrivate::updateProperty (
456 newValue=..., this=0x555556bf9870) at animation/qpropertyanimation.cpp:135
457#8 QPropertyAnimation::updateCurrentValue (this=<optimized out>, value=...)
458 at animation/qpropertyanimation.cpp:242
459#9 0x00007ffff5b94360 in QVariantAnimationPrivate::setCurrentValueForProgress
460 (this=this@entry=0x555556bf9870, progress=progress@entry=1)
461 at animation/qvariantanimation.cpp:290
462---Type <return> to continue, or q <return> to quit---
463#10 0x00007ffff5b94a93 in QVariantAnimationPrivate::recalculateCurrentInterval
464 (this=this@entry=0x555556bf9870, force=force@entry=true)
465 at animation/qvariantanimation.cpp:275
466#11 0x00007ffff5b94f0e in QVariantAnimationPrivate::setDefaultStartEndValue (
467 this=this@entry=0x555556bf9870, value=...)
468 at animation/qvariantanimation.cpp:337
469#12 0x00007ffff5b99135 in QPropertyAnimation::updateState (
470 this=0x555556a12c30, newState=<optimized out>, oldState=<optimized out>)
471 at animation/qpropertyanimation.cpp:283
472#13 0x00007ffff5b9321c in QAbstractAnimationPrivate::setState (
473 newState=QAbstractAnimation::Running, this=0x555556bf9870)
474 at animation/qabstractanimation.cpp:990
475#14 QAbstractAnimation::start (this=<optimized out>, policy=<optimized out>)
476 at animation/qabstractanimation.cpp:1359
477#15 0x00007ffff522ef2b in QWidgetAnimator::animate (
478 this=this@entry=0x555556c6f328, widget=<optimized out>,
479 _final_geometry=..., animate=<optimized out>, animate@entry=false)
480 at widgets/qwidgetanimator.cpp:99
481#16 0x00007ffff5196e79 in QDockAreaLayout::apply (
482 this=this@entry=0x555556c6eea8, animate=animate@entry=false)
483 at widgets/qdockarealayout.cpp:3178
484#17 0x00007ffff51c0bd9 in QMainWindowLayoutState::apply (
485 animated=<optimized out>, this=0x555556c6edd0)
486---Type <return> to continue, or q <return> to quit---
487 at widgets/qmainwindowlayout.cpp:456
488#18 QMainWindowLayout::applyState (this=this@entry=0x555556c6edb0,
489 newState=..., animate=animate@entry=false)
490 at widgets/qmainwindowlayout.cpp:2508
491#19 0x00007ffff51c341a in QMainWindowLayout::setGeometry (this=0x555556c6edb0,
492 _r=...) at widgets/qmainwindowlayout.cpp:1825
493#20 0x00007ffff5079d9f in QLayoutPrivate::doResize (this=0x555556c67210, r=...)
494 at kernel/qlayout.cpp:573
495#21 0x00007ffff507bbb1 in QLayout::widgetEvent (this=<optimized out>,
496 e=e@entry=0x7fffffffd740) at kernel/qlayout.cpp:597
497#22 0x00007ffff505987a in QApplicationPrivate::notify_helper (
498 this=<optimized out>, receiver=0x555556c6fe50, e=0x7fffffffd740)
499 at kernel/qapplication.cpp:3795
500#23 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
501 receiver=0x555556c6fe50, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
502#24 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
503 receiver=0x555556c6fe50, event=event@entry=0x7fffffffd740)
504 at kernel/qcoreapplication.cpp:1015
505#25 0x00007ffff50b91c9 in QCoreApplication::sendSpontaneousEvent (
506 event=0x7fffffffd740, receiver=<optimized out>)
507 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
508#26 QWidgetWindow::handleResizeEvent (this=this@entry=0x555556c668d0,
509 event=event@entry=0x7fffffffd740) at kernel/qwidgetwindow.cpp:743
510---Type <return> to continue, or q <return> to quit---
511#27 0x00007ffff50bc68b in QWidgetWindow::event (this=0x555556c668d0,
512 event=0x7fffffffd740) at kernel/qwidgetwindow.cpp:255
513#28 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
514 this=<optimized out>, receiver=0x555556c668d0, e=0x7fffffffd740)
515 at kernel/qapplication.cpp:3804
516#29 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
517 receiver=0x555556c668d0, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
518#30 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
519 receiver=receiver@entry=0x555556c668d0, event=event@entry=0x7fffffffd740)
520 at kernel/qcoreapplication.cpp:1015
521#31 0x00007ffff5682065 in QCoreApplication::sendSpontaneousEvent (
522 event=0x7fffffffd740, receiver=0x555556c668d0)
523 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
524#32 QGuiApplicationPrivate::processGeometryChangeEvent (e=...)
525 at kernel/qguiapplication.cpp:2155
526#33 0x00007ffff5686efd in QGuiApplicationPrivate::processWindowSystemEvent (
527 e=e@entry=0x555556b170c0) at kernel/qguiapplication.cpp:1668
528#34 0x00007ffff5664b2b in QWindowSystemInterface::sendWindowSystemEvents (
529 flags=...) at kernel/qwindowsysteminterface.cpp:648
530#35 0x00007fffed606660 in userEventSourceDispatch (source=<optimized out>)
531 at eventdispatchers/qeventdispatcher_glib.cpp:70
532#36 0x00007ffff0e117d7 in g_main_context_dispatch ()
533 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
534---Type <return> to continue, or q <return> to quit---
535#37 0x00007ffff0e11a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
536#38 0x00007ffff0e11aec in g_main_context_iteration ()
537 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
538#39 0x00007ffff5dec48f in QEventDispatcherGlib::processEvents (
539 this=0x555556532960, flags=...) at kernel/qeventdispatcher_glib.cpp:417
540#40 0x00007ffff5d940fa in QEventLoop::exec (this=this@entry=0x7fffffffda30,
541 flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
542#41 0x00007ffff5d9c90c in QCoreApplication::exec ()
543 at kernel/qcoreapplication.cpp:1285
544#42 0x000055555566102b in TrustedMain (argc=3, argv=0x55555644fef0)
545 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:547
546#43 0x000055555566154e in main (argc=3, argv=0x55555644fef0,
547 envp=0x7fffffffddc8)
548 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:664
549(gdb) c
550Continuing.
551
552Thread 1 "VirtualBox" hit Breakpoint 1, QXcbWindow::propagateSizeHints (
553 this=0x555556cee830) at qxcbwindow.cpp:1633
5541633 in qxcbwindow.cpp
555(gdb) bt
556#0 QXcbWindow::propagateSizeHints (this=0x555556cee830) at qxcbwindow.cpp:1633
557#1 0x00007fffed5ecdad in QXcbWindow::setGeometry (this=0x555556cee830,
558 rect=...) at qxcbwindow.cpp:659
559#2 0x00007ffff568b9db in QWindow::setGeometry (this=<optimized out>, rect=...)
560 at kernel/qwindow.cpp:1452
561#3 0x00007ffff509730d in QWidgetPrivate::setGeometry_sys (
562 this=this@entry=0x555556ce3b60, x=0, y=5, w=800, h=658,
563 isMove=<optimized out>, isMove@entry=true) at kernel/qwidget.cpp:7234
564#4 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556ce2b60, r=...)
565 at kernel/qwidget.cpp:7157
566#5 0x00007ffff507dc47 in QWidget::setGeometry (ah=<optimized out>,
567 aw=<optimized out>, ay=5, ax=0, this=<optimized out>)
568 at ../../include/QtWidgets/../../src/widgets/kernel/qwidget.h:831
569#6 QWidgetItem::setGeometry (this=0x555556ce59e0, rect=...)
570 at kernel/qlayoutitem.cpp:485
571#7 0x00007ffff5076fdf in QGridBox::setGeometry (this=<optimized out>, r=...)
572 at kernel/qgridlayout.cpp:77
573#8 QGridLayoutPrivate::distribute (this=this@entry=0x555556c6b050, r=...,
574 hSpacing=<optimized out>, vSpacing=vSpacing@entry=0)
575 at kernel/qgridlayout.cpp:969
576#9 0x00007ffff50787bc in QGridLayout::setGeometry (this=0x555556c51860,
577 rect=...) at kernel/qgridlayout.cpp:1375
578#10 0x00007ffff5079d9f in QLayoutPrivate::doResize (this=0x555556c6b050, r=...)
579---Type <return> to continue, or q <return> to quit---
580 at kernel/qlayout.cpp:573
581#11 0x00007ffff507bbb1 in QLayout::widgetEvent (this=<optimized out>,
582 e=e@entry=0x7fffffffcba0) at kernel/qlayout.cpp:597
583#12 0x00007ffff505987a in QApplicationPrivate::notify_helper (
584 this=<optimized out>, receiver=0x555556c5b160, e=0x7fffffffcba0)
585 at kernel/qapplication.cpp:3795
586#13 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
587 receiver=0x555556c5b160, e=0x7fffffffcba0) at kernel/qapplication.cpp:3561
588#14 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
589 receiver=receiver@entry=0x555556c5b160, event=event@entry=0x7fffffffcba0)
590 at kernel/qcoreapplication.cpp:1015
591#15 0x00007ffff5097065 in QCoreApplication::sendEvent (event=0x7fffffffcba0,
592 receiver=0x555556c5b160)
593 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:225
594#16 QWidgetPrivate::setGeometry_sys (this=this@entry=0x555556c6ad20, x=0, y=0,
595 w=800, h=667, isMove=<optimized out>, isMove@entry=true)
596 at kernel/qwidget.cpp:7260
597#17 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556c5b160, r=...)
598 at kernel/qwidget.cpp:7157
599#18 0x00007ffff509e569 in QWidget::qt_static_metacall (
600 _o=_o@entry=0x555556c5b160, _c=_c@entry=QMetaObject::WriteProperty,
601 _id=_id@entry=3, _a=_a@entry=0x7fffffffccf0) at .moc/moc_qwidget.cpp:509
602#19 0x00007ffff50a148b in QWidget::qt_metacall (this=0x555556c5b160,
603---Type <return> to continue, or q <return> to quit---
604 _c=QMetaObject::WriteProperty, _id=3, _a=0x7fffffffccf0)
605 at .moc/moc_qwidget.cpp:600
606#20 0x00007ffff5b9821a in QPropertyAnimationPrivate::updateProperty (
607 newValue=..., this=0x555556bf9870) at animation/qpropertyanimation.cpp:135
608#21 QPropertyAnimation::updateCurrentValue (this=<optimized out>, value=...)
609 at animation/qpropertyanimation.cpp:242
610#22 0x00007ffff5b94360 in QVariantAnimationPrivate::setCurrentValueForProgress
611 (this=this@entry=0x555556bf9870, progress=progress@entry=1)
612 at animation/qvariantanimation.cpp:290
613#23 0x00007ffff5b94a93 in QVariantAnimationPrivate::recalculateCurrentInterval
614 (this=this@entry=0x555556bf9870, force=force@entry=true)
615 at animation/qvariantanimation.cpp:275
616#24 0x00007ffff5b94f0e in QVariantAnimationPrivate::setDefaultStartEndValue (
617 this=this@entry=0x555556bf9870, value=...)
618 at animation/qvariantanimation.cpp:337
619#25 0x00007ffff5b99135 in QPropertyAnimation::updateState (
620 this=0x555556a12c30, newState=<optimized out>, oldState=<optimized out>)
621 at animation/qpropertyanimation.cpp:283
622#26 0x00007ffff5b9321c in QAbstractAnimationPrivate::setState (
623 newState=QAbstractAnimation::Running, this=0x555556bf9870)
624 at animation/qabstractanimation.cpp:990
625#27 QAbstractAnimation::start (this=<optimized out>, policy=<optimized out>)
626 at animation/qabstractanimation.cpp:1359
627---Type <return> to continue, or q <return> to quit---
628#28 0x00007ffff522ef2b in QWidgetAnimator::animate (
629 this=this@entry=0x555556c6f328, widget=<optimized out>,
630 _final_geometry=..., animate=<optimized out>, animate@entry=false)
631 at widgets/qwidgetanimator.cpp:99
632#29 0x00007ffff5196e79 in QDockAreaLayout::apply (
633 this=this@entry=0x555556c6eea8, animate=animate@entry=false)
634 at widgets/qdockarealayout.cpp:3178
635#30 0x00007ffff51c0bd9 in QMainWindowLayoutState::apply (
636 animated=<optimized out>, this=0x555556c6edd0)
637 at widgets/qmainwindowlayout.cpp:456
638#31 QMainWindowLayout::applyState (this=this@entry=0x555556c6edb0,
639 newState=..., animate=animate@entry=false)
640 at widgets/qmainwindowlayout.cpp:2508
641#32 0x00007ffff51c341a in QMainWindowLayout::setGeometry (this=0x555556c6edb0,
642 _r=...) at widgets/qmainwindowlayout.cpp:1825
643#33 0x00007ffff5079d9f in QLayoutPrivate::doResize (this=0x555556c67210, r=...)
644 at kernel/qlayout.cpp:573
645#34 0x00007ffff507bbb1 in QLayout::widgetEvent (this=<optimized out>,
646 e=e@entry=0x7fffffffd740) at kernel/qlayout.cpp:597
647#35 0x00007ffff505987a in QApplicationPrivate::notify_helper (
648 this=<optimized out>, receiver=0x555556c6fe50, e=0x7fffffffd740)
649 at kernel/qapplication.cpp:3795
650#36 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
651---Type <return> to continue, or q <return> to quit---
652 receiver=0x555556c6fe50, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
653#37 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
654 receiver=0x555556c6fe50, event=event@entry=0x7fffffffd740)
655 at kernel/qcoreapplication.cpp:1015
656#38 0x00007ffff50b91c9 in QCoreApplication::sendSpontaneousEvent (
657 event=0x7fffffffd740, receiver=<optimized out>)
658 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
659#39 QWidgetWindow::handleResizeEvent (this=this@entry=0x555556c668d0,
660 event=event@entry=0x7fffffffd740) at kernel/qwidgetwindow.cpp:743
661#40 0x00007ffff50bc68b in QWidgetWindow::event (this=0x555556c668d0,
662 event=0x7fffffffd740) at kernel/qwidgetwindow.cpp:255
663#41 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
664 this=<optimized out>, receiver=0x555556c668d0, e=0x7fffffffd740)
665 at kernel/qapplication.cpp:3804
666#42 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
667 receiver=0x555556c668d0, e=0x7fffffffd740) at kernel/qapplication.cpp:3561
668#43 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
669 receiver=receiver@entry=0x555556c668d0, event=event@entry=0x7fffffffd740)
670 at kernel/qcoreapplication.cpp:1015
671#44 0x00007ffff5682065 in QCoreApplication::sendSpontaneousEvent (
672 event=0x7fffffffd740, receiver=0x555556c668d0)
673 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
674#45 QGuiApplicationPrivate::processGeometryChangeEvent (e=...)
675---Type <return> to continue, or q <return> to quit---
676 at kernel/qguiapplication.cpp:2155
677#46 0x00007ffff5686efd in QGuiApplicationPrivate::processWindowSystemEvent (
678 e=e@entry=0x555556b170c0) at kernel/qguiapplication.cpp:1668
679#47 0x00007ffff5664b2b in QWindowSystemInterface::sendWindowSystemEvents (
680 flags=...) at kernel/qwindowsysteminterface.cpp:648
681#48 0x00007fffed606660 in userEventSourceDispatch (source=<optimized out>)
682 at eventdispatchers/qeventdispatcher_glib.cpp:70
683#49 0x00007ffff0e117d7 in g_main_context_dispatch ()
684 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
685#50 0x00007ffff0e11a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
686#51 0x00007ffff0e11aec in g_main_context_iteration ()
687 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
688#52 0x00007ffff5dec48f in QEventDispatcherGlib::processEvents (
689 this=0x555556532960, flags=...) at kernel/qeventdispatcher_glib.cpp:417
690#53 0x00007ffff5d940fa in QEventLoop::exec (this=this@entry=0x7fffffffda30,
691 flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
692#54 0x00007ffff5d9c90c in QCoreApplication::exec ()
693 at kernel/qcoreapplication.cpp:1285
694#55 0x000055555566102b in TrustedMain (argc=3, argv=0x55555644fef0)
695 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:547
696#56 0x000055555566154e in main (argc=3, argv=0x55555644fef0,
697 envp=0x7fffffffddc8)
698 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:664
699(gdb) c
700Continuing.
701
702Thread 1 "VirtualBox" hit Breakpoint 1, QXcbWindow::propagateSizeHints (
703 this=0x555556cee830) at qxcbwindow.cpp:1633
7041633 in qxcbwindow.cpp
705(gdb) bt
706#0 QXcbWindow::propagateSizeHints (this=0x555556cee830) at qxcbwindow.cpp:1633
707#1 0x00007fffed5ecdad in QXcbWindow::setGeometry (this=0x555556cee830,
708 rect=...) at qxcbwindow.cpp:659
709#2 0x00007ffff568b9db in QWindow::setGeometry (this=<optimized out>, rect=...)
710 at kernel/qwindow.cpp:1452
711#3 0x00007ffff509730d in QWidgetPrivate::setGeometry_sys (
712 this=this@entry=0x555556ce3b60, x=0, y=0, w=800, h=667,
713 isMove=<optimized out>, isMove@entry=true) at kernel/qwidget.cpp:7234
714#4 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556ce2b60, r=...)
715 at kernel/qwidget.cpp:7157
716#5 0x00007ffff507dc47 in QWidget::setGeometry (ah=<optimized out>,
717 aw=<optimized out>, ay=0, ax=0, this=<optimized out>)
718 at ../../include/QtWidgets/../../src/widgets/kernel/qwidget.h:831
719#6 QWidgetItem::setGeometry (this=0x555556ce59e0, rect=...)
720 at kernel/qlayoutitem.cpp:485
721#7 0x00007ffff5076fdf in QGridBox::setGeometry (this=<optimized out>, r=...)
722 at kernel/qgridlayout.cpp:77
723#8 QGridLayoutPrivate::distribute (this=this@entry=0x555556c6b050, r=...,
724 hSpacing=<optimized out>, vSpacing=vSpacing@entry=0)
725 at kernel/qgridlayout.cpp:969
726#9 0x00007ffff50787bc in QGridLayout::setGeometry (this=0x555556c51860,
727 rect=...) at kernel/qgridlayout.cpp:1375
728#10 0x00007ffff5079d9f in QLayoutPrivate::doResize (
729---Type <return> to continue, or q <return> to quit---
730 this=this@entry=0x555556c6b050, r=...) at kernel/qlayout.cpp:573
731#11 0x00007ffff507b971 in QLayout::activate (this=<optimized out>)
732 at kernel/qlayout.cpp:1117
733#12 0x00007ffff507bbcb in QLayout::widgetEvent (this=<optimized out>,
734 e=e@entry=0x555556c6a9f0) at kernel/qlayout.cpp:599
735#13 0x00007ffff505987a in QApplicationPrivate::notify_helper (
736 this=<optimized out>, receiver=0x555556c5b160, e=0x555556c6a9f0)
737 at kernel/qapplication.cpp:3795
738#14 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
739 receiver=0x555556c5b160, e=0x555556c6a9f0) at kernel/qapplication.cpp:3561
740#15 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
741 receiver=0x555556c5b160, event=event@entry=0x555556c6a9f0)
742 at kernel/qcoreapplication.cpp:1015
743#16 0x00007ffff5d9833c in QCoreApplication::sendEvent (event=0x555556c6a9f0,
744 receiver=<optimized out>)
745 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:225
746#17 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=76,
747 data=0x55555644fc60) at kernel/qcoreapplication.cpp:1650
748#18 0x00005555557a79ee in UIMachineView::sltHandleNotifyChange (
749 this=0x555556ce2b60, iWidth=800, iHeight=667)
750 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp:389
751#19 0x0000555555ab699d in UIMachineView::qt_static_metacall (
752---Type <return> to continue, or q <return> to quit---
753 _o=0x555556ce2b60, _c=QMetaObject::InvokeMetaMethod, _id=3,
754 _a=0x7fff98011a20)
755 at /home/michael/vbox/trunk/out/linux.amd64/debug/obj/VirtualBox/qtmoc/UIMachineView.cpp:130
756#20 0x00007ffff5dc4699 in QObject::event (this=this@entry=0x555556ce2b60,
757 e=e@entry=0x7fff989a1f40) at kernel/qobject.cpp:1256
758#21 0x00007ffff509f68b in QWidget::event (this=this@entry=0x555556ce2b60,
759 event=event@entry=0x7fff989a1f40) at kernel/qwidget.cpp:9191
760#22 0x00007ffff51a105e in QFrame::event (this=this@entry=0x555556ce2b60,
761 e=e@entry=0x7fff989a1f40) at widgets/qframe.cpp:544
762#23 0x00007ffff522a823 in QAbstractScrollArea::event (this=0x555556ce2b60,
763 e=0x7fff989a1f40) at widgets/qabstractscrollarea.cpp:1153
764#24 0x00005555557aade5 in UIMachineView::event (this=0x555556ce2b60,
765 pEvent=0x7fff989a1f40)
766 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp:1426
767#25 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
768 this=<optimized out>, receiver=0x555556ce2b60, e=0x7fff989a1f40)
769 at kernel/qapplication.cpp:3804
770#26 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
771 receiver=0x555556ce2b60, e=0x7fff989a1f40) at kernel/qapplication.cpp:3561
772#27 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
773 receiver=0x555556ce2b60, event=event@entry=0x7fff989a1f40)
774---Type <return> to continue, or q <return> to quit---
775 at kernel/qcoreapplication.cpp:1015
776#28 0x00007ffff5d9833c in QCoreApplication::sendEvent (event=0x7fff989a1f40,
777 receiver=<optimized out>)
778 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:225
779#29 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0,
780 event_type=event_type@entry=0, data=0x55555644fc60)
781 at kernel/qcoreapplication.cpp:1650
782#30 0x00007ffff5d987f8 in QCoreApplication::sendPostedEvents (
783 receiver=receiver@entry=0x0, event_type=event_type@entry=0)
784 at kernel/qcoreapplication.cpp:1508
785#31 0x00007ffff5dec083 in postEventSourceDispatch (s=0x55555648d850)
786 at kernel/qeventdispatcher_glib.cpp:270
787#32 0x00007ffff0e117d7 in g_main_context_dispatch ()
788 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
789#33 0x00007ffff0e11a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
790#34 0x00007ffff0e11aec in g_main_context_iteration ()
791 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
792#35 0x00007ffff5dec48f in QEventDispatcherGlib::processEvents (
793 this=0x555556532960, flags=...) at kernel/qeventdispatcher_glib.cpp:417
794#36 0x00007ffff5d940fa in QEventLoop::exec (this=this@entry=0x7fffffffda30,
795 flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
796#37 0x00007ffff5d9c90c in QCoreApplication::exec ()
797 at kernel/qcoreapplication.cpp:1285
798---Type <return> to continue, or q <return> to quit---
799#38 0x000055555566102b in TrustedMain (argc=3, argv=0x55555644fef0)
800 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:547
801#39 0x000055555566154e in main (argc=3, argv=0x55555644fef0,
802 envp=0x7fffffffddc8)
803 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:664
804(gdb) c
805Continuing.
806
807Thread 1 "VirtualBox" hit Breakpoint 1, QXcbWindow::propagateSizeHints (
808 this=0x555556cee8d0) at qxcbwindow.cpp:1633
8091633 in qxcbwindow.cpp
810(gdb) bt
811#0 QXcbWindow::propagateSizeHints (this=0x555556cee8d0) at qxcbwindow.cpp:1633
812#1 0x00007fffed5ecdad in QXcbWindow::setGeometry (this=0x555556cee8d0,
813 rect=...) at qxcbwindow.cpp:659
814#2 0x00007ffff568b9db in QWindow::setGeometry (this=<optimized out>, rect=...)
815 at kernel/qwindow.cpp:1452
816#3 0x00007ffff509730d in QWidgetPrivate::setGeometry_sys (
817 this=this@entry=0x555556ce3de0, x=0, y=0, w=800, h=667,
818 isMove=<optimized out>, isMove@entry=true) at kernel/qwidget.cpp:7234
819#4 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556cc6240, r=...)
820 at kernel/qwidget.cpp:7157
821#5 0x00007ffff52292a2 in QAbstractScrollAreaPrivate::layoutChildren (
822 this=this@entry=0x555556ce3b60) at widgets/qabstractscrollarea.cpp:521
823#6 0x00007ffff522abf1 in QAbstractScrollArea::event (this=0x555556ce2b60,
824 e=0x7fffffffcd20) at widgets/qabstractscrollarea.cpp:1012
825#7 0x00005555557aade5 in UIMachineView::event (this=0x555556ce2b60,
826 pEvent=0x7fffffffcd20)
827 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp:1426
828#8 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
829 this=<optimized out>, receiver=0x555556ce2b60, e=0x7fffffffcd20)
830 at kernel/qapplication.cpp:3804
831#9 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
832 receiver=0x555556ce2b60, e=0x7fffffffcd20) at kernel/qapplication.cpp:3561
833---Type <return> to continue, or q <return> to quit---
834#10 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
835 receiver=receiver@entry=0x555556ce2b60, event=event@entry=0x7fffffffcd20)
836 at kernel/qcoreapplication.cpp:1015
837#11 0x00007ffff5097065 in QCoreApplication::sendEvent (event=0x7fffffffcd20,
838 receiver=0x555556ce2b60)
839 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:225
840#12 QWidgetPrivate::setGeometry_sys (this=this@entry=0x555556ce3b60, x=0, y=0,
841 w=800, h=667, isMove=<optimized out>, isMove@entry=true)
842 at kernel/qwidget.cpp:7260
843#13 0x00007ffff5097d90 in QWidget::setGeometry (this=0x555556ce2b60, r=...)
844 at kernel/qwidget.cpp:7157
845#14 0x00007ffff507dc47 in QWidget::setGeometry (ah=<optimized out>,
846 aw=<optimized out>, ay=0, ax=0, this=<optimized out>)
847 at ../../include/QtWidgets/../../src/widgets/kernel/qwidget.h:831
848#15 QWidgetItem::setGeometry (this=0x555556ce59e0, rect=...)
849 at kernel/qlayoutitem.cpp:485
850#16 0x00007ffff5076fdf in QGridBox::setGeometry (this=<optimized out>, r=...)
851 at kernel/qgridlayout.cpp:77
852#17 QGridLayoutPrivate::distribute (this=this@entry=0x555556c6b050, r=...,
853 hSpacing=<optimized out>, vSpacing=vSpacing@entry=0)
854 at kernel/qgridlayout.cpp:969
855#18 0x00007ffff50787bc in QGridLayout::setGeometry (this=0x555556c51860,
856 rect=...) at kernel/qgridlayout.cpp:1375
857---Type <return> to continue, or q <return> to quit---
858#19 0x00007ffff5079d9f in QLayoutPrivate::doResize (
859 this=this@entry=0x555556c6b050, r=...) at kernel/qlayout.cpp:573
860#20 0x00007ffff507b971 in QLayout::activate (this=<optimized out>)
861 at kernel/qlayout.cpp:1117
862#21 0x00007ffff507bbcb in QLayout::widgetEvent (this=<optimized out>,
863 e=e@entry=0x555556c6a9f0) at kernel/qlayout.cpp:599
864#22 0x00007ffff505987a in QApplicationPrivate::notify_helper (
865 this=<optimized out>, receiver=0x555556c5b160, e=0x555556c6a9f0)
866 at kernel/qapplication.cpp:3795
867#23 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
868 receiver=0x555556c5b160, e=0x555556c6a9f0) at kernel/qapplication.cpp:3561
869#24 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
870 receiver=0x555556c5b160, event=event@entry=0x555556c6a9f0)
871 at kernel/qcoreapplication.cpp:1015
872#25 0x00007ffff5d9833c in QCoreApplication::sendEvent (event=0x555556c6a9f0,
873 receiver=<optimized out>)
874 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:225
875#26 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=76,
876 data=0x55555644fc60) at kernel/qcoreapplication.cpp:1650
877#27 0x00005555557a79ee in UIMachineView::sltHandleNotifyChange (
878 this=0x555556ce2b60, iWidth=800, iHeight=667)
879 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp:389
880---Type <return> to continue, or q <return> to quit---
881#28 0x0000555555ab699d in UIMachineView::qt_static_metacall (
882 _o=0x555556ce2b60, _c=QMetaObject::InvokeMetaMethod, _id=3,
883 _a=0x7fff98011a20)
884 at /home/michael/vbox/trunk/out/linux.amd64/debug/obj/VirtualBox/qtmoc/UIMachineView.cpp:130
885#29 0x00007ffff5dc4699 in QObject::event (this=this@entry=0x555556ce2b60,
886 e=e@entry=0x7fff989a1f40) at kernel/qobject.cpp:1256
887#30 0x00007ffff509f68b in QWidget::event (this=this@entry=0x555556ce2b60,
888 event=event@entry=0x7fff989a1f40) at kernel/qwidget.cpp:9191
889#31 0x00007ffff51a105e in QFrame::event (this=this@entry=0x555556ce2b60,
890 e=e@entry=0x7fff989a1f40) at widgets/qframe.cpp:544
891#32 0x00007ffff522a823 in QAbstractScrollArea::event (this=0x555556ce2b60,
892 e=0x7fff989a1f40) at widgets/qabstractscrollarea.cpp:1153
893#33 0x00005555557aade5 in UIMachineView::event (this=0x555556ce2b60,
894 pEvent=0x7fff989a1f40)
895 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp:1426
896#34 0x00007ffff50598ac in QApplicationPrivate::notify_helper (
897 this=<optimized out>, receiver=0x555556ce2b60, e=0x7fff989a1f40)
898 at kernel/qapplication.cpp:3804
899#35 0x00007ffff505ed4f in QApplication::notify (this=0x7fffffffdb20,
900 receiver=0x555556ce2b60, e=0x7fff989a1f40) at kernel/qapplication.cpp:3561
901#36 0x00007ffff5d963b0 in QCoreApplication::notifyInternal2 (
902---Type <return> to continue, or q <return> to quit---
903 receiver=0x555556ce2b60, event=event@entry=0x7fff989a1f40)
904 at kernel/qcoreapplication.cpp:1015
905#37 0x00007ffff5d9833c in QCoreApplication::sendEvent (event=0x7fff989a1f40,
906 receiver=<optimized out>)
907 at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:225
908#38 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0,
909 event_type=event_type@entry=0, data=0x55555644fc60)
910 at kernel/qcoreapplication.cpp:1650
911#39 0x00007ffff5d987f8 in QCoreApplication::sendPostedEvents (
912 receiver=receiver@entry=0x0, event_type=event_type@entry=0)
913 at kernel/qcoreapplication.cpp:1508
914#40 0x00007ffff5dec083 in postEventSourceDispatch (s=0x55555648d850)
915 at kernel/qeventdispatcher_glib.cpp:270
916#41 0x00007ffff0e117d7 in g_main_context_dispatch ()
917 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
918#42 0x00007ffff0e11a40 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
919#43 0x00007ffff0e11aec in g_main_context_iteration ()
920 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
921#44 0x00007ffff5dec48f in QEventDispatcherGlib::processEvents (
922 this=0x555556532960, flags=...) at kernel/qeventdispatcher_glib.cpp:417
923#45 0x00007ffff5d940fa in QEventLoop::exec (this=this@entry=0x7fffffffda30,
924 flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
925#46 0x00007ffff5d9c90c in QCoreApplication::exec ()
926---Type <return> to continue, or q <return> to quit---
927 at kernel/qcoreapplication.cpp:1285
928#47 0x000055555566102b in TrustedMain (argc=3, argv=0x55555644fef0)
929 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:547
930#48 0x000055555566154e in main (argc=3, argv=0x55555644fef0,
931 envp=0x7fffffffddc8)
932 at /home/michael/vbox/trunk/src/VBox/Frontends/VirtualBox/src/main.cpp:664
933(gdb) c
934Continuing.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy