ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* simpleslides bug?
@ 2013-02-18  3:41 Zhichu Chen
  2013-02-18 12:41 ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 8+ messages in thread
From: Zhichu Chen @ 2013-02-18  3:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1731 bytes --]

Maybe this is my fault. The simpleslides module works just fine these days
and I "accidentally" updated the ConTeXt to the latest version:

context --version

mtx-context     | ConTeXt Process Management 0.60
mtx-context     |
mtx-context     | main context file:
/opt/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context     | current version: 2013.02.13 18:06

and this small piece of code failed to compile:

\usemodule[simpleslides][style=BigNumber]
\starttext
\SlideTitle{Test}
test
\stoptext

and gave me the following error message:

simpleslides    > loading Big Number style
system          > command \NormalHeight is already defined
system          > command \NormalWidth is already defined
system          > command \PictureFrameHeight is already defined
system          > command \PictureFrameWidth is already defined
colors          > rgb color space is supported
colors          > cmyk color space is supported
))
fonts           > bodyfont 24.0414pt is defined (can better be done global)
metapost        > initializing instance 'metafun' using format 'metafun'
metapost        > loading 'metafun':
/opt/context/tex/texmf-context/metapost/context/base/metafun.mpiv, using
method: default
metapost        > initializing number mode "scaled"
*** glibc detected *** luatex: double free or corruption (fasttop):
0x00000000057da5a0 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x7d836)[0x7ff8ff104836]
luatex(mp_free_node+0x3b)[0x6406fb]
luatex[0x66637c]
luatex[0x6743be]
luatex[0x6724b8]
luatex[0x670210]

there're more and if it is important for the diagnostics please let me know
and I will provide the whole message which I thought was relevant.


Anyone can confirm this?

-- 
Best Regards
Chen

