Code critic very bugged ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Code critic very bugged ?

kilon.alios
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash


Reply | Threaded
Open this post in threaded view
|

Re: Code critic very bugged ?

Nicolai Hess-3-2


2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <[hidden email]>:
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

does the pharodebug.log contain the stack trace?

 

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash



Reply | Threaded
Open this post in threaded view
|

Re: Code critic very bugged ?

kilon.alios
ah I forgot about that one, yes it does here it is

http://pastebin.com/uW4AMphu

On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <[hidden email]> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <[hidden email]>:
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

does the pharodebug.log contain the stack trace?

 

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash


Reply | Threaded
Open this post in threaded view
|

Re: Code critic very bugged ?

Uko2
What do you do to end up with that? It doesn’t look like code critics, it’s more on Rubric side. And if disabling QAPlugin helps to avoid that, then most likely QA hijacks Rubric functionality somehow that I can’t imagine…

Cheers,
Uko



On 08 Nov 2015, at 12:57, Dimitris Chloupis <[hidden email]> wrote:

ah I forgot about that one, yes it does here it is

http://pastebin.com/uW4AMphu

On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <[hidden email]> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <[hidden email]>:
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

does the pharodebug.log contain the stack trace?

 

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash



Reply | Threaded
Open this post in threaded view
|

Re: Code critic very bugged ?

kilon.alios
nope still shortcuts bugged in monticello and I am also getting white box of death, this is fun !

I am getting MNUs pretty much everywhere now. Will try getting a new image .

Looks like this problems goes deeper than QA. No idea what it may be.







On Sun, Nov 8, 2015 at 7:15 PM Yuriy Tymchuk <[hidden email]> wrote:
What do you do to end up with that? It doesn’t look like code critics, it’s more on Rubric side. And if disabling QAPlugin helps to avoid that, then most likely QA hijacks Rubric functionality somehow that I can’t imagine…

Cheers,
Uko




On 08 Nov 2015, at 12:57, Dimitris Chloupis <[hidden email]> wrote:

ah I forgot about that one, yes it does here it is

http://pastebin.com/uW4AMphu

On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <[hidden email]> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <[hidden email]>:
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

does the pharodebug.log contain the stack trace?

 

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash



Reply | Threaded
Open this post in threaded view
|

Re: Code critic very bugged ?

kilon.alios
And I found the one responsible is either, with my project Ephestos which the only funky thing it does is to override an objects MNU or SmaCC which Ephestos also installs and depends one and it has given me several crashes so far. And this happens if I try to install Ephestos via command line , I use a makefile, if I install Ephestos via the GUI Package Browser, no MNUs no problemo.

I am using from command line

pharo Ephestos/Ephestos.image get Ephestos

So problem solved, dont load Ephestos from command line , though I have not tested other ways of loading from command line maybe get is to blame here or something else.

No clue. But at least i found a solution and I apologize for blaming Code Critics and QualityAssistant.


On Sun, Nov 8, 2015 at 8:31 PM Dimitris Chloupis <[hidden email]> wrote:
nope still shortcuts bugged in monticello and I am also getting white box of death, this is fun !

I am getting MNUs pretty much everywhere now. Will try getting a new image .

Looks like this problems goes deeper than QA. No idea what it may be.







On Sun, Nov 8, 2015 at 7:15 PM Yuriy Tymchuk <[hidden email]> wrote:
What do you do to end up with that? It doesn’t look like code critics, it’s more on Rubric side. And if disabling QAPlugin helps to avoid that, then most likely QA hijacks Rubric functionality somehow that I can’t imagine…

Cheers,
Uko




On 08 Nov 2015, at 12:57, Dimitris Chloupis <[hidden email]> wrote:

ah I forgot about that one, yes it does here it is

http://pastebin.com/uW4AMphu

On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <[hidden email]> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <[hidden email]>:
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

does the pharodebug.log contain the stack trace?

 

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash



Reply | Threaded
Open this post in threaded view
|

Re: Code critic very bugged ?

Marcus Denker-4
In reply to this post by kilon.alios
Hi,

One thing I see there is a DNU #hasBindingOf: for spec tools… I have a fix for the that I will
commit today.

Marcus

On 08 Nov 2015, at 08:57, Dimitris Chloupis <[hidden email]> wrote:

ah I forgot about that one, yes it does here it is

http://pastebin.com/uW4AMphu

On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <[hidden email]> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <[hidden email]>:
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

does the pharodebug.log contain the stack trace?

 

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash



Reply | Threaded
Open this post in threaded view
|

Re: Code critic very bugged ?

Thierry Goubier


2015-11-09 12:39 GMT+01:00 Marcus Denker <[hidden email]>:
Hi,

One thing I see there is a DNU #hasBindingOf: for spec tools… I have a fix for the that I will
commit today.

Thanks!

this one is really annoying.

Thierry
 

Marcus

On 08 Nov 2015, at 08:57, Dimitris Chloupis <[hidden email]> wrote:

ah I forgot about that one, yes it does here it is

http://pastebin.com/uW4AMphu

On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <[hidden email]> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <[hidden email]>:
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

does the pharodebug.log contain the stack trace?

 

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash




Reply | Threaded
Open this post in threaded view
|

Re: Code critic very bugged ?

kilon.alios
and surprise surprise the problem is still here even though I dont install Ephestos and Smacc so we can exclude that as the reason too, now I am testing getting images and libraries via pharolauncher maybe its command line handles of pharo that causes this. Looks like this bug is here to stay but I will not surrender and will not give up !!!!

On Mon, Nov 9, 2015 at 1:55 PM Thierry Goubier <[hidden email]> wrote:
2015-11-09 12:39 GMT+01:00 Marcus Denker <[hidden email]>:
Hi,

One thing I see there is a DNU #hasBindingOf: for spec tools… I have a fix for the that I will
commit today.

Thanks!

this one is really annoying.

Thierry
 

Marcus

On 08 Nov 2015, at 08:57, Dimitris Chloupis <[hidden email]> wrote:

ah I forgot about that one, yes it does here it is

http://pastebin.com/uW4AMphu

On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <[hidden email]> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <[hidden email]>:
Hey guys I try to use shortcuts and arrow keys with nautilus and I get this every time

MNU :  receiver of doSemanticsAnalysis: is nil

in ASTCache at: aCompiledMethod

I would paste the full stack but it keeps throwing me MNUs when I try to do anything with the debugger. Seems like a pretty major bug , am I the only one experiencing this ?

does the pharodebug.log contain the stack trace?

 

I am on macos Yosemite using latest pharo 5 image and stable vm  with

wget -O- get.pharo.org/50+vm | bash