This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11829 - %tx tag causes sim segfault
Attached to Project:
Rockbox
Opened by Marcin Bukat (MarcinBukat) - Thursday, 23 December 2010, 23:20 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 24 December 2010, 09:03 GMT+2
Opened by Marcin Bukat (MarcinBukat) - Thursday, 23 December 2010, 23:20 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 24 December 2010, 09:03 GMT+2
|
DetailsHere are two simple .fms attached which use %tx tag as conditional. One crashes sim the second works just fine.
|
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Friday, 24 December 2010, 09:03 GMT+2
Reason for closing: Fixed
Additional comments about closing: r28890 is the quick fix... i intend on fixing it properly during the week
Friday, 24 December 2010, 09:03 GMT+2
Reason for closing: Fixed
Additional comments about closing: r28890 is the quick fix... i intend on fixing it properly during the week
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