Volker Simonis
Volker Simonis
This issue is caused by an outdated version of the hotpatch-for-apache-log4j2 tool. Older versions of the tool assembled the agent jar file which is injected into the target JVM process...
Looking at the hs_err file, I found the following: The exception happens at PC **`0x0000021e29ea8420`**: ``` # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000021e29ea8420, pid=1488, tid=9492 ``` while reading address **`0x00000000200ffea8`**: ``` siginfo:...
Sure, I can do that. Do you want it on or off by default?
Hi Philippe, thanks a lot for you pull request! I'm not working with Maven a lot and I don't really know much about it so I very welcome your contribution....
I see the reported problems when I use “Run as”->m2e->install (or package) from the project context menu. How else would build the project from within Eclipse using Maven? Maybe the...
I fully agree that the project should have an automated build and I'm really thankful that you've created one! I'm just trying to understand how this is working which shouldn't...
> > This can be useful for runtimes like Java, which often allocate large memory regions without fully using them (e.g. for the heap). For a simple Helloworld Java program,...
> I think the code linter wants a \n at the end of the warning. > Thanks, I've fixed that now. > Without looking too closely, the idea of this...
> > Code Linter test where I can't understand what he's objecting > > @simonis Would it be possible to run `make indent` before committing your changes? This should fix...
> I believe we need a zdtm test, which can reproduce such a zero page without PAGE_IS_PFNZERO but with zero data. I've now added a new zdtm test which verifies...