Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Other tools] gvpack crashes with cluster_* in cloneCluster() #398

Closed
GadgetSteve opened this issue Jul 4, 2016 · 1 comment
Closed

Comments

@GadgetSteve
Copy link
Contributor

Ported Issue from Mantis
Original ID: 2327
Reported By: zub

SEVERITY: MINOR
Submitted: 2013-08-13 22:27:19

OS: LINUX

OS BUILD: DEBIAN SID

PLATFORM: X86_64

DESCRIPTION

Running gvpack on the attached file results in a SIGSEGV.

The backtrace is:
#0 0x00000000004029bd in cloneCluster (old=0x64f3b0, new=0x0) at gvpack.c:438
#1 0x00000000004030f4 in cloneClusterTree (g=0x64f3b0, ng=0x0) at gvpack.c:733
#2 0x000000000040371d in cloneGraph (gs=0x8341e0, cnt=9, gvc=0x606760) at gvpack.c:855
#3 0x0000000000403b40 in main (argc=2, argv=0x7fffffffe618) at gvpack.c:1030

The input file causing the crash is attached. I got it by simplifying a real-world input file that I got via "unflatten -c 2 MyInput.dot | ccomps -C -x | dot". Feeding it into gvpack caused the crash.

Renaming the subgraph so that it's not a cluster makes the crash go away.

STEPS TO REPRODUCE

Run "gvpack gvpack-crash.dot". (gvpack-crash.dot is attached to this report)

ADDITIONAL INFORMATION

not reproducible with gvpack from Debian Sid (2.26.3-15)

@GadgetSteve
Copy link
Contributor Author

Marked as fixed in git log so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant