Opened 18 years ago

Closed 18 years ago

#1171 closed defect (fixed)

MythVidoe gets a Floating point exception

Reported by: brent@… Owned by: GoToDev
Priority: minor Milestone: unknown
Component: mythvideo Version:
Severity: low Keywords:
Cc: Ticket locked: no

Description

If you have 0 video's in mythvideo and then go into 'Browse Videos' and press the up or down arrow you get a Floation point exception and the frontend exits.

I am using svn from 1-30

Attachments (1)

bt-myth-video.txt (3.7 KB) - added by brent@… 18 years ago.
Back trace

Download all attachments as: .zip

Change History (5)

comment:1 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [8809]) Should fix the floating point exception in MythVideo? when you try browsing up/down but have no videos to browse. Closes #1171.

comment:2 Changed 18 years ago by brent@…

Resolution: fixed
Status: closedreopened

I retested and I still get the Floating point exception.

I am attaching a back trace.

Changed 18 years ago by brent@…

Attachment: bt-myth-video.txt added

Back trace

comment:3 Changed 18 years ago by cpinkham

This backtrace isn't good enough, you need "thread apply all bt full"

I think that's all you'll need, but for more info see the howto: http://www.mythtv.org/docs/mythtv-HOWTO-22.html#debugging

This is still dumping in the same method though, are you sure you're running the latest SVN? The current code should exit from that method if the count is 0. Attach the full backtrace and I'll take another look.

comment:4 Changed 18 years ago by brent@…

Resolution: fixed
Status: reopenedclosed

I re-downloaded the SVN and compiled and it works fine now.

I must of only compiled mythtv and not mythplugins.

Thanks

Note: See TracTickets for help on using tickets.