HaikuArchives / FontBoy

A small application to show your installed fonts in Haiku
Other
2 stars 10 forks source link

Right-click dragging kills app_server #2

Closed humdingerb closed 9 years ago

humdingerb commented 9 years ago

If you right-click drag a font, the font name becomes a tooltip following the mouse pointer. Release the right mouse button and the tooltip disappears. So far, so good. Now every time you left-click that tool-tip reappears, even outside the FontBoy window which is frozen.

Vulcan-Death-Killing FontBoy as often as not kills the app_server. From the syslog:

KERN: vm_soft_fault: va 0x42504000 not covered by area in address space KERN: vm_page_fault: vm_soft_fault returned error 'Bad address' on fault at 0x42504e6c, ip 0x1f602c3, write 0, user 1, thread 0x822 KERN: vm_page_fault: thread "a:2077:x-vnd.madison.fontboy" (2082) in team "app_server" (684) tried to read address 0x42504e6c, ip 0x1f602c3 ("libbe.so_seg0ro" +0x2672c3) KERN: debug_server: Thread 2082 entered the debugger: Segment violation KERN: stack trace, current PC 0x1f602c3 ReleaseReference14BReferenceable + 0x33: KERN: (0x728830b8) 0x1497b91 _DeleteBitmap_9ServerAppP12ServerBitmap + 0x55 KERN: (0x728830e8) 0x148f401 ._9ServerApp + 0x1c9 KERN: (0x72883128) 0x1497419 _MessageLooper9ServerApp + 0x1c5 KERN: (0x728831d8) 0x148a118 _message_thread__13MessageLooperPv + 0x28 KERN: (0x72883208) 0xe0cf33 thread_entry + 0x23

waddlesplash commented 9 years ago

While there probably is some underlying bug in FontBoy, nothing it can do should crash appserver. Please file a bug there.

humdingerb commented 9 years ago

Diver already reported it at https://dev.haiku-os.org/ticket/10916