Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-04 Thread Juan Miguel Escribano
Sorry for the confusion.

Jstack Dump attached

best

Juan Miguel
El 4 ene 2019 12:07 +0100, Emilian Bold , escribió:
> This doesn't look like a java thread dump. Use something like jstack
> https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr016.html
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> On Fri, Jan 4, 2019 at 12:52 PM Juan Miguel Escribano
>  wrote:
> >
> > Here you are
> >
> > Best
> >
> > Juan Miguel
> > El 4 ene 2019 9:17 +0100, Emilian Bold , escribió:
> >
> > A thread dump during the beach ball would probably also help.
> >
> > --emi
> >
> > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
> >
> > On Thu, Jan 3, 2019 at 7:43 PM Juan Miguel Escribano
> >  wrote:
> >
> >
> > Same problem with other project opened and no svn errores in messages.log
> >
> > Best
> >
> > Juan Miguel
> > El 3 ene 2019 18:14 +0100, Emilian Bold , escribió:
> >
> > It might be related to the svn errors you are getting. If you close
> > the projects do you still reproduce the bug with 'Same background
> > color for files from the same project'?
> >
> > --emi
> >
> > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
> >
> > On Thu, Jan 3, 2019 at 6:34 PM Juan Miguel Escribano
> >  wrote:
> >
> >
> > Hi all,
> >
> > Before commit a bug report I would like to know if the problem is only mine 
> > or it is, really, a Netbeans’ bug.
> >
> > System:
> > Macos 10.14.2 (Mojave)
> > Netbeans 10.0 running over Java 1.8.0_181
> > (The same problem occurs with Netbeans 9 and Netbeans 8.2)
> >
> > Steps:
> > Activate “Same background color for files from the same project” in 
> > Preferences -> Appearance -> Document Tabs
> >
> > Quit Netbeans and starts again.
> >
> > Go to a source file and click over any part of the text.
> >
> > The “system wait for” beach ball appears and Netbeans is unresponsive at 
> > all. Need to force quit to exit Netbeans.
> >
> > ¿Anyone can confirm that this problem is general or only mine, please?
> >
> > Attached: messages.log
> >
> > Best
> >
> > Juan Miguel
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: users-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode):

"Timer-0" #60 prio=6 os_prio=31 tid=0x7fd9d5681000 nid=0x17f1b in 
Object.wait() [0x79537000]
   java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at java.util.TimerThread.mainLoop(Timer.java:526)
- locked <0x0007ba743d78> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:505)

"Attach Listener" #56 daemon prio=9 os_prio=31 tid=0x7fd9d22f3000 
nid=0x1e457 waiting on condition [0x]
   java.lang.Thread.State: RUNNABLE

"Inactive RequestProcessor thread 
[Was:JavaSourceTaskFactory/org.netbeans.api.java.source.JavaSourceTaskFactory$1]"
 #53 daemon prio=1 os_prio=31 tid=0x7fd9d28d6800 nid=0x1d903 in 
Object.wait() [0x7a752000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1977)
- locked <0x000784db5428> (a java.lang.Object)

"Inactive RequestProcessor thread [Was:Pause 
Action/org.netbeans.modules.masterfs.ui.suspend.PauseAction$1Controller]" #51 
daemon prio=1 os_prio=31 tid=0x7fd9cec45800 nid=0x17503 in Object.wait() 
[0x7a54f000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1977)
- locked <0x0007857b8958> (a java.lang.Object)

"Inactive RequestProcessor thread [Was:JarFs - modification 
watcher/org.openide.filesystems.JarFileSystem$2]" #50 daemon prio=1 os_prio=31 
tid=0x7fd9d56f2800 nid=0x1da13 in Object.wait() [0x7a34c000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1977)
- locked <0x0007860a0cd8> (a java.lang.Object)

"Inactive RequestProcessor thread 
[Was:MimePathLookupFiring/org.openide.util.lookup.ProxyLookup$1Notify]" #48 
daemon prio=1 os_prio=31 tid=0x7fd9d568d800 nid=0x1710b in Object.wait() 
[0x7a149000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1977)
- l

Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-04 Thread Emilian Bold
This doesn't look like a java thread dump. Use something like jstack
https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr016.html

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Fri, Jan 4, 2019 at 12:52 PM Juan Miguel Escribano
 wrote:
