Opened 17 years ago
Closed 17 years ago
#1171 closed defect (fixed)
MythVidoe gets a Floating point exception
Reported by: | 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)
Change History (5)
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I retested and I still get the Floating point exception.
I am attaching a back trace.
comment:3 Changed 17 years ago by
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 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I re-downloaded the SVN and compiled and it works fine now.
I must of only compiled mythtv and not mythplugins.
Thanks
(In [8809]) Should fix the floating point exception in MythVideo? when you try browsing up/down but have no videos to browse. Closes #1171.