I work on a laptop with Linux Mint. Worth an Oracle JRE. Recently downloaded Processing (version 3.0.1.). When you first start everything works, after a reboot crashes. Here is what is written in the logs

# Problematic frame: # C [libzip.so+0x12d16] readCEN+0xb46 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again 

I entered the command under the root, processing still does not work. Reinstalling helps exactly at once

  • 1. The team entered under the root - why? 2. and in general - what exactly do you need? to core dump persist? - aleksandr barakin
  • To enable core dumping, try "ulimit -c unlimited" before starting Java again - Maxim_Tyrin am

1 answer 1

To enable core dumping, try "ulimit -c unlimited" before starting Java again

This is a recommendation on how to allow the creation of a memory dump when a program crashes.

if you are not a java program developer, then a memory dump is unlikely to help you. In any case, the inclusion of a memory dump does not help to correct the error.

It may make sense to contact the technical support of the program you are running.