ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* luatex hangs at 100% cpu
@ 2010-11-16 11:59 Steffen Wolfrum
  2010-11-17  9:34 ` Taco Hoekwater
  0 siblings, 1 reply; 8+ messages in thread
From: Steffen Wolfrum @ 2010-11-16 11:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Hi,

the current MkIV (ConTeXt  ver: 2010.11.12) seems to have problems 
with start/stopitemize and start/stopcolumns:


mostly it hangs at 100% cpu, sometimes it gives this error massage: 


! Attempt to double-free penalty node 78778, ignored.
\actualshipout ...t \fi \box \shipoutscratchbox }}
                                                  \endgroup \else \message {...
\myshipout ...\@@ppmethod }\gobbleoneargument {#1}
                                                  \setnextrealpageno \afters...
\dofinaloutput ...hbox {\vbox {\dopagebody #1#2}}}
                                                  \the \everyaftershipout \a...
\finaloutput ...EAEAEA \dofinaloutput \fi \fi #1#2
                                                  \resetselectiepagina \doin...
\sidefloatoutput ...e \else \finalsidefloatoutput 
                                                  \global \sidefloatvsize \n...
\invokenormaloutputroutine ...\OTRcommand \output 
                                                  \fi 
...
l.1121 
       
? 
Process aborted


Regards,
Steffen
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: luatex hangs at 100% cpu
  2010-11-16 11:59 luatex hangs at 100% cpu Steffen Wolfrum
@ 2010-11-17  9:34 ` Taco Hoekwater
  2010-11-17 11:31   ` Steffen Wolfrum
  0 siblings, 1 reply; 8+ messages in thread
From: Taco Hoekwater @ 2010-11-17  9:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen, Steffen Wolfrum

On 11/16/2010 12:59 PM, Steffen Wolfrum wrote:
>
> Hi,
>
> the current MkIV (ConTeXt  ver: 2010.11.12) seems to have problems
> with start/stopitemize and start/stopcolumns:
>
>
> mostly it hangs at 100% cpu, sometimes it gives this error massage:

We have had a case where luatex goes into a busy loop recently and that
was caused by an undefined $HOME. Can you check and see if that is
the problem?

Otherwise a test file is needed.

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: luatex hangs at 100% cpu
  2010-11-17  9:34 ` Taco Hoekwater
@ 2010-11-17 11:31   ` Steffen Wolfrum
  2010-11-17 12:48     ` Taco Hoekwater
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Steffen Wolfrum @ 2010-11-17 11:31 UTC (permalink / raw)
  To: Taco Hoekwater; +Cc: mailing list for ConTeXt users, Hans Hagen


Am 17.11.2010 um 10:34 schrieb Taco Hoekwater:

> On 11/16/2010 12:59 PM, Steffen Wolfrum wrote:
>> 
>> Hi,
>> 
>> the current MkIV (ConTeXt  ver: 2010.11.12) seems to have problems
>> with start/stopitemize and start/stopcolumns:
>> 
>> 
>> mostly it hangs at 100% cpu, sometimes it gives this error massage:
> 
> We have had a case where luatex goes into a busy loop recently and that
> was caused by an undefined $HOME. Can you check and see if that is
> the problem?

MacBookPro:~ steffen$ echo $HOME
/Users/steffen


> Otherwise a test file is needed.



\setupstructure[state=start]

\starttext

\startitemize

\sym{one}test

\sym{two}test

%\sym{three}test % <- un/comment this

\stopitemize

\stoptext



