Lisp HUG Maillist Archive

Any clue about LispWorks freezes on OS X 10.5.5 and LW Pro 5.1.1 Intel?

Hello,

Occasionally, I see new Terminal window pop up, with title like
"LWtemp.gauss.loc" (where gauss is my laptop name) and contents like
this:

Last login: Wed Oct 29 19:04:26 on ttys001
/tmp/LWtemp.gauss.local.47813.1.command ; exit;
gauss:~ mikko$ /tmp/LWtemp.gauss.local.47813.1.command ; exit;

Then LispWorks freezes completely. (Beach ball starts making rounds,
and it needs Force Quit)

I have seen this in few situations. Sometimes when trying to load
non-existing library (at least on previous versions), and now I can
reproduce it consistently in my CAPI GUI program (5.1.1 Pro).

I am confident there is a bug somewhere in my code, and it may be
related to Cells I am driving my GUI with. But it would help to
understand what LW is trying to do in this situation.

Does somebody know what are these windows are about?

Best regards,

Mikko Ahonen


Re: Any clue about LispWorks freezes on OS X 10.5.5 and LW Pro 5.1.1 Intel?


On Oct 29, 2008, at 3:00 PM, Mikko Ahonen wrote:

> Does somebody know what are these windows are about?

You can usually still interact with lispworks from these terminal  
windows (get a backtrace, restarts, etc.) I usually look at the  
backtrace to see where I've screwed up and then choose the abort  
restart which just sends me back into the lispworks ide.

regards,

Ralph




Raffael Cavallaro, Ph.D.
raffaelcavallaro@mac.com


Re: Any clue about LispWorks freezes on OS X 10.5.5 and LW Pro 5.1.1 Intel?

A-ha! So it is the REPL Inspector!

It would probably have been very helpful if there would have been the
command prompt on the first line...

Thanks for your help.

Best regards,

Mikko Ahonen

On Wed, Oct 29, 2008 at 11:13 PM, Bob Hutchison
<hutch-lists@recursive.ca> wrote:
>
> On 29-Oct-08, at 4:34 PM, Raffael Cavallaro wrote:
>
>>
>>
>> On Oct 29, 2008, at 3:00 PM, Mikko Ahonen wrote:
>>
>>> Does somebody know what are these windows are about?
>>
>> You can usually still interact with lispworks from these terminal windows
>> (get a backtrace, restarts, etc.) I usually look at the backtrace to see
>> where I've screwed up and then choose the abort restart which just sends me
>> back into the lispworks ide.
>
> You can also start LW from the shell, something like:
>
> .../LispWorks.app/Contents/MacOS/lispworks-5-1-0-macos-universal
>
> This sometimes tells you a lot. In previous versions of LW it was the only
> way to find out about certain problems.
>
> Cheers,
> Bob
>
>>
>>
>> regards,
>>
>> Ralph
>>
>>
>>
>>
>> Raffael Cavallaro, Ph.D.
>> raffaelcavallaro@mac.com
>>
>
>


Updated at: 2020-12-10 08:42 UTC