[-- Attachment #1.2: Type: text/html, Size: 2111 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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: simpleslides bug?
  2013-02-18  3:41 simpleslides bug? Zhichu Chen
@ 2013-02-18 12:41 ` Procházka Lukáš Ing. - Pontex s. r. o.
  2013-02-18 12:54   ` Jaroslav Hajtmar
  0 siblings, 1 reply; 8+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2013-02-18 12:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

... Works well with an older version:

ConTeXt  ver: 2012.11.26 13:31 MKIV  fmt: 2012.11.27  int: english/english

(WinXP 32b)

Lukas


On Mon, 18 Feb 2013 04:41:36 +0100, Zhichu Chen <zhichu.chen@gmail.com> wrote:

> \usemodule[simpleslides][style=BigNumber]
> \starttext
> \SlideTitle{Test}
> test
> \stoptext


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

[-- Attachment #2: t-SimSli.mkiv --]
[-- Type: application/octet-stream, Size: 91 bytes --]

\usemodule[simpleslides][style=BigNumber]
\starttext
\SlideTitle{Test}
test
\stoptext

[-- Attachment #3: t-SimSli.pdf --]
[-- Type: application/pdf, Size: 6893 bytes --]

[-- Attachment #4: t-SimSli-log.zip --]
[-- Type: application/zip, Size: 2728 bytes --]

[-- Attachment #5: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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: simpleslides bug?
  2013-02-18 12:41 ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2013-02-18 12:54   ` Jaroslav Hajtmar
  2013-02-20  8:54     ` Thomas A. Schmitz
  0 siblings, 1 reply; 8+ messages in thread
From: Jaroslav Hajtmar @ 2013-02-18 12:54 UTC (permalink / raw)
  To: ntg-context

With older version:
ConTeXt ver: 2013.01.02 18:19 MKIV fmt: 2013.1.7 int: english/english
works too! (Win7 64b).
In actual TeXlive 2012 version this example work too.


It seems that we gradually stop working other variations simpleslides 
module.
Eg. in my version does not work either as this:

\usemodule[simpleslides][style=BottomSquares]
\starttext
\SlideTitle{Test}
test
\stoptext

Win7 64b

This dont work neither in actual TeXlive 2012 version.

Jaroslav Hajtmar



Dne 18.2.2013 13:41, Procházka Lukáš Ing. - Pontex s. r. o. napsal(a):
> ... Works well with an older version:
>
> ConTeXt ver: 2012.11.26 13:31 MKIV fmt: 2012.11.27 int: english/english
>
> (WinXP 32b)
>
> Lukas
>
>
> On Mon, 18 Feb 2013 04:41:36 +0100, Zhichu Chen 
> <zhichu.chen@gmail.com> wrote:
>
>> \usemodule[simpleslides][style=BigNumber]
>> \starttext
>> \SlideTitle{Test}
>> test
>> \stoptext
>
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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: simpleslides bug?
  2013-02-18 12:54   ` Jaroslav Hajtmar
@ 2013-02-20  8:54     ` Thomas A. Schmitz
  2013-02-21  1:21       ` Zhichu Chen
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas A. Schmitz @ 2013-02-20  8:54 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

> Maybe this is my fault. The simpleslides module works just fine these days and I "accidentally" updated the ConTeXt to the latest version:
>
> context --version
>
> mtx-context     | ConTeXt Process Management 0.60
> mtx-context     |
> mtx-context     | main context file: /opt/context/tex/texmf-context/tex/context/base/context.mkiv
> mtx-context     | current version: 2013.02.13 18:06
>
> and this small piece of code failed to compile:
>
> \usemodule[simpleslides][style=BigNumber]
> \starttext
> \SlideTitle{Test}
> test
> \stoptext


This must be a consequence of the new MP instance code. I can reproduce 
the error, but I can't isolate it. I think the lines

metapost        > initializing instance 'metafun' using format 'metafun'
metapost        > loading 'metafun': 
/opt/context/tex/texmf-context/metapost/context/base/metafun.mpiv, using 
method: default
metapost        > initializing number mode "scaled"

point to the source of the error, but I don't know where to look.

On 02/18/2013 01:54 PM, Jaroslav Hajtmar wrote:
> With older version:
> ConTeXt ver: 2013.01.02 18:19 MKIV fmt: 2013.1.7 int: english/english
> works too! (Win7 64b).
> In actual TeXlive 2012 version this example work too.
>
>
> It seems that we gradually stop working other variations simpleslides
> module.
>
> Jaroslav Hajtmar

I have no idea what this is supposed to mean.

Thomas

___________________________________________________________________________________
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: simpleslides bug?
  2013-02-20  8:54     ` Thomas A. Schmitz
@ 2013-02-21  1:21       ` Zhichu Chen
  2013-02-21  8:31         ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Zhichu Chen @ 2013-02-21  1:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2367 bytes --]

On Wed, Feb 20, 2013 at 4:54 PM, Thomas A. Schmitz <
thomas.schmitz@uni-bonn.de> wrote:

> Maybe this is my fault. The simpleslides module works just fine these days
>> and I "accidentally" updated the ConTeXt to the latest version:
>>
>> context --version
>>
>> mtx-context     | ConTeXt Process Management 0.60
>> mtx-context     |
>> mtx-context     | main context file: /opt/context/tex/texmf-**
>> context/tex/context/base/**context.mkiv
>> mtx-context     | current version: 2013.02.13 18:06
>>
>> and this small piece of code failed to compile:
>>
>> \usemodule[simpleslides][**style=BigNumber]
>> \starttext
>> \SlideTitle{Test}
>> test
>> \stoptext
>>
>
>
> This must be a consequence of the new MP instance code. I can reproduce
> the error, but I can't isolate it. I think the lines

Thanks for the tip. After I've committed the lines with Field[Text][Text]
in simpleslides-s-BigNumber.tex, it could compile successfully. I think
this is a metafun bug?

>
>
> metapost        > initializing instance 'metafun' using format 'metafun'
> metapost        > loading 'metafun': /opt/context/tex/texmf-**
> context/metapost/context/base/**metafun.mpiv, using method: default
> metapost        > initializing number mode "scaled"
>
> point to the source of the error, but I don't know where to look.
>
>
> On 02/18/2013 01:54 PM, Jaroslav Hajtmar wrote:
>
>> With older version:
>> ConTeXt ver: 2013.01.02 18:19 MKIV fmt: 2013.1.7 int: english/english
>> works too! (Win7 64b).
>> In actual TeXlive 2012 version this example work too.
>>
>>
>> It seems that we gradually stop working other variations simpleslides
>> module.
>>
>> Jaroslav Hajtmar
>>
>
> I have no idea what this is supposed to mean.
>
> Thomas
>
>
> ______________________________**______________________________**
> _______________________
> 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 <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/<http://foundry.supelec.fr/projects/contextrev/>
> wiki     : http://contextgarden.net
> ______________________________**______________________________**
> _______________________
>



-- 
Best Regards
Chen

[-- Attachment #1.2: Type: text/html, Size: 3812 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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: simpleslides bug?
  2013-02-21  1:21       ` Zhichu Chen
@ 2013-02-21  8:31         ` Hans Hagen
  2013-02-21  9:38           ` Thomas A. Schmitz
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2013-02-21  8:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Zhichu Chen

On 2/21/2013 2:21 AM, Zhichu Chen wrote:

>     This must be a consequence of the new MP instance code. I can
>     reproduce the error, but I can't isolate it. I think the lines
>
> Thanks for the tip. After I've committed the lines with
> Field[Text][Text] in simpleslides-s-BigNumber.tex, it could compile
> successfully. I think this is a metafun bug?
>
>
>
>     metapost        > initializing instance 'metafun' using format 'metafun'
>     metapost        > loading 'metafun':
>     /opt/context/tex/texmf-__context/metapost/context/base/__metafun.mpiv,
>     using method: default
>     metapost        > initializing number mode "scaled"
>
>     point to the source of the error, but I don't know where to look.

Make sure that you run the latest beta. Indeed there has been a change 
to these Page related areas because in a recent mp there were several 
issues (most related to memory leaks), so I made a less demanding 
implementation. In the meantime Taco has fixed a lot of mp issues so 
upcoming luatex/mplib are okay (performance and memory wise). It all 
relates to mp now having scaled and double mode.

(Alan is testing the mp double mechanisms.)

Of course there can be other issues,

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: simpleslides bug?
  2013-02-21  8:31         ` Hans Hagen
@ 2013-02-21  9:38           ` Thomas A. Schmitz
  2013-02-21 10:09             ` Zhichu Chen
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas A. Schmitz @ 2013-02-21  9:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/21/2013 09:31 AM, Hans Hagen wrote:
> On 2/21/2013 2:21 AM, Zhichu Chen wrote:
>
>>     This must be a consequence of the new MP instance code. I can
>>     reproduce the error, but I can't isolate it. I think the lines
>>
>> Thanks for the tip. After I've committed the lines with
>> Field[Text][Text] in simpleslides-s-BigNumber.tex, it could compile
>> successfully. I think this is a metafun bug?

Do you mean "commented"?

>
> Make sure that you run the latest beta. Indeed there has been a change
> to these Page related areas because in a recent mp there were several
> issues (most related to memory leaks), so I made a less demanding
> implementation. In the meantime Taco has fixed a lot of mp issues so
> upcoming luatex/mplib are okay (performance and memory wise). It all
> relates to mp now having scaled and double mode.
>
> (Alan is testing the mp double mechanisms.)

So it makes sense to wait a couple of days before looking into this?

Thomas
___________________________________________________________________________________
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: simpleslides bug?
  2013-02-21  9:38           ` Thomas A. Schmitz
@ 2013-02-21 10:09             ` Zhichu Chen
  0 siblings, 0 replies; 8+ messages in thread
From: Zhichu Chen @ 2013-02-21 10:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1796 bytes --]

On Thu, Feb 21, 2013 at 5:38 PM, Thomas A. Schmitz <
thomas.schmitz@uni-bonn.de> wrote:

> On 02/21/2013 09:31 AM, Hans Hagen wrote:
>
>> On 2/21/2013 2:21 AM, Zhichu Chen wrote:
>>
>>      This must be a consequence of the new MP instance code. I can
>>>     reproduce the error, but I can't isolate it. I think the lines
>>>
>>> Thanks for the tip. After I've committed the lines with
>>> Field[Text][Text] in simpleslides-s-BigNumber.tex, it could compile
>>> successfully. I think this is a metafun bug?
>>>
>>
> Do you mean "commented"?

Sure. I have no idea why I typed "committed."

>
>
>
>> Make sure that you run the latest beta. Indeed there has been a change
>> to these Page related areas because in a recent mp there were several
>> issues (most related to memory leaks), so I made a less demanding
>> implementation. In the meantime Taco has fixed a lot of mp issues so
>> upcoming luatex/mplib are okay (performance and memory wise). It all
>> relates to mp now having scaled and double mode.
>>
>> (Alan is testing the mp double mechanisms.)
>>
>
> So it makes sense to wait a couple of days before looking into this?
>

>
> Thomas
> ______________________________**______________________________**
> _______________________
> 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 <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/<http://foundry.supelec.fr/projects/contextrev/>
> wiki     : http://contextgarden.net
> ______________________________**______________________________**
> _______________________
>



-- 
Best Regards
Chen

[-- Attachment #1.2: Type: text/html, Size: 3237 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2013-02-21 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-18  3:41 simpleslides bug? Zhichu Chen
2013-02-18 12:41 ` Procházka Lukáš Ing. - Pontex s. r. o.
2013-02-18 12:54   ` Jaroslav Hajtmar
2013-02-20  8:54     ` Thomas A. Schmitz
2013-02-21  1:21       ` Zhichu Chen
2013-02-21  8:31         ` Hans Hagen
2013-02-21  9:38           ` Thomas A. Schmitz
2013-02-21 10:09             ` Zhichu Chen

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