jpostal icon indicating copy to clipboard operation
jpostal copied to clipboard

Getting SIGSEGV on consecutive parsings

Open davidmav opened this issue 6 years ago • 0 comments

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x000000012fa7bfdc, pid=91884, tid=0x0000000000001407

JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.171-b11 mixed mode bsd-amd64 compressed oops)

Problematic frame:

C [libpostal.1.dylib+0x25fdc] address_parser_parse+0x1bc

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

An error report file with more information is saved as:

hs_err_pid91884.log

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

Frame is different every time. When trying address_parser directly in libpostal problem doesn't happen

davidmav avatar Aug 01 '18 19:08 davidmav