View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#21
Originally Posted by nieldk View Post
So, the memory read error is this statement:
My version of lipstick is the latest released update, 1.0.8 , not git one

the crashing function is void ShellSurface::shell_surface_pong and the problem is that m_surface->waylandSurface() returns NULL.
(ah, the problems with asynchronous IPC... ).

Also:
Code:
m_transientInactive = false, 
  m_isCursorSurface = false, m_visible = true, m_invertY = true, 
  m_bufferType = QWaylandSurface::Shm, m_surfaceWasDestroyed = false, 
  m_deleteGuard = false, m_destroyed = true

Last edited by javispedro; 2014-09-29 at 15:57.
 

The Following 2 Users Say Thank You to javispedro For This Useful Post: