avidyalalala / sunpinyin

Automatically exported from code.google.com/p/sunpinyin
0 stars 0 forks source link

sunpinyin-2.0-macos sometimes crashes #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
refer to attachment.

Original issue reported on code.google.com by find...@gmail.com on 9 Mar 2010 at 6:40

Attachments:

GoogleCodeExporter commented 9 years ago
yet another crash report

Original comment by find...@gmail.com on 9 Mar 2010 at 12:57

Attachments:

GoogleCodeExporter commented 9 years ago
$ hg diff .
diff -r 78e272fc870f sunpinyin2/src/pinyin/datrie.h
--- a/sunpinyin2/src/pinyin/datrie.h    Tue Mar 09 00:22:29 2010 +0800
+++ b/sunpinyin2/src/pinyin/datrie.h    Tue Mar 09 21:09:31 2010 +0800
@@ -57,7 +57,7 @@

 public:
      CDATrie () : m_mem(0), m_len(0), m_base(0), m_check(0), m_value(0) {};
-     CDATrie (T* base, T* check, int* value, unsigned len) : m_base(base), 
m_check(check), m_value(value), 
m_len(len) {};
+     CDATrie (T* base, T* check, int* value, unsigned len) : m_mem(0), 
m_base(base), m_check(check), 
m_value(value), m_len(len) {};

     ~CDATrie () {free ();}

Original comment by find...@gmail.com on 9 Mar 2010 at 1:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by find...@gmail.com on 10 Mar 2010 at 4:56

GoogleCodeExporter commented 9 years ago
Issue 45 has been merged into this issue.

Original comment by tchai...@gmail.com on 11 Mar 2010 at 2:49