On Sat, Nov 15, 2014 at 12:17 PM, René J.V. <rjvb...@gmail.com> wrote:
Have you asked your users to start the executable in the debugger to see if the SIGTERM results from an abort function being called or something else?
9 is SIGKILL, not SIGTERM.
I am under the impression that Apple doesn't like fully static executables any more; it's possible that 10.10 just refuses to run them now. Console.app might show what's going on.
--
brandon s allbery kf8nh sine nomine associatesunix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ macports-users mailing list macport...@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
--
You received this message because you are subscribed to the Google Groups "iso2mesh-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iso2mesh-user...@googlegroups.com.
To post to this group, send email to iso2mes...@googlegroups.com.
Visit this group at http://groups.google.com/group/iso2mesh-users.
For more options, visit https://groups.google.com/d/optout.
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
Hi Qianqian,
Well I only tried one binary but that seems to have fixed it:
valis:Downloads mhough$ ./cgalmesh.mexmaci64Volume/Surface Mesh Generation Utility (Based on CGAL 3.8)(modified for iso2mesh by Qianqian Fang and Peter Varga)
usage:./cgalmesh.mexmaci64 input.inr output.mesh <angle|30> <surf-size|6> <approx|4> <rad-edge-ratio|3> <tetra-size|8> <randomseed|-1>example:./cgalmesh.mexmaci64 input.inr output.mesh 30 6 4 3 8 123456789
Let me know if you would like to see any additional tests.