Comment 9 for bug 22036

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 17 Sep 2005 14:45:05 +0100
From: Jochen Voss <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: wml: segmentation fault in pass 3

--===============0498128736==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: wml
Version: 2.0.8-11
Severity: normal

Hello,

since I did an "aptitude upgrade" today, wml dies with an segmentation
fault when processing the wml files for my web pages. I append a small
example to this mail. When processing this file, I get the following
error message:

    voss@quiche [~/seehuhn.de/mathe] wml err.wml
    sh: line 1: 27698 Segmentation fault /usr/lib/wml/exec/wml_p3_eperl "-dWML_TMPDIR=/tmp/wml.d8VgWu" "-dWML_VERSION=2.0.8 (30-Oct-2001)" "-dWML_LOC_MANDIR=/usr/share/man" "-dWML_LOC_DATADIR=/usr/share/wml" "-dWML_LOC_LIBDIR=/usr/lib/wml" "-dWML_LOC_BINDIR=/usr/bin" "-dWML_LOC_PREFIX=/usr" "-dWML_GEN_HOSTNAME=quiche" "-dWML_GEN_REALNAME=Jochen Voss" "-dWML_GEN_USERNAME=voss" "-dWML_GEN_GMT_ISOTIME=2005-09-17 13:39:43" "-dWML_GEN_GMT_CTIME=Sat Sep 17 13:39:43 2005" "-dWML_GEN_ISOTIME=2005-09-17 14:39:43" "-dWML_GEN_CTIME=Sat Sep 17 14:39:43 2005" "-dWML_GEN_TIME=1126964383" "-dWML_SRC_REALNAME=Jochen Voss" "-dWML_SRC_USERNAME=voss" "-dWML_SRC_GMT_ISOTIME=2005-09-17 13:39:40" "-dWML_SRC_GMT_CTIME=Sat Sep 17 13:39:40 2005" "-dWML_SRC_ISOTIME=2005-09-17 14:39:40" "-dWML_SRC_CTIME=Sat Sep 17 14:39:40 2005" "-dWML_SRC_TIME=1126964380" "-dWML_SRC_BASENAME=err" "-dWML_SRC_FILENAME=err.wml" "-dWML_SRC_DIRNAME=/home/voss/seehuhn.de/mathe" "-dROOT=.." -P -k -B '<:' -E ':>' /tmp/wm
 l.d8VgWu/wml.27686.tmp1.wml >/tmp/wml.d8VgWu/wml.27686.tmp2.wml
    ** WML:Break: Error in Pass 3 (rc=139).

I hope this helps,
Jochen

PS.: please let me know if you need any further information. (I will
be traveling until 24 September and might not have email access during
this time.)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3
Locale: LANG=en_GB.iso885915, LC_CTYPE=en_GB.iso885915 (charmap=ISO-8859-15)

Versions of packages wml depends on:
ii eperl 2.2.14-12 Embedded Perl 5 Language
ii iselect 1.2.0-12 An interactive line selection tool
ii libbit-vector-perl 6.4-4 Perl and C library for bit vectors
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libimage-size-perl 2.992-2 determine the size of images in se
ii libterm-readkey-perl 2.30-2 A perl module for simple terminal
ii m4 1.4.3-2 a macro processing language
ii mp4h 1.3.1-2 Macro processor for HTML documents
ii perl 5.8.7-5 Larry Wall's Practical Extraction
ii perl-base [perlapi-5.8.4] 5.8.7-5 The Pathologically Eclectic Rubbis
ii slice 1.3.8-6 Extract out pre-defined slices of

Versions of packages wml recommends:
ii libhtml-clean-perl 0.8-8 Cleans up HTML code for web browse
ii linklint 2.3.5-3 A fast link checker and web site m
ii tidy 20050415-1 HTML syntax checker and reformatte
ii txt2html 2.23-1 Text to HTML converter

-- no debconf information

--===============0498128736==
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Disposition: attachment; filename="err.wml"
Content-Transfer-Encoding: quoted-printable

######################################################################
# foot lines
{#LastChangedDate!#:<:
use POSIX qw(strftime);
print strftime "%d.%m.%Y", localtime;
:>:##}
{#LastChangedYear!#:<:
use POSIX qw(strftime);
print strftime "%Y", localtime;
:>:##}
<define-tag set-date>
{#LastChangedDate#:<subst-in-string %0 ".*\(.*, (.*)\).*" "\1">:##}
{#LastChangedYear#:<subst-in-string %0 ".*\(.* .* (.*)\).*" "\1">:##}
</define-tag>

<define-tag footline>
Last change: {#LastChangedDate#}
</define-tag>

############################################################
# Das eigentliche Template

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">

<html {#LANG#}>
<head>
<meta http-equiv=3D"content-type" content=3D"text/html; charset=3Diso-885=
9-1">
<link rel=3D"stylesheet" href=3D"<get-var ROOT />/voss.css" type=3D"text/=
css">
{#TITLE#}
</head>

<body>

<p class=3D"n">{#NAVBUT#}

{#BODY#}

<footline>
</body>
</html>

############################################################
# Macros zum Ausf=FCllen der "diversions".

<define-tag title endtag=3Drequired>
{#TITLE#:<title*>%body</title*>:##}
</define-tag>

{#BODY#:
<set-date "$LastChangedDate: 2005-09-11 21:18:03 +0200 (Sun, 11 Sep 2005)=
 $">
<title>Jochen Voss - Mathematical Interests</title>
<lang en>

<h1>some page</h1>

<p>This page gives a short summary of my mathematical interests.

--===============0498128736==--