Browse Source

the alignment issue mentioned

Jiri Kuthan 22 years ago
parent
commit
05cb166729
1 changed files with 10 additions and 0 deletions
  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
 beginning with the newest release. Issues related to
 operating systems are summarized in the bottom.
 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.
 Desc: nonce validation doesn't work correctly on big endian machines.
 BugId: 498
 BugId: 498
 Ser version: 0.8.10
 Ser version: 0.8.10