Hi, > One of my unit-test environments involves running the JVM under > fakeroot. I'm finding that H2 seems to be hanging on exit, > occasionally, when in this environment. I've tried setting user.home, > since the one set by fakeroot wouldn't be writable, and it doesn't > seem to have any effect.
What database URL do you use? Could you create a full thread dump when it hangs? For example using jps -l / jstack <pid> (any platform), or kill -QUIT <pid> (Linux). Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
