Hi Caleb,
You can run Valgrind on it, maybe it'll show where the crash happens:
guix shell dino valgrind
valgrind .dino-real --version
Best Regards,
G.
Hi Caleb,
An application segfaulting at such an early stage got me curious. Now I
see it's a Vala application, so it does quite some initialization before
parsing the command line arguments. Anyway, following the link at
`which dino' shows that `dino' is a shell script. It sets some
variabl
Hi Caleb,
You're making progress. Outside the container, does `dino --help' work?
You can make the program print diagnostic messages. Option
`--gst-debug-level=LEVEL' (where LEVEL=0..9) can print *a lot* of
diagnostics for GStreamer. Have you tried it? It may help you find the
point at whic
Hi Caleb,
On 12/5/23 19:48, Caleb Herbert wrote:
Hi Guix,
Dino segfaults. I tried doing "guix install dino" again; it didn't
help.
caleb@miller ~❄️ dino
Segmentation fault
caleb@miller ~❄️ dino --version
Segmentation fault
caleb@miller ~❄️
I don't know if this is any help, but I just tried
Hi Caleb,
On 11/30/23 00:10, Caleb Herbert wrote:
Hi Guix,
I cannot start Tor Browser from following the instructions on the FHS
article.
https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes-to-guix-containers/
$ ls
Browser/ start-tor-browser.desktop
$ guix shell --conta
Hi Andy,
I think that it may be possible to build the package with a little
effort. You'll have to emulate the FHS as Maxim suggested. But you'll
also have to expose the standard C/C++ libraries (they are currently
hidden, see https://issues.guix.gnu.org/63267).
Save the following Scheme cod
Hi Andy,
I think that it may be possible to build the package with a little
effort. You'll have to emulate the FHS as Maxim suggested. But you'll
also have to expose the standard C/C++ libraries (they are currently
hidden, see https://issues.guix.gnu.org/63267).
Save the following Scheme cod
Hello Guix!
I've been trying out Guix OS since about a week now. It's been very
nice so far, though I do have a slight problem.
After running `guix system reconfigure' and then trying to restart my
computer, it won't restart. I get a blank screen with the cursor
blinking at the top left cor
Hello Guix!
I've been trying out Guix OS since about a week now. It's been very
nice so far, though I do have a slight problem.
After running `guix system reconfigure' and then trying to restart my
computer, it won't restart. I get a blank screen with the cursor
blinking at the top left corner