Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build unicode DB on Mac OS X #8

Open
chezou opened this issue Mar 8, 2013 · 1 comment
Open

Cannot build unicode DB on Mac OS X #8

chezou opened this issue Mar 8, 2013 · 1 comment
Labels

Comments

@chezou
Copy link

chezou commented Mar 8, 2013

I cannot use simstring with unicode string.

Followings are what I executed.

$ ./sample_unicode 
libc++abi.dylib: terminate called throwing an exception
Abort trap: 6

It also fails simstring command to build an unicode DB.

$ cat test.txt 
あいうえお
あいうええ
ああああああ
あかさたな
$ simstring -bu -d test.db < test.txt 
libc++abi.dylib: terminate called throwing an exception
Abort trap: 6

Environment:
Mac OS X 10.8.2
XCode 4.6

$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
@cynthia cynthia added the os-mac label Jun 4, 2019
@cynthia
Copy link
Collaborator

cynthia commented Jul 21, 2019

I cannot reproduce this on macOS 10.13.6 with Apple LLVM version 9.0.0 (clang-900.0.39.2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants