Date: Mon, 21 Apr 2008 18:57:50 -0400 From: Jason Lenthe <lenthe@comcast.net> To: freebsd-questions@freebsd.org Subject: CUPS and Gnome Message-ID: <480D1BEE.7070008@comcast.net>
next in thread | raw e-mail | index | archive | help
I am using CUPS and when I click the "Print" button in gedit and gnumeric the application immediately terminates. In abiword, I get a blank sheet of paper. Printing is working fine in firefox, gvim, and lpr. I did "truss gedit" and it ended with: open("/etc/cups/lpoptions",O_RDONLY,0666) ERR#2 'No such file or directory' open("/home/lenthe/.lpoptions",O_RDONLY,0666) ERR#2 'No such file or directory' open("/home/lenthe/.cups/lpoptions",O_RDONLY,0666) = 16 (0x10) SIGNAL 11 (SIGSEGV) write(3,"^\^X\b\0000\^A`\^BH\0`\^BH\0`\^B"...,64) = 64 (0x40) write(3," \^X\^B\0\0\0\0\0",8) = 8 (0x8) write(3,"%\^X\^A\0+\0\^A\0",8) = 8 (0x8) read(3,"\^F\^A\M-?\^F\M-o\fF\^Cv\0\0\0"...,32) = 32 (0x20) read(3,"\^A\^B\M-F\^F\0\0\0\0\^_\0`\^B\0"...,32) = 32 (0x20) write(3,"\^[\^X\^B\0\0\0\0\0",8) = 8 (0x8) write(3," \^X\^B\0\0\0\0\0",8) = 8 (0x8) write(3,"%\^X\^A\0+\0\^A\0",8) = 8 (0x8) read(3,"\^A\^B\M-J\^F\0\0\0\0\^_\0`\^B\0"...,32) = 32 (0x20) getpid(0x8058fe568,0x8058fe568,0x0,0x806101120,0xffffffff80a4e2a0,0x1) = 61242 (0xef3a) access("/usr/local/bin/gdb",1) ERR#2 'No such file or directory' access("/sbin/gdb",1) ERR#2 'No such file or directory' access("/bin/gdb",1) ERR#2 'No such file or directory' access("/usr/sbin/gdb",1) ERR#2 'No such file or directory' access("/usr/bin/gdb",1) = 0 (0x0) getuid(0x807b17ff0,0x1,0x8,0x805efeb8c,0xffffffff80a4e2a0,0x7fffffffaed8) = 1001 (0x3e9) stat("/usr/bin/gdb",{mode=-r-xr-xr-x ,inode=117986,size=2364976,blksize=4096}) = 0 (0x0) readlink("/proc/curproc/file","/usr/local/bin/gedit",255) = 20 (0x14) open("/usr/local/bin/gedit",O_RDONLY,00) = 17 (0x11) fstat(17,{mode=-r-xr-xr-x ,inode=342182,size=643224,blksize=4096}) = 0 (0x0) mmap(0x0,643224,PROT_READ,MAP_PRIVATE,17,0x0) = 34487672832 (0x807a02000) munmap(0x807a02000,643224) = 0 (0x0) process exit, rval = 1 All of my ports are up to date. Any ideas? Thanks, Jason
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?480D1BEE.7070008>