-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sebastien Tricaud wrote on 2/24/09 6:54 PM:
> Can you share you pcv file? can you isolate the line in your pcv
> producing this error?

Yes, although I'd need to sanitize it - I'm actually graphing some flow
data from our routers and it includes IP addresses.  :-)  But the same
pcv file works ok on a Linux host, so I don't think it's the problem.

It looks like this though:
header {
    title = "picviz flows";
}
engine {
    relative = "1";
}

axes{
    ipv4 s [label="Source IP"];
    integer p [label="Source Port"];
    ipv4 d [label="Dest IP"];
    integer r [label="Dest Port"];
}
data {
    s="an ip",p="a port",d="an ip",r="a port" ;
...
}

(I guess I could have better variable names, but they work... :) )

> I guess there should be debug information with it, what gdb tells you?

(gdb) run -Tpngcairo -Rheatline -rra /Users/mpatters/tmp/fc.pcv
Starting program: /usr/local/bin/pcv -Tpngcairo -Rheatline -rra
/Users/mpatters/tmp/fc.pcv
Reading symbols for shared libraries ++++++.... done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries
................................................................ done
Reading symbols for shared libraries . done

Program received signal EXC_ARITHMETIC, Arithmetic exception.
0x95a8231e in __udivdi3 ()
(gdb)

Am I missing something obvious?  gdb n00b on top of everything else.

Mike

- --
Only he who handles his ideas lightly is master of his ideas, and
only he who is master of his ideas is not enslaved by them.
 - Lin Yutang
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmkiv4ACgkQrqw9H9F0mCRYJACcCYeJUIugs54CXWjLn8/BDP1E
LRsAnjcsAui3fIX4Xr4XnQatfbrPLZNd
=XGbk
-----END PGP SIGNATURE-----
_______________________________________________
Picviz mailing list
Picviz@wallinfire.net
http://www.wallinfire.net/cgi-bin/mailman/listinfo/picviz

Reply via email to