ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gmx.de>
Subject: ConTeXt + teTeX 0.9-981012/Linux: SegFault
Date: Wed, 14 Oct 1998 21:39:48 +0200	[thread overview]
Message-ID: <3624FE04.BED254BC@gmx.de> (raw)

Hi teTeXers and contexters,

I just installed (from scratch) teTeX 0.9-981012 unter Linux 2.0.35/libc5/gcc 2.7.2.1
unsing 'make world'
I use the updated ConTeXt version from http://frambach.eco.rug.nl/pragma/zipped/

Using the buggy teTeX PDFTeX (which compiled w/o any problems) I get:

strace cont-de file:
> open("/usr/lib/teTeX/share/texmf/fonts/tfm/public/cm/cmtt10.tfm", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=768, ...}) = 0
> mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40cdb000
> read(8, "\0\300\0\22\0\0\0\177\0\2\0\20\0"..., 4096) = 768
> close(8)                                = 0
> munmap(0x40cdb000, 4096)                = 0
> write(1, " [1.1", 5 [1.1)                    = 5
> open("file.pdf", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8
> access("./cmr12.vf", R_OK)              = -1 ENOENT (No such file or directory)
> access("./cmr12.vf", R_OK)              = -1 ENOENT (No such file or directory)
> write(1, "\n", 1
> )                       = 1
> --- SIGSEGV (Segmentation fault) ---
> +++ killed by SIGSEGV +++

(there is no cm*.vf according to 'locate')

> Using tex instead (other fmt file) I get:
> write(1, "This is TeX, Version 3.14159 (We"..., 41This is TeX, Version 3.14159 (Web2C 7.2)
> ) = 41
> access("./cont-de.fmt", R_OK)           = -1 ENOENT (No such file or directory)
> access("/usr/lib/teTeX/share/texmf/web2c/cont-de.fmt", R_OK) = 0
> stat("/usr/lib/teTeX/share/texmf/web2c/cont-de.fmt", {st_mode=S_IFREG|0644, st_size=2705858, ...}) = 0
> open("/usr/lib/teTeX/share/texmf/web2c/cont-de.fmt", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=2705858, ...}) = 0
> mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4000c000
> read(3, "\30\276\342\4\17\377\377\377\0\0"..., 4096) = 4096
> mmap(0, 208896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400d2000
> mmap(0, 212992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40105000
> mmap(0, 8802304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40139000
> brk(0x8106000)                          = 0x8106000
> read(3, "\0\0:\331\0\0;\4\0\0;\26\0\0;N\0"..., 4096) = 4096
> read(3, "\0\0o\233\0\0o\257\0\0o\302\0\0o"..., 4096) = 4096
> read(3, "\0\0\235g\0\0\235u\0\0\235\200\0"..., 4096) = 4096
> read(3, "\0\0\310\344\0\0\310\356\0\0\310"..., 4096) = 4096
> read(3, "\0\0\377\363\0\1\0\3\0\1\0\24\0\1"..., 4096) = 4096
> read(3, "\0\0019\213\0\0019\230\0\0019\246"..., 4096) = 4096
> read(3, "\0\1{\302\0\1{\305\0\1{\310\0\1{"..., 4096) = 4096
> read(3, "\0\1\265\0\0\1\265\v\0\1\265\26\0"..., 4096) = 4096
> read(3, "\0\1\357O\0\1\357a\0\1\357u\0\1\357"..., 4096) = 4096
> read(3, "\0\2+\325\0\2+\344\0\2+\364\0\2+"..., 4096) = 4096
> read(3, "\0\2g\273\0\2g\320\0\2g\351\0\2g"..., 4096) = 4096
> read(3, "\0\2\264]\0\2\264m\0\2\264\202\0"..., 4096) = 4096
> read(3, "\0\3\36\v\0\3\0361\0\3\36[\0\3\36"..., 4096) = 4096
> read(3, "\0\3l\214\0\3l\225\0\3l\237\0\3l"..., 4096) = 4096
> read(3, "\0\3\340\350\0\3\340\371\0\3\341"..., 4096) = 4096
> --- SIGSEGV (Segmentation fault) ---
> +++ killed by SIGSEGV +++

Any ideas???

Regards,

Tobias


             reply	other threads:[~1998-10-14 19:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-14 19:39 Tobias Burnus [this message]
1998-10-15  9:35 Hans Hagen
1998-10-18 15:39 Tobias Burnus
1998-10-19 17:15 Olaf Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3624FE04.BED254BC@gmx.de \
    --to=burnus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).