Opened 10 years ago
Closed 9 years ago
#11681 closed bug (fixed)
DragMessage with BBitmap crashes app_server
Reported by: | arroyoc | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
My first bug report here!
Run the following app: git clone https://github.com/AdrianArroyoCalle/SuperFreeCell git reset --hard 2d7d8f00fde2d9a4bf91dfd43af0a693944049b3 mkdir build cd build cmake .. make ./SuperFreeCell
Move the cards fast, it should crash and KDL appears. Also if you move the mouse the screen is rendered but it does nothing.
Attachments (2)
Change History (7)
comment:1 by , 10 years ago
by , 10 years ago
Attachment: | HaikuKDL.PNG added |
---|
comment:2 by , 10 years ago
Component: | - General → Servers/app_server |
---|---|
Owner: | changed from | to
That's actually an app_server crash rather than a KDL. Please type save-report
at the prompt, and after rebooting attach the resulting crash report file to this ticket.
by , 10 years ago
Attachment: | app_server-1435-debug-30-12-2014-16-58-36.report added |
---|
comment:3 by , 10 years ago
Platform: | x86 → All |
---|---|
Summary: | DragMessage with BBitmap crash Haiku and gets into KDL → DragMessage with BBitmap crashes app_server |
comment:4 by , 10 years ago
Several TODOs regarding drag message/rect:
http://cgit.haiku-os.org/haiku/tree/src/servers/app/ServerWindow.cpp#n2070
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I fixed the app_server crash in hrev49530. SuperFreeCell rev 2d7d8f00fde2d9a4bf91dfd43af0a693944049b3 still crashes, though. I tried the current revision but it does nothing at all.
A photo of the kdl screen would be helpful.