Changes between Initial Version and Version 1 of Ticket #10209


Ignore:
Timestamp:
Nov 16, 2013, 10:52:12 AM (10 years ago)
Author:
diver
Comment:

Seems the crash happens somewhere in Message::Draw.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10209

    • Property Component Preferences/ScreenSaverAdd-Ons/Screen Savers
    • Property Owner changed from jscipione to leavengood
    • Property Status newassigned
    • Property Summary [ScreenSaver] crashes in BFont::StringWidth[Message] crashes in BFont::StringWidth
  • Ticket #10209 – Description

    initial v1  
    22
    33I was trying to reproduce #4260 by going up and down the screensaver list when I hit another crash. I think it might have something to do with Message screensaver as it was the last screen saver selected before the crash 3 times I reproduced it.
     4
     5
     6{{{
     7Frame       IP          Function Name
     816              -----------------------------------------------
     917              0x72882d28  0x1a63d89   BFont::StringWidth(BFont, char*) + 0x25
     1018          Disassembly:
     1119              BFont::StringWidth(BFont, char*):
     12[...]
     1339              0x72882f68  0x15c55f6   Message::Draw(BView*, int32) + 0x8de
     1440              0x72882fb8  0x11ec085   ScreenSaverRunner::_Run() + 0x1d9
     1541              0x72882fe8  0x11ec10a   ScreenSaverRunner::_ThreadFunc(void*) + 0x1a
     1642              0x72883010  0x25b316d   thread_entry + 0x21
     1743              00000000    0x6034c250  commpage_thread_exit + 0
     18}}}