- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.7.1
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Marcin Bukat - 2010-12-23
Last edited by Jonathan Gordon - 2010-12-24
Opened by Marcin Bukat - 2010-12-23
Last edited by Jonathan Gordon - 2010-12-24
FS#11829 - %tx tag causes sim segfault
Here are two simple .fms attached which use %tx tag as conditional. One crashes sim the second works just fine.
Closed by Jonathan Gordon
2010-12-24 08:03
Reason for closing: Fixed
Additional comments about closing:
2010-12-24 08:03
Reason for closing: Fixed
Additional comments about closing:
r28890 is the quick fix… i intend on
fixing it properly during the week
bugger. I'm confident I know where the problem is but not why. Its in the special HAVE_FOO handling for the parser so it can skip over tags which available on non-FOO targets.
I actually need to know which target you are buidling for (I assume mpio?) %?tx<%Vd(rds_present)> [should] become[s] %?tx<|> when tx is false which should be handled fine, but I'll check this… going on a flight now so hopefully I'l have a fix by the time we land :p
edit: ah crash is in the renderer not parser…. hopefully its still a parser error though, I'll hopfully have a fix for this soon