Code critic very bugged ?
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
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com>:
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
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 <nicolaihess@gmail.com> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com>:
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
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 <kilon.alios@gmail.com> wrote:
ah I forgot about that one, yes it does here it is
http://pastebin.com/uW4AMphu <http://pastebin.com/uW4AMphu>
On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <nicolaihess@gmail.com <mailto:nicolaihess@gmail.com>> wrote: 2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com <mailto:kilon.alios@gmail.com>>: 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 <http://get.pharo.org/50+vm> | bash
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 <yuriy.tymchuk@me.com> 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 <kilon.alios@gmail.com> wrote:
ah I forgot about that one, yes it does here it is
On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <nicolaihess@gmail.com> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com>:
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
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 <kilon.alios@gmail.com> 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 <yuriy.tymchuk@me.com> 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 <kilon.alios@gmail.com> wrote:
ah I forgot about that one, yes it does here it is
On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <nicolaihess@gmail.com> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com>:
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
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 <kilon.alios@gmail.com> wrote:
ah I forgot about that one, yes it does here it is
http://pastebin.com/uW4AMphu <http://pastebin.com/uW4AMphu>
On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <nicolaihess@gmail.com <mailto:nicolaihess@gmail.com>> wrote: 2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com <mailto:kilon.alios@gmail.com>>: 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 <http://get.pharo.org/50+vm> | bash
2015-11-09 12:39 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:
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 <kilon.alios@gmail.com> wrote:
ah I forgot about that one, yes it does here it is
On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <nicolaihess@gmail.com> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com>:
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
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 <thierry.goubier@gmail.com> wrote:
2015-11-09 12:39 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:
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 <kilon.alios@gmail.com> wrote:
ah I forgot about that one, yes it does here it is
On Sun, Nov 8, 2015 at 1:37 PM Nicolai Hess <nicolaihess@gmail.com> wrote:
2015-11-08 12:27 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com>:
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
participants (5)
-
Dimitris Chloupis -
Marcus Denker -
Nicolai Hess -
Thierry Goubier -
Yuriy Tymchuk