Hey there, I've been away from FastBit for a while, but now that I'm back I wanted update an app to use the latest version of FastBit. It turns out that the latest version is crashing when running it on an iOS device (works fine running on the simulator). I bisected my way back and isolated the crash to have been introduced by svn r618:
https://codeforge.lbl.gov/plugins/scmsvn/viewcvs.php?root=fastbit&rev=618&view=rev This change obviously does not contain anything that should cause any problems especially since that new method is not even used by the rest of the library or my application. It seems that we might be running up against some sort of armv7 arch limitation or something. Running with the latest svn rev works perfectly fine if I simply comment out the 'deletePartition' method. Moreover, if simply add another new dummy method with an empty body, the library starts crashing again. Why adding a trivial method to that class is causing a crash is beyond me. Any ideas on how to get past this? Thanks, Michael
_______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
