[Bug 542703] New: dot crashes with its own examples
http://bugzilla.novell.com/show_bug.cgi?id=542703 Summary: dot crashes with its own examples Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: pth@novell.com ReportedBy: jslaby@novell.com QAContact: qa@suse.de Found By: --- $ rpm -q graphviz graphviz-2.20.2-44.6.x86_64 $ gdb --args dot -v -Tps /usr/share/graphviz/graphs/directed/pgram.dot .. (gdb) run Starting program: /usr/bin/dot -v -Tps /usr/share/graphviz/graphs/directed/pgram.dot Activated plugin library: libgvplugin_pango.so.5 Using textlayout: textlayout:cairo Activated plugin library: libgvplugin_dot_layout.so.5 Using layout: dot:dot_layout Activated plugin library: libgvplugin_core.so.5 Using render: ps:core Using device: ps:ps:core The plugin configuration file: /usr/lib64/graphviz/config was successfully loaded. render : cairo dot fig map ps svg tk vml xdot layout : circo dot fdp neato nop nop1 nop2 twopi textlayout : textlayout device : bmp canon cmap cmapx cmapx_np dia dot eps fig gtk hpgl ico imap imap_np ismap jpe jpeg jpg mif mp pcl pdf pic plain plain-ext png ps ps2 svg svgz tif tiff tk vml vmlz vtx xdot xlib loadimage : (lib) gif jpe jpeg jpg png ps svg fontname: "Times-Roman" resolved to: (ps) "Arial 14" 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: pass 0 iter 0 trying 0 cur_cross 0 best_cross 0 mincross: pass 0 iter 0 trying 0 cur_cross 0 best_cross 0 mincross: pass 0 iter 0 trying 0 cur_cross 0 best_cross 0 mincross: pass 0 iter 0 trying 0 cur_cross 0 best_cross 0 mincross: pass 0 iter 0 trying 0 cur_cross 0 best_cross 0 mincross test: 0 crossings, 0.00 secs. network simplex: 111 nodes 160 edges 19 iter 0.00 sec Program received signal SIGABRT, Aborted. 0x00007ffff76284b5 in raise () from /lib64/libc.so.6 (gdb) where #0 0x00007ffff76284b5 in raise () from /lib64/libc.so.6 #1 0x00007ffff7629980 in abort () from /lib64/libc.so.6 #2 0x00007ffff71ebc6e in Pshortestpath () from /usr/lib64/libpathplan.so.4 #3 0x00007ffff7b92369 in ?? () from /usr/lib64/libgvc.so.4 #4 0x00007ffff31fd6d5 in ?? () from /usr/lib64/graphviz/libgvplugin_dot_layout.so.5 #5 0x00007ffff31fc664 in ?? () from /usr/lib64/graphviz/libgvplugin_dot_layout.so.5 #6 0x00007ffff31f1cee in dot_layout () from /usr/lib64/graphviz/libgvplugin_dot_layout.so.5 #7 0x00007ffff7b81310 in gvLayoutJobs () from /usr/lib64/libgvc.so.4 #8 0x0000000000400ddc in ?? () #9 0x00007ffff7614a4d in __libc_start_main () from /lib64/libc.so.6 #10 0x0000000000400b69 in ?? () #11 0x00007fffffffde58 in ?? () #12 0x000000000000001c in ?? () #13 0x0000000000000004 in ?? () #14 0x00007fffffffe2af in ?? () #15 0x00007fffffffe2bf in ?? () #16 0x00007fffffffe2c4 in ?? () #17 0x0000000000000000 in ?? () -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542703 User jslaby@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542703#c1 --- Comment #1 from Jiri Slaby <jslaby@novell.com> 2009-09-28 15:46:12 MDT --- Maybe a dup of #540529. But not sure, there is no trace. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542703 User jslaby@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542703#c2 --- Comment #2 from Jiri Slaby <jslaby@novell.com> 2009-09-28 15:49:26 MDT --- Better trace, with debuginfo installed. Also I updated to graphviz-2.20.2-44.8.x86_64 in the meantime. #0 0x00007ffff76284b5 in raise () from /lib64/libc.so.6 #1 0x00007ffff7629980 in abort () from /lib64/libc.so.6 #2 0x00007ffff71ebc6e in growdq (newdqn=<value optimized out>) at shortest.c:559 #3 Pshortestpath (newdqn=<value optimized out>) at shortest.c:124 #4 0x00007ffff7b92369 in _routesplines (pp=0x8, npoints=<value optimized out>, polyline=<value optimized out>) at routespl.c:466 #5 0x00007ffff31fd6d5 in make_flat_edge (sp=<value optimized out>, P=0x6a0af0, edges=<value optimized out>, ind=<value optimized out>, cnt=<value optimized out>, et=<value optimized out>) at dotsplines.c:1242 #6 0x00007ffff31fc664 in _dot_splines (g=<value optimized out>, normalize=<value optimized out>) at dotsplines.c:393 #7 0x00007ffff31f1cee in t (g=0x616bb0) at dotinit.c:212 #8 0x00007ffff7b81310 in gvLayoutJobs (gvc=<value optimized out>, g=0x616bb0) at gvlayout.c:69 #9 0x0000000000400ddc in main (argc=<value optimized out>, argv=0x7fffffffde68) at dot.c:180 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542703 User pth@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542703#c3 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Philipp Thomas <pth@novell.com> 2009-09-28 19:30:43 MDT --- Yep, I get the same abort. I've now asked upstream on the graphviz-devel mailing list, let's see what they reply. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542703 User pth@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542703#c4 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |UPSTREAM --- Comment #4 from Philipp Thomas <pth@novell.com> 2009-10-01 06:02:26 MDT --- Bug has been reported upstream. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com