浏览代码

the alignment issue mentioned

Jiri Kuthan 22 年之前
父节点
当前提交
05cb166729
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      ISSUES

+ 10 - 0
ISSUES

@@ -8,6 +8,16 @@ ordered by numbers of ser versions to which they relate,
 beginning with the newest release. Issues related to
 operating systems are summarized in the bottom.
 
+---------------------------------------------------------------
+Desc: on sparc machines, usage of mysql library causes a bus error
+Ser version: 0.8.10
+Reason: ser is compiled with DBG_QM_MALLOC, which mistakenly uses
+        only alignment of four (ROUNDTO) -- insufficient for sparc
+        boxes, mysql library uses long long
+Workaround: recompile with DBG_QM_MALLOC turned off or ROUNDTO redefined
+            to 8
+CVS status: fixed
+---------------------------------------------------------------
 Desc: nonce validation doesn't work correctly on big endian machines.
 BugId: 498
 Ser version: 0.8.10