Re: Profiler crash for NB10

2018-11-26 Thread Peter Hull
Thanks everyone for taking the time to look into this. Answers below but there is a big caveat. On Mon, Nov 26, 2018 at 3:54 PM Emilian Bold wrote: > Peter, is it OK to consider your binaries under the Apache license for > redistribution? On the github repo where the binaries are, I also checked

RE: Profiler crash for NB10

2018-11-26 Thread Eirik Bakke
NetBeans 10 candidate, which I haven't migrated to yet). -- Eirik -Original Message- From: Emilian Bold Sent: Monday, November 26, 2018 10:54 AM To: NetBeans Dev@ ; peterhul...@gmail.com Subject: Re: Profiler crash for NB10 Peter, is it OK to consider your binaries under the Apache license

Re: Profiler crash for NB10

2018-11-26 Thread Emilian Bold
Ks. Thanks, Peter! > > -- Eirik > > -Original Message- > From: Peter Hull > Sent: Friday, November 16, 2018 5:58 AM > To: dev@netbeans.incubator.apache.org > Subject: Re: Profiler crash for NB10 > > On Thu, Nov 15, 2018 at 6:02 AM Emilian Bold wrote: > > PS:

Re: Profiler crash for NB10

2018-11-26 Thread Geertjan Wielenga
Can you try Peter’s solution, if you’re on Windows and using the Profiler? Gj On Monday, November 26, 2018, Jean-Marc Borer wrote: > Yes, your are right. It concerned the profiler (was my "typo"). I actually > meant the profiler. OK. If I run into this issue, I'll report it. > > On Mon, Nov

Re: Profiler crash for NB10

2018-11-26 Thread Jean-Marc Borer
Yes, your are right. It concerned the profiler (was my "typo"). I actually meant the profiler. OK. If I run into this issue, I'll report it. On Mon, Nov 26, 2018 at 1:25 PM Geertjan Wielenga wrote: > AFAIK this has nothing to do with debugging, but with profiling, and not > all profiling but a

Re: Profiler crash for NB10

2018-11-26 Thread Geertjan Wielenga
AFAIK this has nothing to do with debugging, but with profiling, and not all profiling but a specific subset of profiling. Gj On Mon, Nov 26, 2018 at 2:24 PM Jean-Marc Borer wrote: > So does it mean that without Peter's fix, no chance to debug Java code on > Windows or does it just occur

Re: Profiler crash for NB10

2018-11-26 Thread Jean-Marc Borer
So does it mean that without Peter's fix, no chance to debug Java code on Windows or does it just occur sometimes? JMB On Mon, Nov 26, 2018 at 1:07 PM Geertjan Wielenga wrote: > So far Peter has had no responses from anyone, no indication that anyone > has tried his solution. > > Can you try

Re: Profiler crash for NB10

2018-11-26 Thread Geertjan Wielenga
So far Peter has had no responses from anyone, no indication that anyone has tried his solution. Can you try it and give feedback? Too late now for inclusion in Apache NetBeans 10, but the feedback would be useful. Gj On Mon, Nov 26, 2018 at 2:00 PM Jean-Marc Borer wrote: > Peter, > > Will

Re: Profiler crash for NB10

2018-11-26 Thread Jean-Marc Borer
Peter, Will your fix be included in the release of NB 10? Cheers JM On Fri, Nov 16, 2018 at 11:08 AM Peter Hull wrote: > On Thu, Nov 15, 2018 at 6:02 AM Emilian Bold > wrote: > > PS: @Peter: if you could also make a recompiled .DLL available > > together with the branch it would be great. >

Re: Profiler crash for NB10

2018-11-16 Thread Peter Hull
On Thu, Nov 15, 2018 at 6:02 AM Emilian Bold wrote: > PS: @Peter: if you could also make a recompiled .DLL available > together with the branch it would be great. Right, I have put changes into a fork here: https://github.com/pedro-w/incubator-netbeans/tree/profiler-tmp and the binaries (just the

Re: Profiler crash for NB10

2018-11-14 Thread Emilian Bold
PS: @Peter: if you could also make a recompiled .DLL available together with the branch it would be great. --emi On Wed, Nov 14, 2018 at 6:59 PM Emilian Bold wrote: > > I assume you mean the dependency from profiler/lib.profiler/external? > It's ok to download that. The license is also OK

RE: Profiler crash for NB10

2018-11-14 Thread Eduardo Guadalupe Quintanilla
Bold Sent: miércoles, 14 de noviembre de 2018 11:00 a. m. To: NetBeans Dev@ Subject: Re: Profiler crash for NB10 I assume you mean the dependency from profiler/lib.profiler/external? It's ok to download that. The license is also OK (although I assume this will get donated too?) Please push

Re: Profiler crash for NB10

2018-11-14 Thread Emilian Bold
I assume you mean the dependency from profiler/lib.profiler/external? It's ok to download that. The license is also OK (although I assume this will get donated too?) Please push your changes to some branch. Ideally we should isolate what exactly broke profiling on Windows. --emi On Wed, Nov 14,

Re: Profiler crash for NB10

2018-11-14 Thread Geertjan Wielenga
Awesome work, Peter. You have made yourself the Profiler expert of Apache NetBeans. :-) Gj On Wednesday, November 14, 2018, Peter Hull wrote: > On Mon, Nov 12, 2018 at 9:24 AM Peter Hull wrote: > > The crash happens in native code, due to some calls made by > > OK I have made some progress

Re: Profiler crash for NB10

2018-11-14 Thread Peter Hull
On Mon, Nov 12, 2018 at 9:24 AM Peter Hull wrote: > The crash happens in native code, due to some calls made by OK I have made some progress (on my own!). There some updates on the JIRA issue too for those interested. All I did was recompile the native dll for the windows-amd64 platform using

Re: Profiler crash for NB10

2018-11-09 Thread Geertjan Wielenga
https://github.com/apache/incubator-netbeans/tree/master/profiler Possibly this specifically: https://github.com/apache/incubator-netbeans/tree/master/profiler/lib.profiler/native Gk On Fri, Nov 9, 2018 at 11:33 AM Peter Hull wrote: > On Fri, Nov 9, 2018 at 9:52 AM Geertjan Wielenga >

Re: Profiler crash for NB10

2018-11-09 Thread Peter Hull
On Fri, Nov 9, 2018 at 9:52 AM Geertjan Wielenga wrote: > > Does the problem occur with Apache NetBeans 9 as well? Just tested it now, the same error occurs for Apache NetBeans 9 (NB is running under JDK1.8, the profiled app running under JDK 11) I've updated the JIRA. Could someone point me to

Re: Profiler crash for NB10

2018-11-09 Thread Geertjan Wielenga
Does the problem occur with Apache NetBeans 9 as well? Gj On Fri, Nov 9, 2018 at 10:14 AM Peter Hull wrote: > As mentioned elsewhere, during netcat I found that attempting to > profile Java applications under Windows crashes the JVM. This is > reported as