ChrisSteinbach / mscgen

Automatically exported from code.google.com/p/mscgen
GNU General Public License v2.0
0 stars 0 forks source link

regression: mscgen v0.15+ cannot create the "2nd sample graph" #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Attempt to create a graph of the second sample listed on the website (as png).

What is the expected output? What do you see instead?
A graph - I get "mscgen: main.c:340: arrowR: Assertion `0' failed."

I have not traced the reason for this, so all I can say for now is that the
function "arrowR" gets a wrong type as argument.

What version of the product are you using? On what operating system?
Debian/Linux, using mscgen 0.15 and trunk revision 31.

Please provide any additional information below, including sample input
file:

# Example MSC using boxes

msc {

   # The entities
   A, B, C;

   # The relations
   |||;
   # Next three on same line due to ','
   A box A [label="box"],
   B rbox B [label="rbox"],
   C abox C [label="abox"],
   |||;
   A abox B [label="abox"];
   |||;
   B rbox C [label="rbox"];
   |||;
}

NB: The first sample is generated without issues (only checked png version
though).

Original issue reported on code.google.com by NThykier@gmail.com on 2 Jul 2009 at 7:58

GoogleCodeExporter commented 8 years ago
Reproduced.

Original comment by Michael....@gmail.com on 2 Jul 2009 at 8:36

GoogleCodeExporter commented 8 years ago
This issue was closed by r32.

Original comment by Michael....@gmail.com on 2 Jul 2009 at 8:56