Bug 919704

Summary: [abrt] graphviz-2.28.0-26.fc18: makeSimpleFlatLabels: Process /usr/bin/dot was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: graphvizAssignee: Patrick Laughton <jima>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: alex, jima, jskarvad, tremble
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:178d84f24269336dc7602dda87bff46742e5e413
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-10 10:53:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Miro Hrončok 2013-03-09 17:23:32 UTC
Description of problem:
By using this code:

digraph d {
	edge [constraint=false];
	a -> b;
	b -> a [label="whatever"];
}

Version-Release number of selected component:
graphviz-2.28.0-26.fc18

Additional info:
backtrace_rating: 4
cmdline:        dot -Tsvg -O twitter.dot
crash_function: makeSimpleFlatLabels
executable:     /usr/bin/dot
kernel:         3.7.2-204.fc18.x86_64
uid:            1000

Truncated backtrace:
Thread no. 1 (7 frames)
 #0 makeSimpleFlatLabels at dotsplines.c:910
 #1 make_flat_adj_edges at dotsplines.c:1117
 #2 make_flat_edge at dotsplines.c:1457
 #3 _dot_splines at dotsplines.c:440
 #4 dot_splines at dotsplines.c:504
 #5 out at dotinit.c:275
 #6 gvLayoutJobs at gvlayout.c:90

Comment 1 Miro Hrončok 2013-03-09 17:24:15 UTC
Created attachment 707420 [details]
File: backtrace

Comment 2 Miro Hrončok 2013-03-10 10:53:58 UTC

*** This bug has been marked as a duplicate of bug 919308 ***