You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
causes a segmentation violation. Here's the backtrace:
#0 0xff04f5a8 in strstr () #1 0x4fd50 in _1cDstdGstrstr6Fpcpkc_1 () #2 0x49dd0 in _1cOPrinterOptionsFvalue6MpnKppd_file_t__v () #3 0x3d1ac in _1cKPrintPanelLset_printer6M_v () #4 0x3cc1c in _1cKPrintPanelHprinter6Mpkc_v () #5 0x335f0 in main ()
read(7, " t p a g e d e v i c e "".., 8192) = 8192
read(7, " g e S i z e 0 > > ".., 8192) = 8192
read(7, " 0 0 9 ) " E x t e n d".., 8192) = 8192
read(7, " o n t J o a n n a M T".., 8192) = 8192
read(7, " r e e n A n g l e P r".., 8192) = 3045
read(7, 0x0018517C, 8192) = 0
read(7, 0x0018517C, 8192) = 0
llseek(7, 0, SEEK_CUR) = 52197
close(7) = 0
Incurred fault #6, FLTBOUNDS %pc = 0xFF04F5A8
siginfo: SIGSEGV SEGV_MAPERR addr=0x7452656E
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0x7452656E
*** process killed ***
Running Solaris 8 with CUPS 1.1.18 and glp from 4.4rc3, but this has been a long-standing problem that has prevented us from licensing glp.
The text was updated successfully, but these errors were encountered:
First, if you installed 4.4rc3, then you have 1.1.19rc4, not 1.1.18. (and if you try to install 1.1.18 over 4.4rc3, then it just won't work!)
Second, can you list the steps you took to cause the problem, and attach the PPD file for the printer (/etc/cups/ppd/printername.ppd) and the options you are using (~/.lpoptions, /etc/cups/lpoptions) so that we can duplicate the problem?
Version: 1.1.19rc4
CUPS.org User: jimmy.nccom
OK, so this is from EPP, but...
glp -d printername
causes a segmentation violation. Here's the backtrace:
#0 0xff04f5a8 in strstr ()
#1 0x4fd50 in _1cDstdGstrstr6Fpcpkc_1 ()
#2 0x49dd0 in _1cOPrinterOptionsFvalue6MpnKppd_file_t__v ()
#3 0x3d1ac in _1cKPrintPanelLset_printer6M_v ()
#4 0x3cc1c in _1cKPrintPanelHprinter6Mpkc_v ()
#5 0x335f0 in main ()
truss output is available at http://tokyojim.com/glp.truss where the end looks like:
read(7, " t p a g e d e v i c e "".., 8192) = 8192
read(7, " g e S i z e 0 > > ".., 8192) = 8192
read(7, " 0 0 9 ) " E x t e n d".., 8192) = 8192
read(7, " o n t J o a n n a M T".., 8192) = 8192
read(7, " r e e n A n g l e P r".., 8192) = 3045
read(7, 0x0018517C, 8192) = 0
read(7, 0x0018517C, 8192) = 0
llseek(7, 0, SEEK_CUR) = 52197
close(7) = 0
Incurred fault #6, FLTBOUNDS %pc = 0xFF04F5A8
siginfo: SIGSEGV SEGV_MAPERR addr=0x7452656E
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0x7452656E
*** process killed ***
Running Solaris 8 with CUPS 1.1.18 and glp from 4.4rc3, but this has been a long-standing problem that has prevented us from licensing glp.
The text was updated successfully, but these errors were encountered: