Segmentation fault when using is_balanced

Questions and problems about using polymake go here.
kohn

Segmentation fault when using is_balanced

Postby kohn » 13 Aug 2016, 21:46

Hey,

I am using polymake 3.0 on 4.7.0-1-ARCH linux (x86_64) and I tried to run your is_balanced example from the wiki:
https://polymake.org/doku.php/tutorial/apps_tropical

Unfortunately, I get the following error:

Code: Select all

polytope > use application 'tropical'; Application tropical currently uses following third-party software packages: TropLi, atint, cdd, gfan, lrs, nauty, sketch, threejs, tikz, tosimplex For more details: show_credits; tropical > $x = new Cycle<Max>(VERTICES=>thomog([[1,0,0],[0,1,1],[0,-1,0],[0,0,-1]]),MAXIMAL_POLYTOPES=>[[0,1],[0,2],[0,3]],WEIGHTS=>[1,1,1]); tropical > print is_balanced($x); polymake: used package cdd cddlib Implementation of the double description method of Motzkin et al. Copyright by Komei Fukuda. http://www.ifor.math.ethz.ch/~fukuda/cdd_home/cdd.html Speicherzugriffsfehler (Speicherabzug geschrieben)
I am grateful for any help!

User avatar
joswig
Main Author
Posts: 280
Joined: 24 Dec 2010, 11:10

Re: Segmentation fault when using is_balanced

Postby joswig » 15 Aug 2016, 10:55

Mhm. Can't reproduce. However, I have not exactly the same Linux version.

Did you compile from one of our tar balls? Which one exactly? Can you please upload your configuration file build.x86_64/conf.make, from the polymake top level directory?


Return to “Helpdesk”