|
[Date Index]
[Thread Index]
[Author Index]
Re: Re: Mathematica 7.01 and Mac OS 10.6 (Snow Leopard)
- To: mathgroup at smc.vnet.net
- Subject: [mg103939] Re: [mg103929] Re: Mathematica 7.01 and Mac OS 10.6 (Snow Leopard)
- From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
- Date: Tue, 13 Oct 2009 23:17:56 -0400 (EDT)
- References: <62A513CA-4DA3-4E39-A89A-6807D1D828F7@mimuw.edu.pl> <200910131118.HAA29295@smc.vnet.net>
Hi,
no, it's not that worse. I didn't had this but it would help to kill the
frozen kernel which is occupying your licence.
Just open a "Terminal" (it's a program under a subdirectory of the
Applications dir, you should find it). Type an adapted version of this:
ps -u patrick | grep Math
and you get something like
502 704 ?? 76:55.60 /Applications/Mathematica.app/Contents/
MacOS/Mathematica -psn_0_135201
502 55843 ?? 1:05.73 /Applications/Mathematica.app/Contents/
MacOS/MathKernel -mathlink -linkmode connect -linkprotocol
SharedMemory -linkname bze_shm
502 55844 ?? 0:16.46 /Applications/Mathematica.app/
SystemFiles/Links/JLink/JLink.app/Contents/MacOS/JavaApplicationStub -
init /tmp/m000001558431 -mathlink -linkmode connect -linkprotocol
SharedMemory -linkname 4hs_shm
502 55846 ?? 0:11.44 /Applications/Mathematica.app/
SystemFiles/Converters/Binaries/MacOSX-x86-64/TIFF.exe -mathlink -
linkmode connect -linkprotocol SharedMemory -linkname j54_shm
you have to kill the MathKernel bei either using the process id:
kill -9 55843
or by
killall -9 MathKernel
Hope this helps.
Cheers
Patrick
Am Oct 13, 2009 um 1:18 PM schrieb Andrzej Kozlowski:
> Actually the situation is even worse than I described below. When I
> try to restart Mathematica after force quitting it, I get the message
> that the 2-user limit on this license has been reached. Contact
> Wolfram Research or an authorized Mathematica distributor for
> information on upgrding your license configuration.
>
> It seems that I have to restart my computer to be able to use
> Mathematica again, which is really getting somewhat ridiculous.
>
> Andrzej Kozlowski
>
>
> On 13 Oct 2009, at 17:56, Andrzej Kozlowski wrote:
>
>> I have been experiencing rare but very irritating problems running
>> Mathematica 7.01 under Mac OS 10.6 (Snow Leopard) on a MacBook. What
>> happens is that for some reason the kernel suddenly quits during an
>> evaluation. When I try to restart it (by evaluating some expression)
>> I get the message: "The kernel failed to start because you attempted
>> to run more Mathematica kernels than you have licensed." There are
>> two buttons, Purchase and Cancel. I find it rather annoying that the
>> Purchase button is selected by default but not half as annoying as
>> the fact that clicking on either button produces no effect.
>> Everything is actually frozen and there is no way out other than
>> force quitting Mathematica.
>>
>> Has anyone experienced anything similar? As I mentioned - this seems
>> fairly rare; it has happened twice since I installed Snow Leopard
>> about a month ago and I can't reproduce it.
>>
>> Andrzej Kozlowski
>>
>
>
Prev by Date:
Re: Error code: 480
Next by Date:
Re: Re: confused about == vs === in this equality
Previous by thread:
Re: Mathematica 7.01 and Mac OS 10.6 (Snow Leopard)
Next by thread:
Re: Mathematica 7.01 and Mac OS 10.6 (Snow Leopard)
|