# Note pour plus tard: Problème avec jVisualVM sur OSX

DevFeed: [Note pour plus tard: Problème avec jVisualVM sur OSX](<https://devfeed.tech/articles/note-pour-plus-tard-probleme-avec-jvisualvm-sur-osx-26060.md>)

Original publisher: [Read original article](<https://blog.arkey.fr/2012/10/10/note-pour-tard-quand-jvisualvm-ne-marche-pas-sur-sur-osx/>)

Author: brice.dutheil@gmail.com (Brice Dutheil)

Published: 2012-10-10T12:25:57Z

Content type: tutorial

Language: fr

Sources: [The Coffee Workshop](<https://devfeed.tech/sources/the-coffee-workshop.md>)

Topics: [Java](<https://devfeed.tech/topics/java.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [deadlock](<https://devfeed.tech/tags/deadlock.md>), [java](<https://devfeed.tech/tags/java.md>), [jvm](<https://devfeed.tech/tags/jvm.md>), [osx](<https://devfeed.tech/tags/osx.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [threads](<https://devfeed.tech/tags/threads.md>)

## AI overview

A French developer note explains how to troubleshoot jVisualVM on OSX when Java processes cannot be monitored or their threads and heap dumps cannot be accessed. It recommends JVM parameters to enable monitoring and isolate process memory, and attributes the issue provisionally to a possible JDK 7 update 7 bug.

## Source excerpt

Au cour d'un petit development, j'ai remarqué que mon process ne se terminait pas, une fois l'exécution de mon code terminé. Il devait y avoir soit une thread qui tournait encore, soit un deadlock quelque part, j'optais plus pour la seconde option.