Changes between Initial Version and Version 1 of Ticket #10209
- Timestamp:
- Nov 16, 2013, 10:52:12 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10209
- Property Component Preferences/ScreenSaver → Add-Ons/Screen Savers
- Property Owner changed from to
- Property Status new → assigned
- Property Summary [ScreenSaver] crashes in BFont::StringWidth → [Message] crashes in BFont::StringWidth
-
Ticket #10209 – Description
initial v1 2 2 3 3 I 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 {{{ 7 Frame IP Function Name 8 16 ----------------------------------------------- 9 17 0x72882d28 0x1a63d89 BFont::StringWidth(BFont, char*) + 0x25 10 18 Disassembly: 11 19 BFont::StringWidth(BFont, char*): 12 [...] 13 39 0x72882f68 0x15c55f6 Message::Draw(BView*, int32) + 0x8de 14 40 0x72882fb8 0x11ec085 ScreenSaverRunner::_Run() + 0x1d9 15 41 0x72882fe8 0x11ec10a ScreenSaverRunner::_ThreadFunc(void*) + 0x1a 16 42 0x72883010 0x25b316d thread_entry + 0x21 17 43 00000000 0x6034c250 commpage_thread_exit + 0 18 }}}