From 46238db12b6178ce3826665a1fea180dd28b0356 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 9 Feb 2018 17:20:10 -0500 Subject: Update em-dashes for pandoc > 1.8.2.1 --- public/java-segfault.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/java-segfault.md') diff --git a/public/java-segfault.md b/public/java-segfault.md index 7a2d4c3..fbffb52 100644 --- a/public/java-segfault.md +++ b/public/java-segfault.md @@ -49,10 +49,10 @@ the pointers that were causing the issue, because it was hard with native debuggers to see through all of the JVM stuff to the OpenCV code, and the OpenCV stuff is opaque to Java debuggers. -Eventually the issue lead me back into the Java code--there was a +Eventually the issue lead me back into the Java code---there was a native pointer being stored in a Java variable; Java code called the native routine to `free()` the structure, but then tried to feed it to -another routine later. This lead to difficulty again--tracking +another routine later. This lead to difficulty again---tracking objects with Java debuggers was hard because they don't expect the program to suddenly segfault; it's Java code, Java doesn't segfault, it throws exceptions! -- cgit v1.2.3