Bug introduced in 9.0 and fixed in 9.0.1
I think I am experiencing the same/similar problems as this user.
Mathematica Version: 9.0 for Mac OS X x86 (64-bit) (November 20, 2012)
Computer: Mac OS X 10.11.5
When I run the code below, LisPolarPlot works fine until I include the option PolarAxes->True at which point it spits out reams of error messages. Any advice on solving this issue or implementing an alternative to achieve similar results?
list = Table[{t, Sin[t]}, {t, 0, Pi, 0.1}];
ListPolarPlot[list, PolarAxes -> False]
ListPolarPlot[list, PolarAxes -> True]

"ReleaseID" /. SystemInformation["Kernel"]return? – rcollyer Jun 16 '16 at 13:59"ReleaseID" /. SystemInformation["Kernel"]return? – rcollyer Jun 16 '16 at 13:59PolarTickshelps? – Feyre Jun 16 '16 at 14:31