ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* boxes package exhaust the system memory
@ 2011-04-25  3:00 Joshua Lee
  2011-04-25  8:43 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lee @ 2011-04-25  3:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi All,
Here's a little file that hang up the system and exhaust the 
memory. 
\starttext
\startMPpage
input boxes;
boxit a(btex Hello etex);
a.c = (0, 0);
drawboxed(a);
\stopMPpage
\stoptext

System environment:
 * ConTeXt  ver: 2011.04.13 09:23 MKIV  fmt: 2011.4.19  int:
   english/english
 * Linux amd64

Reproduce Steps:
 * context ex-005.tex
 * The program hang up after following message
<log>
system          > begin file ex-005.tex at line 1
metapost        > initializing instance 'metafun' using format
'metafun'
metapost        > loading 'metafun.mp' (experimental metapost version
two)
</log>

Br/JL
-- 
Joshua Lee


___________________________________________________________________________________
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] 3+ messages in thread

* Re: boxes package exhaust the system memory
  2011-04-25  3:00 boxes package exhaust the system memory Joshua Lee
@ 2011-04-25  8:43 ` Wolfgang Schuster
  2011-04-25  9:55   ` boxes package exhaust the system memory?? Joshua Lee
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2011-04-25  8:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 25.04.2011 um 05:00 schrieb Joshua Lee:

> Hi All,
> Here's a little file that hang up the system and exhaust the 
> memory. 
> \starttext
> \startMPpage
> input boxes;
> boxit a(btex Hello etex);
> a.c = (0, 0);
> drawboxed(a);
> \stopMPpage
> \stoptext


\startMPinclusions[+]
input boxes;
\stopMPinclusions

\starttext

\startMPpage[offset=1ex]
boxit a(btex Hello etex);
a.c = (0, 0);
drawboxed(a);
\stopMPpage

\stoptext

Wolfgang

___________________________________________________________________________________
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] 3+ messages in thread

* Re: boxes package exhaust the system memory??
  2011-04-25  8:43 ` Wolfgang Schuster
@ 2011-04-25  9:55   ` Joshua Lee
  0 siblings, 0 replies; 3+ messages in thread
From: Joshua Lee @ 2011-04-25  9:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Wolfgang,
Thanks a lot, it works. 

Best regards,
Joshua

On Mon, 25 Apr 2011, Wolfgang Schuster wrote:

> 
> Am 25.04.2011 um 05:00 schrieb Joshua Lee:
> 
> > Hi All,
> > Here's a little file that hang up the system and exhaust the 
> > memory. 
> > \starttext
> > \startMPpage
> > input boxes;
> > boxit a(btex Hello etex);
> > a.c = (0, 0);
> > drawboxed(a);
> > \stopMPpage
> > \stoptext
> 
> 
> \startMPinclusions[+]
> input boxes;
> \stopMPinclusions
> 
> \starttext
> 
> \startMPpage[offset=1ex]
> boxit a(btex Hello etex);
> a.c = (0, 0);
> drawboxed(a);
> \stopMPpage
> 
> \stoptext
> 
> Wolfgang
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

-- 
Joshua Lee
Alpha Networks(Chengdu) Co., LTD
Shanghai Branch

TEL: (86-21)61609650 EXT: 8020
FAX: (86-21)61609650 EXT: 8041
ADD: Suite 301, No.10, 198 Lane, Zhangheng Road,
     ZJ Hi-Tech Park, Shanghai, China 201204

___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2011-04-25  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-25  3:00 boxes package exhaust the system memory Joshua Lee
2011-04-25  8:43 ` Wolfgang Schuster
2011-04-25  9:55   ` boxes package exhaust the system memory?? Joshua Lee

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).