>
> Here you are
>
> Best
>
> Juan Miguel
> El 4 ene 2019 9:17 +0100, Emilian Bold , escribió:
>
> A thread dump during the beach ball would probably also help.
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> On Thu, Jan 3, 2019 at 7:43 PM Juan Miguel Escribano
>  wrote:
>
>
> Same problem with other project opened and no svn errores in messages.log
>
> Best
>
> Juan Miguel
> El 3 ene 2019 18:14 +0100, Emilian Bold , escribió:
>
> It might be related to the svn errors you are getting. If you close
> the projects do you still reproduce the bug with 'Same background
> color for files from the same project'?
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> On Thu, Jan 3, 2019 at 6:34 PM Juan Miguel Escribano
>  wrote:
>
>
> Hi all,
>
> Before commit a bug report I would like to know if the problem is only mine 
> or it is, really, a Netbeans’ bug.
>
> System:
> Macos 10.14.2 (Mojave)
> Netbeans 10.0 running over Java 1.8.0_181
> (The same problem occurs with Netbeans 9 and Netbeans 8.2)
>
> Steps:
> Activate “Same background color for files from the same project” in 
> Preferences -> Appearance -> Document Tabs
>
> Quit Netbeans and starts again.
>
> Go to a source file and click over any part of the text.
>
> The “system wait for” beach ball appears and Netbeans is unresponsive at all. 
> Need to force quit to exit Netbeans.
>
> ¿Anyone can confirm that this problem is general or only mine, please?
>
> Attached: messages.log
>
> Best
>
> Juan Miguel
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-04 Thread Emilian Bold
A thread dump during the beach ball would probably also help.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Thu, Jan 3, 2019 at 7:43 PM Juan Miguel Escribano
 wrote:
>
> Same problem with other project opened and no svn errores in messages.log
>
> Best
>
> Juan Miguel
> El 3 ene 2019 18:14 +0100, Emilian Bold , escribió:
>
> It might be related to the svn errors you are getting. If you close
> the projects do you still reproduce the bug with 'Same background
> color for files from the same project'?
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> On Thu, Jan 3, 2019 at 6:34 PM Juan Miguel Escribano
>  wrote:
>
>
> Hi all,
>
> Before commit a bug report I would like to know if the problem is only mine 
> or it is, really, a Netbeans’ bug.
>
> System:
> Macos 10.14.2 (Mojave)
> Netbeans 10.0 running over Java 1.8.0_181
> (The same problem occurs with Netbeans 9 and Netbeans 8.2)
>
> Steps:
> Activate “Same background color for files from the same project” in 
> Preferences -> Appearance -> Document Tabs
>
> Quit Netbeans and starts again.
>
> Go to a source file and click over any part of the text.
>
> The “system wait for” beach ball appears and Netbeans is unresponsive at all. 
> Need to force quit to exit Netbeans.
>
> ¿Anyone can confirm that this problem is general or only mine, please?
>
> Attached: messages.log
>
> Best
>
> Juan Miguel
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-03 Thread Peter Hull
On Thu, Jan 3, 2019 at 4:34 PM Juan Miguel Escribano
 wrote:
> The “system wait for” beach ball appears and Netbeans is unresponsive at all. 
> Need to force quit to exit Netbeans.
> ¿Anyone can confirm that this problem is general or only mine, please?
I was not able to repeat this with NB 8.2 / JDK1.8.0_151 / macOS 10.14.2

Pete

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-03 Thread Juan Miguel Escribano
Same problem with other project opened and no svn errores in messages.log

Best

Juan Miguel
El 3 ene 2019 18:14 +0100, Emilian Bold , escribió:
> It might be related to the svn errors you are getting. If you close
> the projects do you still reproduce the bug with 'Same background
> color for files from the same project'?
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> On Thu, Jan 3, 2019 at 6:34 PM Juan Miguel Escribano
>  wrote:
> >
> > Hi all,
> >
> > Before commit a bug report I would like to know if the problem is only mine 
> > or it is, really, a Netbeans’ bug.
> >
> > System:
> > Macos 10.14.2 (Mojave)
> > Netbeans 10.0 running over Java 1.8.0_181
> > (The same problem occurs with Netbeans 9 and Netbeans 8.2)
> >
> > Steps:
> > Activate “Same background color for files from the same project” in 
> > Preferences -> Appearance -> Document Tabs
> >
> > Quit Netbeans and starts again.
> >
> > Go to a source file and click over any part of the text.
> >
> > The “system wait for” beach ball appears and Netbeans is unresponsive at 
> > all. Need to force quit to exit Netbeans.
> >
> > ¿Anyone can confirm that this problem is general or only mine, please?
> >
> > Attached: messages.log
> >
> > Best
> >
> > Juan Miguel
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: users-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


messages.log
Description: Binary data

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-03 Thread Emilian Bold
It might be related to the svn errors you are getting. If you close
the projects do you still reproduce the bug with 'Same background
color for files from the same project'?

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Thu, Jan 3, 2019 at 6:34 PM Juan Miguel Escribano
 wrote:
>
> Hi all,
>
> Before commit a bug report I would like to know if the problem is only mine 
> or it is, really, a Netbeans’ bug.
>
> System:
> Macos 10.14.2 (Mojave)
> Netbeans 10.0 running over Java 1.8.0_181
> (The same problem occurs with Netbeans 9 and Netbeans 8.2)
>
> Steps:
> Activate “Same background color for files from the same project” in 
> Preferences -> Appearance -> Document Tabs
>
> Quit Netbeans and starts again.
>
> Go to a source file and click over any part of the text.
>
> The “system wait for” beach ball appears and Netbeans is unresponsive at all. 
> Need to force quit to exit Netbeans.
>
> ¿Anyone can confirm that this problem is general or only mine, please?
>
> Attached: messages.log
>
> Best
>
> Juan Miguel
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists