Package: graphviz
Version: 2.16-3
Severity: normal

--- Please enter the report below this line. ---

I run dotty like:
$ dotty boot.dot
...
dotty's window opens, but the graph is not shown, I only get the
busy cursor, and CPU usage is 0%

If I downgrade graphviz to 2.12-5 (Debian:testing), dotty works again.

Attached is the strace of dotty from 2.12-5 (dottyok), and of latest
dotty that doesn't work (dotty_hang).

This is boot.dot:

# Generating graph
digraph packages {
rankdir=LR;
concentrate=true;
"glibc" [shape=box];
"hibernate-cleanup" -> "mountall"[color=yellow] ;
"cryptdisks" -> "hibernate-cleanup"[color=springgreen] ;
"hibernate-cleanup" [shape=box];
"lvm" -> "lvm2"[color=blue] ;
"lvm2" [shape=box];
"lvm2" -> "lvm"[color=blue] ;
"lvm" [shape=box];
"mountdevsubfs" -> "lvm2"[color=blue] ;
"udev" -> "lvm2"[color=springgreen] ;
"devfsd" -> "lvm2"[color=springgreen] ;
"raid2" -> "lvm2"[color=springgreen] ;
"mdadm" -> "lvm2"[color=springgreen] ;
"cryptdisks-early" -> "lvm2"[color=springgreen] ;
"lvm2" [shape=box];
"mountdevsubfs" -> "lvm"[color=blue] ;
"udev" -> "lvm"[color=springgreen] ;
"devfsd" -> "lvm"[color=springgreen] ;
"raid2" -> "lvm"[color=springgreen] ;
"mdadm" -> "lvm"[color=springgreen] ;
"cryptdisks-early" -> "lvm"[color=springgreen] ;
"lvm" [shape=box];
"glibc" -> "hostname"[color=springgreen] ;
"hostname" [shape=box];
"glibc" -> "mountkernfs"[color=springgreen] ;
"mountkernfs" [shape=box];
"mountkernfs" -> "udev"[color=blue] ;
"udev" [shape=box];
"dmraid" -> "checkroot"[color=yellow] ;
"dmraid" -> "mdadm-raid"[color=yellow] ;
"dmraid" -> "lvm"[color=yellow] ;
"mountkernfs" -> "dmraid"[color=blue] ;
"udev" -> "dmraid"[color=blue] ;
"dmraid" [shape=box];
"mountkernfs" -> "mountdevsubfs"[color=blue] ;
"udev" -> "mountdevsubfs"[color=springgreen] ;
"mountdevsubfs" [shape=box];
"mountkernfs" -> "procps"[color=blue] ;
"procps" [shape=box];
"mountdevsubfs" -> "bootlogd"[color=blue] ;
"bootlogd" [shape=box];
"mountdevsubfs" -> "hdparm"[color=blue] ;
"udev" -> "hdparm"[color=springgreen] ;
"hdparm" [shape=box];
"mountdevsubfs" -> "hwclockfirst"[color=blue] ;
"hwclockfirst" [shape=box];
"mountdevsubfs" -> "keymap"[color=blue] ;
"keymap" [shape=box];
"mountkernfs" -> "mdadm-raid"[color=blue] ;
"udev" -> "mdadm-raid"[color=springgreen] ;
"devfsd" -> "mdadm-raid"[color=springgreen] ;
"mdadm-raid" [shape=box];
"mountdevsubfs" -> "checkroot"[color=blue] ;
"hostname" -> "checkroot"[color=blue] ;
"keymap" -> "checkroot"[color=springgreen] ;
"hwclockfirst" -> "checkroot"[color=springgreen] ;
"hdparm" -> "checkroot"[color=springgreen] ;
"bootlogd" -> "checkroot"[color=springgreen] ;
"checkroot" [shape=box];
"checkroot" -> "ifupdown-clean"[color=blue] ;
"ifupdown-clean" [shape=box];
"modutils" -> "module-init-tools"[color=blue] ;
"module-init-tools" [shape=box];
"module-init-tools" -> "modutils"[color=blue] ;
"modutils" [shape=box];
"checkroot" -> "module-init-tools"[color=springgreen] ;
"module-init-tools" [shape=box];
"checkroot" -> "modutils"[color=springgreen] ;
"modutils" [shape=box];
"checkroot" -> "mtab"[color=blue] ;
"mtab" [shape=box];
"udev" -> "udev-mtab"[color=blue] ;
"checkroot" -> "udev-mtab"[color=blue] ;
"udev-mtab" [shape=box];
"checkroot" -> "checkfs"[color=blue] ;
"mtab" -> "checkfs"[color=springgreen] ;
"cryptdisks" -> "checkfs"[color=springgreen] ;
"checkfs" [shape=box];
"mountall" -> "$local_fs"[color=blue] ;
"$local_fs" [shape=box];
"checkfs" -> "mountall"[color=blue] ;
"mountall" [shape=box];
"mountall" -> "mountall-bootclean"[color=blue] ;
"mountall-bootclean" [shape=box];
"mountall-bootclean" -> "mountoverflowtmp"[color=blue] ;
"mountoverflowtmp" [shape=box];
"$local_fs" -> "alsa-utils"[color=blue] ;
"alsa-utils" [shape=box];
"$local_fs" -> "fuse"[color=blue] ;
"fuse" [shape=box];
"hwclock" -> "$time"[color=blue] ;
"$time" [shape=box];
"mountdevsubfs" -> "hwclock"[color=blue] ;
"hwclock" [shape=box];
"ifupdown-clean" -> "ifupdown"[color=blue] ;
"ifupdown" [shape=box];
"$local_fs" -> "lm-sensors"[color=blue] ;
"lm-sensors" [shape=box];
"$local_fs" -> "pppd-dns"[color=blue] ;
"pppd-dns" [shape=box];
"$local_fs" -> "resolvconf"[color=blue] ;
"resolvconf" [shape=box];
"$local_fs" -> "urandom"[color=blue] ;
"urandom" [shape=box];
"networking" -> "$network"[color=blue] ;
"$network" [shape=box];
"mountkernfs" -> "networking"[color=blue] ;
"ifupdown" -> "networking"[color=blue] ;
"$local_fs" -> "networking"[color=blue] ;
"networking" [shape=box];
"$local_fs" -> "mdadm"[color=blue] ;
"$remote_fs" -> "mdadm"[color=blue] ;
"mdadm" [shape=box];
"mountnfs" -> "$remote_fs"[color=blue] ;
"$remote_fs" [shape=box];
"$local_fs" -> "mountnfs"[color=blue] ;
"$network" -> "mountnfs"[color=springgreen] ;
"nfs-common" -> "mountnfs"[color=springgreen] ;
"udev-mtab" -> "mountnfs"[color=springgreen] ;
"mountnfs" [shape=box];
"$local_fs" -> "screen-cleanup"[color=blue] ;
"$remote_fs" -> "screen-cleanup"[color=blue] ;
"screen-cleanup" [shape=box];
"mountnfs-bootclean" -> "$remote_fs"[color=blue] ;
"$remote_fs" [shape=box];
"mountnfs" -> "mountnfs-bootclean"[color=blue] ;
"mountnfs-bootclean" [shape=box];
"$remote_fs" -> "bootmisc"[color=blue] ;
"bootmisc" [shape=box];
"$local_fs" -> "console-screen"[color=blue] ;
"$remote_fs" -> "console-screen"[color=blue] ;
"$syslog" -> "console-screen"[color=springgreen] ;
"console-screen" [shape=box];
"lvm" -> "lvm2"[color=blue] ;
"lvm2" [shape=box];
"lvm2" -> "lvm"[color=blue] ;
"lvm" [shape=box];
"mountdevsubfs" -> "lvm2"[color=blue] ;
"udev" -> "lvm2"[color=springgreen] ;
"devfsd" -> "lvm2"[color=springgreen] ;
"raid2" -> "lvm2"[color=springgreen] ;
"mdadm" -> "lvm2"[color=springgreen] ;
"cryptdisks-early" -> "lvm2"[color=springgreen] ;
"lvm2" [shape=box];
"mountdevsubfs" -> "lvm"[color=blue] ;
"udev" -> "lvm"[color=springgreen] ;
"devfsd" -> "lvm"[color=springgreen] ;
"raid2" -> "lvm"[color=springgreen] ;
"mdadm" -> "lvm"[color=springgreen] ;
"cryptdisks-early" -> "lvm"[color=springgreen] ;
"lvm" [shape=box];
"$local_fs" -> "x11-common"[color=blue] ;
"$remote_fs" -> "x11-common"[color=blue] ;
"$named" -> "x11-common"[color=springgreen] ;
"x11-common" [shape=box];
"$local_fs" -> "schroot"[color=blue] ;
"$network" -> "schroot"[color=blue] ;
"$remote_fs" -> "schroot"[color=blue] ;
"lvm" -> "schroot"[color=springgreen] ;
"schroot" [shape=box];
"$remote_fs" -> "stop-bootlogd-single"[color=blue] ;
"$all" -> "stop-bootlogd-single"[color=blue] ;
"stop-bootlogd-single" [shape=box];
"syslog" -> "klogd"[color=blue] ;
"klogd" [shape=box];
"umountroot" [shape=box];
"umountfs" -> "$local_fs"[color=blue] ;
"$local_fs" [shape=box];
"umountfs" [shape=box];
"$local_fs" -> "loadcpufreq"[color=blue] ;
"loadcpufreq" [shape=box];
"$local_fs" -> "smartmontools"[color=blue] ;
"smartmontools" [shape=box];
"$local_fs" -> "timidity"[color=blue] ;
"timidity" [shape=box];
"$local_fs" -> "cpufrequtils"[color=blue] ;
"loadcpufreq" -> "cpufrequtils"[color=blue] ;
"cpufrequtils" [shape=box];
"$local_fs" -> "dirmngr"[color=blue] ;
"$network" -> "dirmngr"[color=blue] ;
"dirmngr" [shape=box];
"networking" -> "lighttpd"[color=blue] ;
"lighttpd" [shape=box];
"sysklogd" -> "$syslog"[color=blue] ;
"$syslog" [shape=box];
"$local_fs" -> "sysklogd"[color=blue] ;
"$time" -> "sysklogd"[color=blue] ;
"$network" -> "sysklogd"[color=springgreen] ;
"sysklogd" [shape=box];
"umountnfs" -> "$remote_fs"[color=blue] ;
"$remote_fs" [shape=box];
"umountnfs" [shape=box];
"$syslog" -> "acpid"[color=blue] ;
"$local_fs" -> "acpid"[color=springgreen] ;
"acpid" [shape=box];
"$syslog" -> "anacron"[color=blue] ;
"$time" -> "anacron"[color=blue] ;
"anacron" [shape=box];
"$syslog" -> "cron"[color=blue] ;
"$time" -> "cron"[color=blue] ;
"cron" [shape=box];
"cupsys" -> "samba"[color=yellow] ;
"$syslog" -> "cupsys"[color=blue] ;
"$network" -> "cupsys"[color=springgreen] ;
"cupsys" [shape=box];
"$local_fs" -> "dbus"[color=blue] ;
"$syslog" -> "dbus"[color=blue] ;
"dbus" [shape=box];
"$syslog" -> "festival"[color=blue] ;
"$local_fs" -> "festival"[color=springgreen] ;
"festival" [shape=box];
"$syslog" -> "hddtemp"[color=blue] ;
"$network" -> "hddtemp"[color=blue] ;
"hddtemp" [shape=box];
"sendsigs" -> "$remote_fs"[color=blue] ;
"$remote_fs" [shape=box];
"sendsigs" [shape=box];
"$local_fs" -> "sysstat"[color=blue] ;
"$syslog" -> "sysstat"[color=blue] ;
"sysstat" [shape=box];
"$local_fs" -> "acpi-support"[color=blue] ;
"$remote_fs" -> "acpi-support"[color=blue] ;
"acpi-support" [shape=box];
"$syslog" -> "atd"[color=blue] ;
"$time" -> "atd"[color=blue] ;
"$local_fs" -> "atd"[color=blue] ;
"$remote_fs" -> "atd"[color=blue] ;
"atd" [shape=box];
"$local_fs" -> "binfmt-support"[color=blue] ;
"$remote_fs" -> "binfmt-support"[color=blue] ;
"binfmt-support" [shape=box];
"$local_fs" -> "console-screen"[color=blue] ;
"$remote_fs" -> "console-screen"[color=blue] ;
"$syslog" -> "console-screen"[color=springgreen] ;
"console-screen" [shape=box];
"dnsmasq" -> "$named"[color=blue] ;
"$named" [shape=box];
"$network" -> "dnsmasq"[color=blue] ;
"$remote_fs" -> "dnsmasq"[color=blue] ;
"dnsmasq" [shape=box];
"$local_fs" -> "hal"[color=blue] ;
"dbus" -> "hal"[color=blue] ;
"$syslog" -> "hal"[color=springgreen] ;
"acpid" -> "hal"[color=springgreen] ;
"hal" [shape=box];
"$local_fs" -> "mdadm"[color=blue] ;
"$remote_fs" -> "mdadm"[color=blue] ;
"mdadm" [shape=box];
"$network" -> "ntp"[color=blue] ;
"$remote_fs" -> "ntp"[color=blue] ;
"$syslog" -> "ntp"[color=blue] ;
"ntp" [shape=box];
"postgresql-8.2" -> "postgresql"[color=blue] ;
"postgresql" [shape=box];
"postgresql" -> "postgresql-8.2"[color=blue] ;
"postgresql-8.2" [shape=box];
"$local_fs" -> "postgresql"[color=blue] ;
"$network" -> "postgresql"[color=blue] ;
"$time" -> "postgresql"[color=blue] ;
"$syslog" -> "postgresql"[color=springgreen] ;
"$remote_fs" -> "postgresql"[color=springgreen] ;
"postgresql" [shape=box];
"$local_fs" -> "postgresql-8.2"[color=blue] ;
"$network" -> "postgresql-8.2"[color=blue] ;
"$time" -> "postgresql-8.2"[color=blue] ;
"$syslog" -> "postgresql-8.2"[color=springgreen] ;
"$remote_fs" -> "postgresql-8.2"[color=springgreen] ;
"postgresql-8.2" [shape=box];
"$local_fs" -> "preload.sourceforge.net"[color=blue] ;
"$remote_fs" -> "preload.sourceforge.net"[color=blue] ;
"$time" -> "preload.sourceforge.net"[color=blue] ;
"preload.sourceforge.net" [shape=box];
"$remote_fs" -> "rc.local"[color=blue] ;
"rc.local" [shape=box];
"$local_fs" -> "screen-cleanup"[color=blue] ;
"$remote_fs" -> "screen-cleanup"[color=blue] ;
"screen-cleanup" [shape=box];
"$network" -> "sshd"[color=blue] ;
"$local_fs" -> "sshd"[color=blue] ;
"$remote_fs" -> "sshd"[color=blue] ;
"sshd" [shape=box];
"$local_fs" -> "vbesave"[color=blue] ;
"$remote_fs" -> "vbesave"[color=blue] ;
"vbesave" [shape=box];
"$local_fs" -> "inetd"[color=blue] ;
"$remote_fs" -> "inetd"[color=blue] ;
"$syslog" -> "inetd"[color=springgreen] ;
"inetd" [shape=box];
"kdm" -> "x-display-manager"[color=blue] ;
"x-display-manager" [shape=box];
"x-display-manager" -> "kdm"[color=blue] ;
"kdm" [shape=box];
"$local_fs" -> "x-display-manager"[color=blue] ;
"$remote_fs" -> "x-display-manager"[color=blue] ;
"console-screen" -> "x-display-manager"[color=springgreen] ;
"x-display-manager" [shape=box];
"$local_fs" -> "kdm"[color=blue] ;
"$remote_fs" -> "kdm"[color=blue] ;
"console-screen" -> "kdm"[color=springgreen] ;
"kdm" [shape=box];
"$remote_fs" -> "mysql-ndb-mgm"[color=blue] ;
"$syslog" -> "mysql-ndb-mgm"[color=blue] ;
"$network" -> "mysql-ndb-mgm"[color=springgreen] ;
"$named" -> "mysql-ndb-mgm"[color=springgreen] ;
"$time" -> "mysql-ndb-mgm"[color=springgreen] ;
"mysql-ndb-mgm" [shape=box];
"$remote_fs" -> "nvidia-glx"[color=blue] ;
"$syslog" -> "nvidia-glx"[color=blue] ;
"nvidia-glx" [shape=box];
"$remote_fs" -> "nvidia-kernel"[color=blue] ;
"$syslog" -> "nvidia-kernel"[color=blue] ;
"nvidia-kernel" [shape=box];
"$network" -> "rsyncd"[color=blue] ;
"$named" -> "rsyncd"[color=springgreen] ;
"$syslog" -> "rsyncd"[color=springgreen] ;
"rsyncd" [shape=box];
"$syslog" -> "smokeping"[color=blue] ;
"$network" -> "smokeping"[color=blue] ;
"sshd" -> "smokeping"[color=springgreen] ;
"apache" -> "smokeping"[color=springgreen] ;
"smokeping" [shape=box];
"$remote_fs" -> "stop-bootlogd"[color=blue] ;
"rmnologin" -> "stop-bootlogd"[color=blue] ;
"stop-bootlogd" [shape=box];
"$remote_fs" -> "mysql-ndb"[color=blue] ;
"$syslog" -> "mysql-ndb"[color=blue] ;
"mysql-ndb-mgm" -> "mysql-ndb"[color=blue] ;
"$network" -> "mysql-ndb"[color=springgreen] ;
"$named" -> "mysql-ndb"[color=springgreen] ;
"$time" -> "mysql-ndb"[color=springgreen] ;
"mysql-ndb" [shape=box];
"$remote_fs" -> "mysql"[color=blue] ;
"$syslog" -> "mysql"[color=blue] ;
"mysql-ndb" -> "mysql"[color=blue] ;
"$network" -> "mysql"[color=springgreen] ;
"$named" -> "mysql"[color=springgreen] ;
"$time" -> "mysql"[color=springgreen] ;
"mysql" [shape=box];
"mail-transport-agent" -> "postfix"[color=blue] ;
"postfix" [shape=box];
"postfix" -> "mail-transport-agent"[color=blue] ;
"mail-transport-agent" [shape=box];
"$local_fs" -> "postfix"[color=blue] ;
"$remote_fs" -> "postfix"[color=blue] ;
"$syslog" -> "postfix"[color=blue] ;
"$named" -> "postfix"[color=blue] ;
"$network" -> "postfix"[color=blue] ;
"$time" -> "postfix"[color=blue] ;
"postgresql" -> "postfix"[color=springgreen] ;
"mysql" -> "postfix"[color=springgreen] ;
"clamav-daemon" -> "postfix"[color=springgreen] ;
"postgrey" -> "postfix"[color=springgreen] ;
"spamassassin" -> "postfix"[color=springgreen] ;
"postfix" [shape=box];
"$local_fs" -> "mail-transport-agent"[color=blue] ;
"$remote_fs" -> "mail-transport-agent"[color=blue] ;
"$syslog" -> "mail-transport-agent"[color=blue] ;
"$named" -> "mail-transport-agent"[color=blue] ;
"$network" -> "mail-transport-agent"[color=blue] ;
"$time" -> "mail-transport-agent"[color=blue] ;
"postgresql" -> "mail-transport-agent"[color=springgreen] ;
"mysql" -> "mail-transport-agent"[color=springgreen] ;
"clamav-daemon" -> "mail-transport-agent"[color=springgreen] ;
"postgrey" -> "mail-transport-agent"[color=springgreen] ;
"spamassassin" -> "mail-transport-agent"[color=springgreen] ;
"mail-transport-agent" [shape=box];
"$remote_fs" -> "rmnologin"[color=blue] ;
"$all" -> "rmnologin"[color=blue] ;
"rmnologin" [shape=box];
}


--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.24-rc6-ge697789d

Debian Release: lenny/sid
  500 unstable        www.debian-multimedia.org
  500 unstable        ftp.iasi.roedu.net
  500 testing         ftp.iasi.roedu.net
  500 gutsy           wine.budgetdedicated.com
    1 experimental    ftp.iasi.roedu.net

--- Package information. ---
Depends            (Version) | Installed
============================-+-============
libc6             (>= 2.7-1) | 2.7-6
libexpat1        (>= 1.95.8) | 1.95.8-4
libgraphviz4       (>= 2.16) | 2.16-3
libx11-6                     | 2:1.0.3-7
libxaw7                      | 2:1.0.4-1
libxmu6                      | 2:1.0.4-1
libxt6                       | 1:1.0.5-3

Attachment: dotty_strace.tar.bz2
Description: application/bzip

Reply via email to