Package: graphviz
Version: 2.2.1-1
Severity: important
$ cat digraph.dot
digraph G {
A;
C;
B;
{ rank = same; B; A; }
D -> A;
A -> C [label="AC"];
B -> A [label="BA"];
}
$ dot -v -Tpng digraph.dot -o digraph.png
dot: fontname=Times-Roman fontpath=/usr/X11R6/lib/X11/fonts/Type1/n021003l.pfm
network simplex: 3 nodes 2 edges 0 iter 0.00 sec
mincross: pass 0 iter 0 trying 0 cur_cross 0 best_cross 0
mincross G: 0 crossings, 0.00 secs.
network simplex: 10 nodes 9 edges 0 iter 0.00 sec
Segmentation fault
Last lines of strace output:
---------------------------
$ strace dot -Tpng digraph.dot -o digraph.png
...
close(4) = 0
munmap(0xb7c40000, 4096) = 0
open("/proc/meminfo", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7c40000
read(4, "MemTotal: 777160 kB\nMemFre"..., 1024) = 598
close(4) = 0
munmap(0xb7c40000, 4096) = 0
access("/usr/X11R6/lib/X11/fonts/Type1/n021003l.afm", R_OK) = -1 ENOENT (No
such file or directory)
access("/usr/X11R6/lib/X11/fonts/Type1/n021003l.pfm", R_OK) = -1 ENOENT (No
such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages graphviz depends on:
ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an
ii libexpat1 1.95.8-1 XML parsing C library - runtime li
ii libfontconfig1 2.3.1-2 generic font configuration library
ii libfreetype6 2.1.7-2.3 FreeType 2 font engine, shared lib
ii libice6 4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii libjpeg62 6b-10 The Independent JPEG Group's JPEG
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libsm6 4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii libxaw7 4.3.0.dfsg.1-12.0.1 X Athena widget set library
ii libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii libxmu6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous util
ii libxpm4 4.3.0.dfsg.1-12.0.1 X pixmap library
ii libxt6 4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8
ii tk8.4 8.4.9-1 Tk toolkit for Tcl and X11, v8.4 -
ii xlibs 4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
--
--Jhair
PGP key available from public servers - ID: 0xBAA600D0
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]