Opened 11 years ago
Last modified 8 years ago
#10916 assigned bug
[app_server] crashes in BReferenceable::ReleaseReference()
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
To reproduce:
Compile fontboy with haikuporter fontboy. Start Fontboy and right click any font in the grid. Blue frame with the font name will attach to cursor. Kill Fontboy via PC.
BReferenceable::ReleaseReference() + 0x3d ServerApp::_DeleteBitmap(ServerBitmap*) + 0x50 _._9ServerApp + 0x1c4 ServerApp::_MessageLooper() + 0x1c3 essageLooper::_message_thread(void*) + 0x26 thread_entry + 0x21 commpage_thread_exit + 0
Attachments (2)
Change History (6)
by , 11 years ago
Attachment: | app_server-199-debug-07-06-2014-14-17-15.report added |
---|
comment:1 by , 11 years ago
by , 11 years ago
Attachment: | app_server-199-debug-07-06-2014-14-37-24.report added |
---|
comment:3 by , 10 years ago
FontBoy calls the method DragMessage in a loop, the CPU goes crazy and after a while the app_server crashes.
comment:4 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Tried to reproduce it again, but this time, after killing Fontboy, an app_server thread named
x-vnd.madison.fontboy
started eating CPU so I killed it and got a different crash.