Re: Segmentation fault in _Jv_equalUtf8Consts
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Volodymyr" == Volodymyr Buell <[email protected]> writes: Volodymyr> I'm trying to compile java using CNI with C++ code. It compiles but Volodymyr> produces <Segmentation fault (core dumped)> while executing. Volodymyr> #6 0x0812c923 in main (argc=1, argv=0xbff54cc4) at Volodymyr> /home/vbuell/NetBeansProjects/Opine/invadptr.cpp:7308 Usually this error means that you didn't properly initialize the VM. See the CNI docs for invocation-API-like calls. I think there's an example, too. Tom