View Issue Details

IDProjectCategoryView StatusLast Update
0003092SOGoBackend Generalpublic2015-02-05 14:30
Reporterzj5121 Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Platform[Server] LinuxOSDebianOS Version8 (Jessie)
Product Version2.2.15 
Fixed in Version2.2.16 
Summary0003092: enable GCS channel manager debug flag causes crash
Description

by adding:
GCSChannelManagerDebugEnabled = YES;
GCSChannelManagerPoolDebugEnabled = YES;

in sogo.conf will cause sogod crash.

Additional Information

I attached the patch file for the solution.

TagsNo tags attached.

Activities

zj5121

zj5121

2015-02-04 22:36

reporter  

dbg_crash.patch (535 bytes)   
Index: SOPE/GDLContentStore/GCSChannelManager.m
===================================================================
--- SOPE/GDLContentStore/GCSChannelManager.m	(revision 65949)
+++ SOPE/GDLContentStore/GCSChannelManager.m	(working copy)
@@ -240,7 +240,7 @@
       handle = currentHandle;
     else if (debugPools)
       [self logWithFormat: @"DBPOOL: cannot use handle (%@ vs %@) ",
-	    [_url absoluteString], [handle->url absoluteString]];
+	    [_url absoluteString], [currentHandle->url absoluteString]];
 
   return handle;
 }
dbg_crash.patch (535 bytes)   
ludovic

ludovic

2015-02-05 14:30

administrator   ~0008142

https://github.com/inverse-inc/sogo/commit/923bcf8ae291f574feb611d80c8b5a861dcb663a

Issue History

Date Modified Username Field Change
2015-02-04 22:36 zj5121 New Issue
2015-02-04 22:36 zj5121 File Added: dbg_crash.patch
2015-02-05 14:30 ludovic Note Added: 0008142
2015-02-05 14:30 ludovic Status new => resolved
2015-02-05 14:30 ludovic Fixed in Version => 2.2.16
2015-02-05 14:30 ludovic Resolution open => fixed
2015-02-05 14:30 ludovic Assigned To => ludovic