Ticket #837 (closed bug: fixed)

Opened 4 years ago

Last modified 2 years ago

[app_server] crash in Desktop::Cursor()

Reported by: diver Owned by: stippi
Priority: blocker Milestone: R1/alpha1
Component: Servers/app_server Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Platform: All
Blocking:

Description

On real hw, while plaing around with SoundPlay, dunno how to reproduce yet.

Segment violation

Desktop::Cursor() Desktop::SetCursor() ServerApp::SetCurrentCursor() WindowsLayer::MouseMoved() MouseFilter::Filter() EventDispatcher::_EventLoop() EventDispatcher::_eventLooper()

Change History

  Changed 3 years ago by wkornewald

  • version set to R1 development
  • milestone set to R1

  Changed 3 years ago by axeld

  • priority changed from normal to blocker

  Changed 2 years ago by axeld

  • milestone changed from R1 to R1/alpha

  Changed 2 years ago by nielx

This ticket is a little bit vague for a nomination as blocker of the alpha 1 release. Diver, can you try to find a consistent method for reproduction?

  Changed 2 years ago by diver

I didnt' sow this crash for year now. I think its fixed.

follow-up: ↓ 8   Changed 2 years ago by axeld

It hasn't been fixed yet, the code is still problematic. It only shows rarely, though (I remember running into it about two month ago the last time). Maybe it would be okay to move it to R1 instead, I dunno.

  Changed 2 years ago by stippi

I didn't see it either for a _long_ time, but yesterday I got a crash in HWInterface::_DrawCursor(), which I believe is originating from the same problem. I should write a test app which constantly changes the cursor shape, I think this is what triggers it, together with something else in the cursor code.

in reply to: ↑ 6   Changed 2 years ago by nielx

  • owner changed from axeld to stippi

Replying to axeld:

It hasn't been fixed yet, the code is still problematic. It only shows rarely, though (I remember running into it about two month ago the last time). Maybe it would be okay to move it to R1 instead, I dunno.

Let's keep it here until we are at a later stage in the alpha 1 process, and then reevaluate. Anyway, assigning to stippi because he should write a test app :-)

  Changed 2 years ago by stippi

  • status changed from new to closed
  • resolution set to fixed

Hopefully fixed in r24741. The bug was/is very hard to reproduce, so I cannot verify that the problem I saw was the indeed cause. Please reopen if you encounter it again.

Note: See TracTickets for help on using tickets.