Thanks.

Tried it and using 2.3.0 fixes this problem.

Thanks :-)

On Sat, Mar 6, 2010 at 6:00 AM, Kenton Varda <[email protected]> wrote:

> This was fixed in 2.3.0.
>
> On Fri, Mar 5, 2010 at 7:32 AM, Franz See <[email protected]> wrote:
>
>> I don't know where to start. Any ideas?
>>
>> #
>> # An unexpected error has been detected by HotSpot Virtual Machine:
>> #
>> #  SIGBUS (0xa) at pc=0x6bed752c, pid=467, tid=42
>> #
>> # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b04 mixed mode)
>> # Problematic frame:
>> # C  [libprotobuf.so.4.0.0+0x5752c]
>>
>> _ZN6google8protobuf8internal15UTF8GenericScanEPKNS1_19UTF8StateMachineObjEPKciPi
>> +0x58
>> #
>>
>> ---------------  T H R E A D  ---------------
>>
>> Current thread (0x013913a0):  JavaThread "pool-1-
>> thread-2" [_thread_in_native, id=42]
>>
>> siginfo:si_signo=10, si_errno=0, si_code=1, si_addr=0x019a9001
>>
>> Registers:
>>  O0=0x6bf59230 O1=0x80808080 O2=0x019a9003 O3=0x20202020
>>  O4=0x00000000 O5=0x019a900a O6=0x6b9fe580 O7=0x6bf59b40
>>  G1=0x80808000 G2=0x000004e8 G3=0x00001ffc G4=0x004e44e8
>>  G5=0xff032f18 G6=0x00000000 G7=0x703d4200 Y=0x00000000
>>  PC=0x6bed752c nPC=0x6bed7530
>>
>>
>> Top of Stack: (sp=0x6b9fe580)
>> 0x6b9fe580:   00000008 00000000 6bf59230 019a9001
>> 0x6b9fe590:   00000100 6b9fe654 01000000 6bdffaa0
>> 0x6b9fe5a0:   019a9001 019a9001 00000009 6b9fe654
>> 0x6b9fe5b0:   80808080 5fe382ab 6b9fe5f0 6bed7768
>> 0x6b9fe5c0:   6b9fe5dc 0078aef8 3fe80000 019a8ffc
>> 0x6b9fe5d0:   00000000 3ffffffc 00000000 0000000e
>> 0x6b9fe5e0:   6b9feb58 f8c0c224 00000000 00000000
>> 0x6b9fe5f0:   019a9001 019a900a 019a9003 80808000
>>
>> Instructions: (pc=0x6bed752c)
>> 0x6bed751c:   80 a6 00 0a 1a 80 00 2c 03 20 20 20 92 10 60 80
>> 0x6bed752c:   c2 06 00 00 fa 06 20 04 b8 00 40 0c b6 07 40 0c
>>
>> Stack: [0x6b900000,0x6ba00000),  sp=0x6b9fe580,  free space=1017k
>> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
>> C=native code)
>> C  [libprotobuf.so.4.0.0+0x5752c]
>>
>> _ZN6google8protobuf8internal15UTF8GenericScanEPKNS1_19UTF8StateMachineObjEPKciPi
>> +0x58
>> C  [libprotobuf.so.4.0.0+0x57770]
>>
>> _ZN6google8protobuf8internal24UTF8GenericScanFastAsciiEPKNS1_19UTF8StateMachineObjEPKciPi
>> +0xc8
>> C  [libprotobuf.so.4.0.0+0x577dc]
>> _ZN6google8protobuf8internal23IsStructurallyValidUTF8EPKci+0x4c
>> C  [libCMeCab-protobuf.so+0x98d8]
>>
>> _ZN3net11moraleboost5mecab4impl14ParsingRequest27MergePartialFromCodedStreamEPN6google8protobuf2io16CodedInputStreamE
>> +0x18c
>> C  [libprotobuf.so.4.0.0+0x98be0]
>>
>> _ZN6google8protobuf7Message20MergeFromCodedStreamEPNS0_2io16CodedInputStreamE
>> +0x2c
>> C  [libprotobuf.so.4.0.0+0x98d08]
>>
>> _ZN6google8protobuf7Message20ParseFromCodedStreamEPNS0_2io16CodedInputStreamE
>> +0x20
>> C  [libprotobuf.so.4.0.0+0x98e38]
>>
>> _ZN6google8protobuf7Message30ParseFromBoundedZeroCopyStreamEPNS0_2io19ZeroCopyInputStreamEi
>> +0x30
>> C  [libprotobuf.so.4.0.0+0x98fec]
>> _ZN6google8protobuf7Message14ParseFromArrayEPKvi+0x2c
>> C  [libCMeCab-protobuf.so+0x82f8]
>> Java_net_moraleboost_mecab_impl_LocalProtobufTagger__1parse+0xf0
>> j  net.moraleboost.mecab.impl.LocalProtobufTagger._parse(J[B)[B+660529
>> j  net.moraleboost.mecab.impl.LocalProtobufTagger._parse(J[B)[B+0
>> j  net.moraleboost.mecab.impl.LocalProtobufTagger.parse(Lnet/
>> moraleboost/mecab/impl/Messages$ParsingRequest;)Lnet/moraleboost/mecab/
>> impl/Messages$ParsingResponse;+8
>> j  net.moraleboost.mecab.impl.ProtobufTagger.parse(Ljava/lang/
>> CharSequence;)Lnet/moraleboost/mecab/impl/ProtobufNode;+44
>> j  net.moraleboost.mecab.impl.ProtobufTagger.parse(Ljava/lang/
>> CharSequence;)Lnet/moraleboost/mecab/Node;+2
>> j  net.moraleboost.lucene.analysis.ja.MeCabTokenizer.parse()V+73
>> j  net.moraleboost.lucene.analysis.ja.MeCabTokenizer.<init>(Ljava/io/
>> Reader;Lnet/moraleboost/mecab/Tagger;ZI)V+67
>> j
>>
>> net.moraleboost.lucene.analysis.ja.LocalProtobufMeCabTokenizer.<init>(Ljava/
>> io/Reader;Lnet/moraleboost/mecab/Tagger;ZI)V+6
>> j
>>
>> net.moraleboost.lucene.analysis.ja.LocalProtobufMeCabTokenizer.<init>(Ljava/
>> io/Reader;Ljava/lang/String;I)V+12
>> j
>>
>> net.moraleboost.lucene.analysis.ja.LocalProtobufMeCabTokenizer.<init>(Ljava/
>> io/Reader;Ljava/lang/String;)V+5
>> j
>>
>> net.moraleboost.lucene.analysis.ja.LocalProtobufMeCabAnalyzer.tokenStream(Ljava/
>> lang/String;Ljava/io/Reader;)Lorg/apache/lucene/analysis/TokenStream;
>> +9
>> ....
>> ---------------  S Y S T E M  ---------------
>>
>> OS:                         Solaris 10 3/05 s10_74L2a SPARC
>>           Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
>>                        Use is subject to license terms.
>>                            Assembled 22 January 2005
>>                       Preinstall part number 259-4425-01
>>
>> uname:SunOS 5.10 Generic_138888-03 sun4u  (T2 libthread)
>> rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
>> load average:0.78 0.84 0.97
>>
>> CPU:total 2 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
>>
>> Memory: 8k page, physical 8388608k(3160128k free)
>>
>> vm_info: Java HotSpot(TM) Server VM (1.5.0_17-b04) for solaris-sparc,
>> built on Nov 10 2008 02:34:32 by unknown with unknown Workshop:0x550
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Protocol Buffers" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<protobuf%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/protobuf?hl=en.
>>
>>
>


-- 
Franz Allan Valencia See | Java Software Engineer
[email protected]
LinkedIn: http://www.linkedin.com/in/franzsee
Twitter: http://www.twitter.com/franz_see

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to