When I run any type of eagle command line CAM file generation I get a segmentation fault.
I'm running Linux Ubuntu 14.04.1 LTS and EAGLE Version 7.1.0 Copyright (c) 1988-2014 CadSoft.
The Eagle GUI seems to work fine.
Reproduction:
Breate board file in eagle and save as 'untitled.brd'
From command line run:
eagle -X -dGERBER_RS274X -ooutline.oln untiltled.brd Dimension
I always get the following output:
QPixmap: Cannot create a QPixmap when no GUI is being used
Segmentation fault (core dumped)
I've tried running Eagle in GDB and get the following traceback:
Program received signal SIGSEGV, Segmentation fault.
0x0862df42 in ?? ()
(gdb) bt
#0 0x0862df42 in ?? ()
#1 0x08627e4a in ?? ()
#2 0x08622b61 in ?? ()
#3 0x0825fced in ?? ()
#4 0x08229d4c in ?? ()
#5 0xf7929a83 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6
#6 0x0805a821 in ?? ()
I'm guessing the symbols are stripped, so the traceback might not be much use. I can generate and attach a core file if needed.