http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2007

*** shadow/2007 Tue Jun  5 08:58:23 2001
--- shadow/2007.tmp.5641        Tue Jun  5 09:16:57 2001
***************
*** 31,33 ****
--- 31,55 ----
  ------- Additional Comments From [EMAIL PROTECTED]  2001-06-05 08:58 -------
  Created an attachment (id=185)
  the driver that shows the problem
+ 
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-06-05 09:16 -------
+ I would also like to add:
+ When we tried to execute the driver with encoding supported internaly by 
+ the parser (like UTF-8 or iso-8859-1) it worked fine. But whenever using 
+ encoding that is decode using the ICU decoder the driver crashed. 
+ 
+ The string in the code I sent is in Hebrew since now it crashes, it looks to us
+ that the problem is releted to memory managment (maybe memory overrun?). We 
+ failed 
+ to reproduce the crash now with only english caracthers, but we did it more 
+ than once.
+ Sometimes all that is required to crash the driver is to add or remove some 
+ carachters
+ from the DOM_Text, for example
+    DOM_Text lText2 = lDoc.createTextNode("ailsdfjoaiuopsdi dfasdfasd"); <-- 
+ Crashes
+ and
+    DOM_Text lText2 = lDoc.createTextNode("ailsdfjoaiuopsdi dfasd"); <-- Not 
+ crashes
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to