[haiku-bugs] [Haiku] #9251: [MediaPlayer] crashes in BMenuItem::Submenu ()

  • From: "diver" <trac@xxxxxxxxxxxx>
  • Date: Sat, 01 Dec 2012 08:19:10 -0000

#9251: [MediaPlayer] crashes in BMenuItem::Submenu ()
--------------------------------+------------------------------
 Reporter:  diver               |        Owner:  axeld
     Type:  bug                 |       Status:  new
 Priority:  normal              |    Milestone:  R1
Component:  Kits/Interface Kit  |      Version:  R1/Development
 Keywords:                      |   Blocked By:
 Blocking:                      |  Has a Patch:  0
 Platform:  All                 |
--------------------------------+------------------------------
 This is hrev44937.

 * Open MediaPlayer
 * Press Alt+Esc to open File menu
 * Move to Open file... menu item and press right arrow


 {{{
 [Switching to team /boot/system/apps/MediaPlayer (2123) thread
 menu_tracking (2134)]
 0x0040eefa in BMenuItem::Submenu () from /boot/system/lib/libbe.so
 (gdb) bt
 #0  0x0040eefa in BMenuItem::Submenu () from /boot/system/lib/libbe.so
 #1  0x004054f8 in BMenu::_Track () from /boot/system/lib/libbe.so
 #2  0x00409faa in BMenuBar::_Track () from /boot/system/lib/libbe.so
 #3  0x00409d17 in BMenuBar::_TrackTask () from /boot/system/lib/libbe.so
 #4  0x009e86f3 in thread_entry () from /boot/system/lib/libroot.so
 #5  0x78184fec in ?? ()
 (gdb)
 }}}

 Same crash happens in DiskProbe. Open file menu seems to always stay empty
 when navigating with a mouse.

 Found by fwisses on #haiku

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/9251>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #9251: [MediaPlayer] crashes in BMenuItem::Submenu () - diver