Sarovar.org
     Advanced search
Login
New Account
  
 
Home My Page Project Tree Code Snippets Project Openings pdftex
 
 
Summary Tracker Docs News Files
 

Bugs: Browse | Download .csv

[#378] xputenv.c:79: failed assertion `old_item' / pdfeTeX, Version 3.141592-1.30.0-rc2-2.2 (Web2C 7.5.5)

Please login

State:
Closed
Date:
2005-07-05 20:47
Priority:
3
Submitted By:
Peter Dyballa (ballapete)
Assigned To:
Olaf Weber (infovore)
Summary:
xputenv.c:79: failed assertion `old_item' / pdfeTeX, Version 3.141592-1.30.0-rc2-2.2 (Web2C 7.5.5)

Detailed description
That's the document:

\documentclass[12pt]{article}
\usepackage{cmbright}
%\usepackage{eurofont}
\usepackage[T1]{fontenc}
%\usepackage{lmodern}
\usepackage[?]{amsmath}

\begin{document}
    This is a test document for testing purposes in cmbright. It's worth 
maybe 0,02\,\texteuro.
    \section{Introcution}
    Let us do some math!

%     \[ \forall x \in \mathbf{R}, x^2 \geq 0 \]		% NOT ok
     \[  x , 0 \]%\in \mathbf{R} x^2 \geq			% OK

%    \begin{equation}
%      \forall x \in \mathbf{R}, x^2 \geq 0			% NOT ok
%    \end{equation}

%    \begin{equation}
%      x = r^2 + \sum_{0}^{100} y^2				% NOT ok
%    \end{equation}

    \begin{equation}
%      {\partial\over\partial x} f(x,y) = {\partial\over\partial y} f(x,y) = 0
	% OK!
      \frac{\partial}{\partial x} f(x,y) = \frac{\partial}{\partial y} f(x,y) = 0
	% OK!
    \end{equation}

\end{document}

Failure message:
.... (./cmbright.aux) (/usr/local/teTeX/share/texmf.tetex/tex/latex/
base/ts1cmr.fd)
(/usr/local/teTeX/share/texmf.tetex/tex/latex/cmbright/ts1cmbr.fd)
(/usr/local/teTeX/share/texmf.tetex/tex/latex/cmbright/
omlcmbrm.fd)
(/usr/local/teTeX/share/texmf.tetex/tex/latex/cmbright/
omscmbrs.fd)

[1{/usr/local/teTeX/share/texmf.local/fonts/map/pdftex/updmap/
pdftex.map}]
(./cmbright.aux) ) </var/tmp/texfonts/pk/ljfour/public/cmbright/
cmbr10.720pk>xputenv.c:79: failed assertion `old_item'
Abort

No PS Type 1 fonts, only MF based.

Followup

Message
Date: 2007-07-16 02:45
Sender: Nobody

Logged In: NO 

http://d6b8320551005948cdd36a5850d60157-t.zjdicn.org <a
href="http://d6b8320551005948cdd36a5850d60157-h.zjdicn.org&q
uot;>d6b8320551005948cdd36a5850d60157</a>
[url]http://d6b8320551005948cdd36a5850d60157-b1.zjdicn.org[/url]
[url=http://d6b8320551005948cdd36a5850d60157-b2.zjdicn.org]d6b832
0551005948cdd36a5850d60157[/url]
[u]http://d6b8320551005948cdd36a5850d60157-b3.zjdicn.org[/u]
9b90290ebc5b707b8f998fd2e6478888
Date: 2005-08-03 03:43
Sender: Olaf Weber

Logged In: YES 
user_id=1847

The new xputenv.c has been verified to fix the problem.  
It has been checked into the main web2c sources and will 
merge into TeX-live and teTeX from there. 
 
Date: 2005-07-10 15:11
Sender: Olaf Weber

Logged In: YES 
user_id=1847

Reopening and assigning to myself, updating title and 
group to clarify problem. 
Likely this is a problem with the xputenv implementation 
in the web2c sources.  Attached is a new xputenv.c which 
should not suffer from the same problem.  It also doesn't 
require the SMART_PUTENV autoconf check (was originally 
written specifically to be able to get rid of this check). 
 
Date: 2005-07-08 03:23
Sender: Martin Schröder

Logged In: YES 
user_id=421

This seems to be an implementation problem on certain
versions of OSX.
Date: 2005-07-06 13:16
Sender: Peter Dyballa

Logged In: YES 
user_id=2303

Sorry, that's my fault with commented out
%\usepackage{eurofont}!

The error becomes obvious with this file and the first two lines
of math. The
version below runs fine, but if you add any of the commented
out math
entities it breaks:

\documentclass[12pt]{article}
\usepackage{cmbright}
\usepackage[T1]{fontenc}
%\usepackage{lmodern}
\usepackage[?]{amsmath}


\begin{document}
    \section{Introcution}
    Let us do some math!

%     \[  x , 0 \mathbf{R} \]%\in x^2 \geq		% NOT ok
     \[  x , 0 \]% \forall \in \mathbf{R} x^2 \geq			% OK

    \begin{equation}
      \frac{\partial}{\partial x} f(x,y) = \frac{\partial}{\partial
y} f(x,y) = 0
% OK!
    \end{equation}
\end{document}

I have too a case with archaic PK fonts and I've seen an answer
to my ConTeXt
question so that a third case might be coming ...
Date: 2005-07-06 11:51
Sender: Hartmut Henkel

Logged In: YES 
user_id=929

I also can't reproduce the bug; have sent Pete an xputenv.c
with a few diagnostic printf's, which he has forwarded to
Gerben (who will soon be in holidays...).

Regards, Hartmut
Date: 2005-07-06 06:38
Sender: Martin Schröder

Logged In: YES 
user_id=421

Argl. The comment got lost. :-(

Your example is without eurofont, yet your log shows that
you use eurofont. Without eurofont the example works
perfectly for me with 1.21a and 1.30.0-rc2 ...

Attached Files:

Name Download
cmbright.log Download
378.121a.log Download
378.1300.log Download
xputenv.c Download

Changes:

Field Old Value Date By
ResolutionWorks For Me2005-08-03 03:43infovore
status_idOpen2005-08-03 03:43infovore
close_date2005-07-08 03:232005-08-03 03:43infovore
CategoryFonts2005-07-10 15:11infovore
status_idClosed2005-07-10 15:11infovore
assigned_tonone2005-07-10 15:11infovore
summaryMath chars and cmbright fail with pdfeTeX, Version 3.141592-1.30.0-rc2-2.2 (Web2C 7.5.5)2005-07-10 15:11infovore
File Added119: xputenv.c2005-07-10 15:11infovore
status_idOpen2005-07-08 03:23oneiros
close_date1970-01-01 05:302005-07-08 03:23oneiros
ResolutionNone2005-07-08 03:23oneiros
CategoryNone2005-07-06 06:38oneiros
GroupNone2005-07-06 06:38oneiros
File Added118: 378.1300.log2005-07-06 06:38oneiros
File Added117: 378.121a.log2005-07-06 06:35oneiros
File Added116: cmbright.log2005-07-05 20:47ballapete