[R-SIG-Mac] R.app crash report

Paul Roebuck roebuck at mdanderson.org
Thu Jan 12 23:24:17 CET 2006


On Thu, 12 Jan 2006, Simon Urbanek wrote:

> On Jan 12, 2006, at 4:30 AM, David Jarvis wrote:
>
> > Installed R.app on powerbook 12" G4
> >
> > Crashed on launching
> >
> > Console.log reads:
> > Mac OS X Version 10.3.5 (Build 7M34)
>
> Your OS is outdated, you need 10.3.9, so please update your system.
> (BTW: This was asked and answered on this list this week already!!)

Actually, this IS a bug in R.app, since if 10.3.9 is now
required, that value should have been put in the Info.plist.
The user would then be informed of the OS requirement rather
than deal with the application crashing.

Info.plist:
        <key>LSMinimumSystemVersion</key>
-        <string>10.3.0</string>
+        <string>10.3.9</string>

----------------------------------------------------------
SIGSIG -- signature too long (core dumped)



More information about the R-SIG-Mac mailing list