Groeten,
Steffen
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: luatex hangs at 100% cpu
  2010-11-17 11:31   ` Steffen Wolfrum
@ 2010-11-17 12:48     ` Taco Hoekwater
       [not found]       ` <85D758D2-104C-4A86-B79F-04472A5E0D05@st.estfiles.de>
  2010-11-17 12:54     ` Florian Wobbe
  2010-11-17 14:11     ` Hans Hagen
  2 siblings, 1 reply; 8+ messages in thread
From: Taco Hoekwater @ 2010-11-17 12:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen, Steffen Wolfrum

On 11/17/2010 12:31 PM, Steffen Wolfrum wrote:
>
> MacBookPro:~ steffen$ echo $HOME
> /Users/steffen

Ok, just paranoia.

>
>> Otherwise a test file is needed.
>
> \setupstructure[state=start]

Indeed, that test file busy-loops here as well with the latest beta.

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: luatex hangs at 100% cpu
  2010-11-17 11:31   ` Steffen Wolfrum
  2010-11-17 12:48     ` Taco Hoekwater
@ 2010-11-17 12:54     ` Florian Wobbe
  2010-11-17 14:11     ` Hans Hagen
  2 siblings, 0 replies; 8+ messages in thread
From: Florian Wobbe @ 2010-11-17 12:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Nov 17, 2010, at 12:31 , Steffen Wolfrum wrote:

> 
> Am 17.11.2010 um 10:34 schrieb Taco Hoekwater:
> 
>> On 11/16/2010 12:59 PM, Steffen Wolfrum wrote:
>>> 
>>> Hi,
>>> 
>>> the current MkIV (ConTeXt  ver: 2010.11.12) seems to have problems
>>> with start/stopitemize and start/stopcolumns:
>>> 
>>> 
>>> mostly it hangs at 100% cpu, sometimes it gives this error massage:
>> 
>> We have had a case where luatex goes into a busy loop recently and that
>> was caused by an undefined $HOME. Can you check and see if that is
>> the problem?

I can confirm this infinite loop (version 2010.11.12 on MacOSX 10.6.5). The example works with version 2010.11.03. $HOME is set.

Florian

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: luatex hangs at 100% cpu
  2010-11-17 11:31   ` Steffen Wolfrum
  2010-11-17 12:48     ` Taco Hoekwater
  2010-11-17 12:54     ` Florian Wobbe
@ 2010-11-17 14:11     ` Hans Hagen
  2 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2010-11-17 14:11 UTC (permalink / raw)
  To: Steffen Wolfrum, mailing list for ConTeXt users

On 17-11-2010 12:31, Steffen Wolfrum wrote:
>> We have had a case where luatex goes into a busy loop recently and that
>> was caused by an undefined $HOME. Can you check and see if that is
>> the problem?

this is an engine issue so fixing it will happen when there is a new 
luatex beta

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: luatex hangs at 100% cpu
       [not found]       ` <85D758D2-104C-4A86-B79F-04472A5E0D05@st.estfiles.de>
@ 2010-11-17 15:51         ` Hans Hagen
  2010-11-17 15:57           ` Steffen Wolfrum
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2010-11-17 15:51 UTC (permalink / raw)
  To: Steffen Wolfrum; +Cc: mailing list for ConTeXt users, Taco Hoekwater

On 17-11-2010 4:47, Steffen Wolfrum wrote:

> Is this a coincidence?!

yes. we identified where the problem and a tracker has been added. no 
patch today

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: luatex hangs at 100% cpu
  2010-11-17 15:51         ` Hans Hagen
@ 2010-11-17 15:57           ` Steffen Wolfrum
  0 siblings, 0 replies; 8+ messages in thread
From: Steffen Wolfrum @ 2010-11-17 15:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen, Taco Hoekwater


Am 17.11.2010 um 16:51 schrieb Hans Hagen:

> On 17-11-2010 4:47, Steffen Wolfrum wrote:
> 
>> Is this a coincidence?!
> 
> yes. we identified where the problem and a tracker has been added. no patch today
> 
> Hans



thank goodness...

st.
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-11-17 15:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-16 11:59 luatex hangs at 100% cpu Steffen Wolfrum
2010-11-17  9:34 ` Taco Hoekwater
2010-11-17 11:31   ` Steffen Wolfrum
2010-11-17 12:48     ` Taco Hoekwater
     [not found]       ` <85D758D2-104C-4A86-B79F-04472A5E0D05@st.estfiles.de>
2010-11-17 15:51         ` Hans Hagen
2010-11-17 15:57           ` Steffen Wolfrum
2010-11-17 12:54     ` Florian Wobbe
2010-11-17 14:11     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).