Advertisement
Guest User

Untitled

a guest
Sep 29th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.58 KB | None | 0 0
  1. #0  QMetaObject::activate (sender=0x0, signalOffset=3,
  2.     local_signal_index=<optimized out>, argv=0x0) at kernel/qobject.cpp:3364
  3. #1  0x411e5630 in shell_surface_pong (this=0x1df2088,
  4.     resource=<optimized out>, serial=<optimized out>)
  5.     at wayland_wrapper/qwlshellsurface.cpp:291
  6. #2  QtWayland::ShellSurface::shell_surface_pong (this=0x1df2088,
  7.     resource=<optimized out>,
  8.     serial=<error reading variable: Cannot access memory at address 0xffffffe7>) at wayland_wrapper/qwlshellsurface.cpp:285
  9. #3  0x411f5bac in QtWaylandServer::wl_shell_surface::handle_pong (
  10.     client=<optimized out>, resource=<optimized out>, serial=<optimized out>)
  11.     at qwayland-server-wayland.cpp:1585
  12. #4  0x4500aa18 in ffi_call_VFP () at ../src/arm/sysv.S:389
  13. #5  0x4500b14c in ffi_call (cif=0xbee9de4c,
  14.     fn=0x411f5b94 <QtWaylandServer::wl_shell_surface::handle_pong(wl_client*, wl_resource*, unsigned int)>, rvalue=0x0, avalue=<optimized out>)
  15.     at ../src/arm/ffi.c:235
  16. #6  0x44357124 in wl_closure_invoke (closure=<optimized out>,
  17.     flags=<optimized out>, target=0x1c4e870, opcode=0, data=0x1ba4c88)
  18.     at connection.c:887
  19. #7  0x44352dd8 in wl_client_connection_data (fd=<optimized out>,
  20.     mask=<optimized out>, data=0x1ba4c88) at wayland-server.c:280
  21. #8  0x44355390 in wl_event_source_fd_dispatch (source=<optimized out>,
  22.     ep=<optimized out>) at event-loop.c:86
  23. #9  0x44355a3c in wl_event_loop_dispatch (loop=0x13a5230,
  24.     timeout=<optimized out>) at event-loop.c:421
  25. #10 0x411dbf68 in QtWayland::Compositor::processWaylandEvents (this=0x13a5168)
  26.     at wayland_wrapper/qwlcompositor.cpp:286
  27. #11 0x41d4d86c in QMetaObject::activate (sender=0x1345618,
  28.     signalOffset=<optimized out>, local_signal_index=<optimized out>,
  29.     argv=0xbee9e1e0) at kernel/qobject.cpp:3479
  30. #12 0x41db6300 in QSocketNotifier::activated (this=<optimized out>,
  31.     _t1=1104896768) at .moc/release-shared/moc_qsocketnotifier.cpp:132
  32. #13 0x41d59090 in QSocketNotifier::event (this=0x1400fd0, e=0xbee9e334)
  33.     at kernel/qsocketnotifier.cpp:301
  34. #14 0x41d23fcc in QCoreApplicationPrivate::notify_helper (this=0x1345618,
  35.     receiver=0x1400fd0, event=0xbee9e334) at kernel/qcoreapplication.cpp:992
  36. #15 0x41d24024 in QCoreApplication::notify (this=<optimized out>,
  37.     receiver=<optimized out>, event=<optimized out>)
  38.     at kernel/qcoreapplication.cpp:937
  39. #16 0x41d23cb8 in QCoreApplication::notifyInternal (this=0xbee9e498,
  40.     receiver=<optimized out>, event=0xbee9e334)
  41.     at kernel/qcoreapplication.cpp:875
  42. #17 0x41d6f7a0 in sendEvent (event=0xbee9e32c, receiver=<optimized out>)
  43.     at ../../src/corelib/kernel/qcoreapplication.h:232
  44. #18 socketNotifierSourceDispatch (source=0x1348a60)
  45.     at kernel/qeventdispatcher_glib.cpp:109
  46. #19 0x42b4aeac in g_main_dispatch (context=0x13466d0) at gmain.c:3066
  47. #20 g_main_context_dispatch (context=0x13466d0) at gmain.c:3642
  48. #21 0x42b4b068 in g_main_context_iterate (context=0x13466d0, block=1,
  49.     dispatch=1, self=<optimized out>) at gmain.c:3713
  50. #22 0x42b4b16c in g_main_context_iterate (self=<optimized out>, dispatch=1,
  51.     block=1, context=0x13466d0) at gmain.c:3680
  52. #23 g_main_context_iteration (context=0x13466d0, may_block=1) at gmain.c:3774
  53. #24 0x41d6f264 in QEventDispatcherGlib::processEvents (this=0x1346998,
  54.     flags=...) at kernel/qeventdispatcher_glib.cpp:432
  55. #25 0x41d225e0 in QEventLoop::processEvents (this=<optimized out>, flags=...)
  56.     at kernel/qeventloop.cpp:136
  57. #26 0x41d22a10 in QEventLoop::exec (this=0xbee9e468, flags=...)
  58.     at kernel/qeventloop.cpp:212
  59. #27 0x41d29414 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement