View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003092 | SOGo | Backend General | public | 2015-02-04 22:36 | 2015-02-05 14:30 |
| Reporter | zj5121 | Assigned To | ludovic | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Platform | [Server] Linux | OS | Debian | OS Version | 8 (Jessie) |
| Product Version | 2.2.15 | ||||
| Fixed in Version | 2.2.16 | ||||
| Summary | 0003092: enable GCS channel manager debug flag causes crash | ||||
| Description | by adding: in sogo.conf will cause sogod crash. | ||||
| Additional Information | I attached the patch file for the solution. | ||||
| Tags | No tags attached. | ||||
|
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;
}
|
|
|
https://github.com/inverse-inc/sogo/commit/923bcf8ae291f574feb611d80c8b5a861dcb663a |
|
| 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 |