Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. $ convert output.svg output.png
  2. convert: memory allocation failed `output.svg' @ error/svg.c/ReadSVGImage/2821.
  3. convert: missing an image filename `output.png' @ error/convert.c/ConvertImageCommand/2970.
  4.  
  5. $ rsvg-convert output.svg -o output.png
  6. (Completes, but outputs a zero-length png.)
  7.  
  8. $ inkscape output.svg
  9. Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
  10. (This after eating up literally all 12gb of ram in the machine.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement