From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/171 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: ConTeXt + teTeX 0.9-981012/Linux: SegFault Date: Wed, 14 Oct 1998 21:39:48 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3624FE04.BED254BC@gmx.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391041 21787 80.91.224.250 (23 Oct 2002 16:37:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:37:21 +0000 (UTC) Original-To: ntg-context@ntg.nl, teTe@gmx.de Xref: main.gmane.org gmane.comp.tex.context:171 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:171 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