Skip Menu |

This queue is for tickets about the Graph-Easy CPAN distribution.

Report information
The Basics
Id: 41338
Status: open
Priority: 0/
Queue: Graph-Easy

People
Owner: TELS [...] cpan.org
Requestors: deepak.hegde [...] mindteck.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Error while converting VCG file (generated from gcc) to DOT format
Date: Mon, 1 Dec 2008 04:17:03 -0500
To: <bug-Graph-Easy [...] rt.cpan.org>
From: "Deepak Hegde (India - Bangalore)" <deepak.hegde [...] mindteck.com>
Download test.c.00.expand.vcg
application/octet-stream 23.8k

Message body not shown because it is not plain text.

Hi, I was trying to convert the VCG output of GCC compiler to dot format using graph-easy. The dot output is not created and the program exists with "Found unexpected group end at..." I have looked into the vcg file and all the blocks seems to be matching. Any help/clue on what could be going wrong here will be helpful. I have attached the vcg file for your reference (if you desire to look at it). I have used: - cygwin - graph-easy 0.64 - perl 5.8.7 $ graph-easy -verbose --from=vcg --dot test.c.00.expand.vcg Graph::Easy v0.64 (c) by Tels 2004-2008. Released under the GPL 2.0 or later. Creating Graph::Easy::Parser::VCG object. Parsing input in vcg from test.c.00.expand.vcg. Warning: Ignoring unknown attribute 'autojoin' for class graph at /usr/lib/perl5/site_perl/5.8/Graph/Easy/Parser.pm line 1299 Warning: Ignoring unknown attribute 'autosplit' for class graph at /usr/lib/perl5/site_perl/5.8/Graph/Easy/Parser.pm line 1299 Found unexpected group end at line 576 at /usr/local/Graph-Easy-0.64/bin/graph-easy line 84 Thank in advance. Regards Deepak Hegde -------------- Disclaimer This message is for the named recipient(s) above and may contain confidential, proprietary or legally privileged information of MINDTECK. If you have received this message in error, please immediately delete all copies of it, and notify the sender. Do not disseminate this message to anyone if you are not the intended recipient.
On Mon Dec 01 04:17:49 2008, deepak.hegde@mindteck.com wrote: Thanx for the report :) As noted in email, here is a very simple testcase: graph: { graph: { node: { title: "foo" label: "c" } } } Seems the parser gets confused with nested graphs. Looking into it:)