Opened 15 years ago

Closed 15 years ago

#6165 closed defect (fixed)

segfault in mythvideo (libmythui-0.22.so.0.22.0)

Reported by: Damian O'Sullivan <damian@…> Owned by: Isaac Richards
Priority: minor Milestone: 0.22
Component: MythTV - User Interface Library Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

To reproduce :

Go to mythvideo (broswe mode). I have two top level dirs (Movies and TVSeries). Press right arrow a few times. I get a crash within 5-6 keypresses.

Painter : OpenGL Theme : Blootube-wide Revision: 19804

Compile options : Options: --disable-iptv --disable-hdhomerun --disable-dbox2 --enable-xvmc-opengl --xvmc-lib=XvMCNVIDIA --enable-opengl-vsync --enable-opengl-video --enable-proc-opt --enable-libfftw3 --disable-joystick-menu --enable-silent-cc --disable-distcc --compile-type=debug

Frontend log : (only 1 relevant entry) Error in my_thread_global_end(): 1 threads didn't exit

Attachments (1)

gdb.txt (21.0 KB) - added by Damian O'Sullivan <damian@…> 15 years ago.
gdb back trace

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by Damian O'Sullivan <damian@…>

Attachment: gdb.txt added

gdb back trace

comment:1 Changed 15 years ago by stuartm

Resolution: fixed
Status: newclosed

(In [19805]) If m_selPosition is out of range, set it to a sane value before attempting a lookup in m_itemList. Fixes #6165

comment:2 Changed 15 years ago by stuartm

Milestone: unknown0.22
Resolution: fixed
Status: closednew
Version: unknownhead

comment:3 Changed 15 years ago by stuartm

Owner: changed from stuartm to Isaac Richards
Status: newassigned

comment:4 Changed 15 years ago by Isaac Richards

Resolution: fixed
Status: assignedclosed

(In [19837]) Fix scrolling off the end of the list when in grid mode.

Fixes #6165.

Note: See TracTickets for help on using tickets.