Opened 9 years ago
Closed 9 years ago
#12285 closed bug (fixed)
[ShowImage] deadlocks on copy selection
Reported by: | Paradoxon | Owned by: | axeld |
---|---|---|---|
Priority: | blocker | Milestone: | R1/beta1 |
Component: | Kits/Application Kit | Version: | R1/Development |
Keywords: | clipboard | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Open a image in ShowImage, mark an area from the image Press copy and ShowImage will freeze
Attachments (2)
Change History (9)
by , 9 years ago
Attachment: | ShowImage-2642-debug-04-08-2015-08-19-48.report added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Milestone: | Unscheduled → R1 |
---|---|
Summary: | Schowimage crashes on copy → [ShowImage] deadlocks on copy selection |
comment:3 by , 9 years ago
It seems to hang on the SendMessage on line 210. But no idea how this can related to copying a (archived) Bitmap https://cgit.haiku-os.org/haiku/tree/src/kits/app/Clipboard.cpp#n210
comment:4 by , 9 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Terminal deadlocks on copy (large) selection too. Related? Possibly another launch_daemon regression...
by , 9 years ago
Attachment: | Terminal-56836-debug-12-08-2015-16-43-44.report added |
---|
comment:5 by , 9 years ago
Component: | Applications/ShowImage → Kits/Application Kit |
---|---|
Keywords: | clipboard added |
comment:6 by , 9 years ago
Milestone: | R1 → R1/beta1 |
---|---|
Priority: | normal → blocker |
Since mmlr didn't report his findings here yet: it's indeed a launch_daemon regression. The launch_daemon owns the primary communications ports of the registrar which breaks large messages that use areas to pass their data.
Same happens to wonderbrush so it seems be an Clipboard problem