-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STR #1699 not completely resolved #1714
Comments
CUPS.org User: twwlogin After applying the patch for scheduler/client.c, CUPS now generates the following backtrace: This is because con->best->location = 0x00 and scheduler/auth.c, ~line 1500, has: |
CUPS.org User: twwlogin Uploaded str1714.patch to resolve more issues from str1699. |
CUPS.org User: mike Fixed in Subversion repository. Thanks for the patch! |
"str1714.patch": Index: scheduler/client.c--- scheduler/client.c.orig 2006-05-12 17:50:07.780299000 -0500
|
Version: 1.2.0
CUPS.org User: twwlogin
I backported the patch for STR #1699 to cups-1.2.0 on Solaris 10/x86 and still see a problem. Comment #6 indicates how to duplicate the problem. Set "LogLevel debug2" in cupsd.conf and browse to http://[server]:631/admin. CUPS will crash with the following backtrace:
[1] strlen(0x80a0f23, 0x802c8e4, 0x802c890, 0x0), at 0xfeba4acc
[2] vsnprintf(0x80cd420, 0x2000, 0x80a0efc, 0x802c8e4), at 0xfebfd1bb
=>[3] cupsdLogMessage(level = 9, message = 0x80a0efc "pipe_command: command="%s", options="%s"", ... = 0x80fc158, ...), line 213 in "log.c"
[4] pipe_command(con = 0x8101998, infile = 15, outfile = 0x8104dd0, command = 0x80fc158 "/opt/TWWfsw/cups12/lib/cgi-bin/admin.cgi", options = (nil), root = 0), line 3510 in "client.c"
[5] cupsdSendCommand(con = 0x8101998, command = 0x80fc158 "/opt/TWWfsw/cups12/lib/cgi-bin/admin.cgi", options = (nil), root = 0), line 1899 in "client.c"
[6] cupsdReadClient(con = 0x8101998), line 1190 in "client.c"
[7] main(argc = 2, argv = 0x8047710), line 901 in "main.c"
The text was updated successfully, but these errors were encountered: