Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#12239 - r30308 causes data abort going from fm radio (with fms) to resume playback

Attached to Project: Rockbox
Opened by Michael Chicoine (mc2739) - Monday, 22 August 2011, 03:04 GMT+2
Last edited by Michael Chicoine (mc2739) - Wednesday, 24 August 2011, 01:50 GMT+2
Task Type Bugs
Category Operating System/Drivers
Status Closed
Assigned To No-one
Player Type Sansa e200
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Tested with r30337 and fails on e200v1 - does not fail on e200v2

r30308 is the first failing build
r30307 is the last working build

When using a theme which includes an FMS,

1. boot player
2. start music playback
3. exit wps (either menu or power will cause the failure)
4. select fm radio
5. exit fm radio (either menu or power will cause the failure)
6. select resume playback

The e200v1 data aborts with the following message:

Data abort
at 000071F4 (0)

The address is the same with different themes.
This task depends upon

Closed by  Michael Chicoine (mc2739)
Wednesday, 24 August 2011, 01:50 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  FIxed in r30342
Comment by Thomas Martitz (kugel.) - Monday, 22 August 2011, 15:08 GMT+2
This doesn't happen without FMS?
Comment by Michael Chicoine (mc2739) - Monday, 22 August 2011, 15:15 GMT+2
No, in fact, if I switch from a theme with an FMS to cabbiev2, it will still data abort since cabbiev2 does not remove the FMS.
Comment by Thomas Martitz (kugel.) - Monday, 22 August 2011, 15:36 GMT+2
Please try this.
   radioart.c.vc.diff (0.5 KiB)
 b/apps/radio/radioart.c |    6 ++++++
 1 file changed, 6 insertions(+)

Comment by Michael Chicoine (mc2739) - Monday, 22 August 2011, 16:08 GMT+2
Thanks, that seems to fix the problem.

Loading...