[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#760476: cups - crashes after reading tls stuff



Control: tags -1 +upstream
Control: forwarded -1 https://cups.org/str.php?L4484

Hi Bastian, and thanks for your bugreport,

I've forwarded your report to upstream, see above.

Le jeudi, 4 septembre 2014, 13.30:19 Bastian Blank a écrit :
> cups aborts at random times after reading certificates and keys:
> (…) 
> As cups disables generation of core files, no additional information
> is available.

Would it be imaginable for you to run a cups rebuilt with the attached 
patch ? I will consult with upstream and followup on this point on your 
other bug (#760475)

Cheers,
OdyX
diff --git a/scheduler/main.c b/scheduler/main.c
index e9ced71..a526628 100644
--- a/scheduler/main.c
+++ b/scheduler/main.c
@@ -431,14 +431,6 @@ main(int  argc,				/* I - Number of command-line args */
 
 #ifndef DEBUG
    /*
-    * Disable core dumps...
-    */
-
-    getrlimit(RLIMIT_CORE, &limit);
-    limit.rlim_cur = 0;
-    setrlimit(RLIMIT_CORE, &limit);
-
-   /*
     * Disconnect from the controlling terminal...
     */
 

Reply to: