Ticket #10969 (closed Bug Report - Crash: Fixed)
Opened 10 months ago
Last modified 10 months ago
Arithmatic Expression Core File From mythfrontend
| Reported by: | Bill Meek <keemllib@…> | Owned by: | jpoet |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.26 |
| Component: | MythTV - User Interface Library | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I can't reproduce this at will, the steps leading up to it were:
Start FE
mythfrontend --jumppoint TV Recording Playback --quiet \
--nodblog -v general --logpath /var/log/mythtv --loglevel debug
Watch an entire show
Using the menu, attempt to mark the show watched
Attachments
Change History
Changed 10 months ago by Bill Meek <keemllib@…>
- Attachment mythfrontend.20120802025856.20389.log added
Changed 10 months ago by Bill Meek <keemllib@…>
- Attachment version.txt added
v0.26-alpha-79-gb379de3
comment:1 follow-up: ↓ 3 Changed 10 months ago by beirdo
- Owner set to stuartm
- Type changed from Bug Report - General to Bug Report - Crash
- Component changed from MythTV - General to MythTV - User Interface Library
Try changing the 0 to a 1 in that line (mythuibuttonlist.cpp:2048) Not sure it's the proper fix though.
Also, if you could get an actual coredump file, and then in gdb tell it to print m_columns, it could be interesting (may need to do this->m_columns). This looks like a simple div by 0 error.
comment:2 Changed 10 months ago by stuartm
- Owner changed from stuartm to jpoet
- Priority changed from minor to blocker
- Status changed from new to assigned
- Milestone changed from unknown to 0.26
I'm not sure what John had in mind there, so re-assigning
comment:3 in reply to: ↑ 1 Changed 10 months ago by Bill Meek <keemllib@…>
Replying to beirdo: Unfortunately, I'd already removed the core file (won't make that mistake again.) If I can find a way to reproduce 'on demand', I'll also test the 0->1 change you mentioned.
comment:4 follow-up: ↓ 7 Changed 10 months ago by jpoet
I would need to know which theme was used to have a prayer of reproducing this. That being said, I can see how this would happen, and probably how it should be prevented. I will commit something soon -- although it is not practical to test the fix under every possible situation.
comment:5 Changed 10 months ago by jpoet
- Status changed from assigned to accepted
Fixed (hopefuly) by [ff9073d]
comment:6 Changed 10 months ago by jpoet
- Status changed from accepted to closed
- Resolution set to Fixed
