|
@@ -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
|