Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please share your --stagestats! #1

Open
Xliff opened this issue Jan 13, 2019 · 3 comments
Open

Please share your --stagestats! #1

Xliff opened this issue Jan 13, 2019 · 3 comments

Comments

@Xliff
Copy link
Owner

Xliff commented Jan 13, 2019

I know all of this takes a long time to install, but if you have followed the instructions in the README, I would love to know the time it takes for it all to run. Please share your --stagestats time in this issue.

Xliff added a commit that referenced this issue Jan 13, 2019
@Tyil
Copy link

Tyil commented Apr 10, 2019

The following dependencies had to be manually installed (I'm using Rakudo Star, so there may be more modules that have to be manually installed before trying to run visual-grammar.pl6):

  • Method::Also
  • Cairo
  • Color
  • RandomColor

After multiple failed starts (due to missing modules), the stagestats eventually were as follow:

Stage start      :   0.000
Stage parse      : 188.632
Stage syntaxcheck:   0.000
Stage ast        :   0.000
Stage optimize   :   0.001
Stage mast       :   0.004
Stage mbc        :   0.000
Stage moar       :   0.000

This was on my desktop, with an AMD FX8350 (3.7GHz with 4 cores, and a total of 8 threads) and 16 GB memory, running Rakudo Star 2019.03.

Upon start, I get the following output in my terminal:

(moar:32422): GLib-GObject-WARNING **: 14:05:25.692: instance with invalid (NULL) class pointer

(moar:32422): GLib-GObject-CRITICAL **: 14:05:25.692: g_signal_emit_valist: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(moar:32422): GLib-GObject-CRITICAL **: 14:05:25.692: g_object_set_qdata: assertion 'G_IS_OBJECT (object)' failed

(moar:32422): GLib-GObject-WARNING **: 14:05:25.692: instance with invalid (NULL) class pointer

(moar:32422): GLib-GObject-CRITICAL **: 14:05:25.692: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(moar:32422): GLib-GObject-WARNING **: 14:05:25.692: instance with invalid (NULL) class pointer

(moar:32422): GLib-GObject-CRITICAL **: 14:05:25.692: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
No such method 'new-rgb' for invocant of type 'GTK::Compat::RGBA'
  in submethod BUILD at /home/tyil/.local/src/p6-VisualGrammar/lib/VisualGrammar.pm6 (VisualGrammar) line 61
  in block <unit> at visual-grammar.pl6 line 9

I have also tried this on my laptop, for good measure. My laptop is also running Rakudo Star 2019.03, but I've pre-installed all modules that popped up when trying to run it on my desktop before trying to run visual-grammar.pl6. My laptop is running with an AMD Ryzen 7 (2.2Ghz with 4 cores, and a total of 8 threads) and 32GB memory.

Stage start      :   0.000
Stage parse      : 756.703
Stage syntaxcheck:   0.000
Stage ast        :   0.000
Stage optimize   :   0.005
Stage mast       :   0.016
Stage mbc        :   0.002
Stage moar       :   0.000

After this, it shows the same errors as it did on my desktop.

@Xliff
Copy link
Owner Author

Xliff commented Apr 10, 2019

  • From IRC
    <tyil> (also Stage parse : 361.950)

@MasterDuke17
Copy link

MasterDuke17 commented Apr 11, 2019

Arch linux, i7 860

Stage start      :   0.000
Stage parse      : 198.288
Stage syntaxcheck:   0.000
Stage ast        :   0.000
Stage optimize   :   0.001
Stage mast       :   0.005
Stage mbc        :   0.000
Stage moar       :   0.000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants