On Tue, May 26, 2009 at 9:40 PM, Thomas Mueller
<[email protected]> wrote:
>
> > 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?

With an absolute path, if that's what you are referring to.  Looking
through the code, it does seem to be the only use of user.home.

> Could you create a full thread dump when it hangs? For example using
> jps -l / jstack <pid> (any platform), or kill -QUIT <pid> (Linux).

I'm discovering that there are other things that also hang when run
under fakeroot (even pwd), so at this point I suspect something is
wrong with fakeroot.

David

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to