Segmentation fault after logging in

Thanks for looking at this, maybe we will wait for @Antoine to chime in on Monday.

1 Like
1 Like

Same over here. Everything went well for a few hours. Restarted Ubuntu Desktop 22.04 LTS for another reason and now everything crashed like described. Segmentation fault. And some critical errors in log. Im an linux sys admin but this is where i give up :sweat_smile: couldn’t get this running again. Reinstalling the service, reinstalling the whole package. Nothing helped.
Need a fix for this please … :pray:

I couldnt even install the service on DietPi it just fails. I am just running from a terminal, It doesnt create a user group called audirvana which I would expect all installed as root. When installing it also didnt mention anyting about dependancies for me using gdebi had to work out I need Avahi installed as well.

@Antoine be good to get some help here. I would prefer to run it on my Nuc than my qnap as its got a lot less grunt.

We will look at this with Damien as soon as possible.

1 Like

Thank you.

I have installed the beta on my Pi4. The Pi4 is booted off of a 2TB Samsung T5 SSD that I just flashed.

I have been doing some testing and the application crashed. I can send the application log if you want also.

Here is the crash log:

Audirvana Studio 2.8.1.1 crash log
Date: 2024-4-15 23:44:49

Signal: SIGSEGV

./audirvanaStudio(+0xede80c)[0x555ddae80c]
linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0x7f9f8897b0]
/lib/aarch64-linux-gnu/libc.so.6(+0x8b610)[0x7f9cb0b610]
/lib/aarch64-linux-gnu/libc.so.6(+0x8e1f0)[0x7f9cb0e1f0]
/lib/aarch64-linux-gnu/libc.so.6(malloc+0xb0)[0x7f9cb0ef80]
/lib/aarch64-linux-gnu/libstdc++.so.6(_Znwm+0x1c)[0x7f9cdb2cac]
./audirvanaStudio(+0x220ff8)[0x555d0f0ff8]
./audirvanaStudio(+0x21fdb0)[0x555d0efdb0]
./audirvanaStudio(+0x211b60)[0x555d0e1b60]
./audirvanaStudio(+0x1f7a84)[0x555d0c7a84]
./audirvanaStudio(+0x30c570)[0x555d1dc570]
./audirvanaStudio(+0x7969f4)[0x555d6669f4]
./audirvanaStudio(+0x1a098c)[0x555d07098c]
/lib/aarch64-linux-gnu/libc.so.6(+0x83e08)[0x7f9cb03e08]
./audirvanaStudio(+0x1a0c34)[0x555d070c34]
./audirvanaStudio(+0x796568)[0x555d666568]
./audirvanaStudio(+0x796384)[0x555d666384]
./audirvanaStudio(+0x1a0ac8)[0x555d070ac8]
./audirvanaStudio(+0x1a098c)[0x555d07098c]
/lib/aarch64-linux-gnu/libc.so.6(+0x83e08)[0x7f9cb03e08]
./audirvanaStudio(+0x1a0c34)[0x555d070c34]
./audirvanaStudio(+0x1a0448)[0x555d070448]
./audirvanaStudio(+0xedbc50)[0x555ddabc50]
/lib/aarch64-linux-gnu/libc.so.6(+0x27780)[0x7f9caa7780]
/lib/aarch64-linux-gnu/libc.so.6(__libc_start_main+0x98)[0x7f9caa7858]
./audirvanaStudio(+0x160270)[0x555d030270]

Fault location: 0x

Hi bobfa,
Can you post the audirvana log too, please?

Hi,

it seems there is a problem at Audirvana starting. Audirvana seems to start too early.
I’ve modified the audirvanaStudio.service file like that:

[Unit]
Description=Run audirvanaStudio
DefaultDependencies=no
After=network.target

[Service]
Type=simple
User=audirvana
Group=audio
WorkingDirectory=/opt/audirvana/studio
ExecStartPre=/bin/sleep 15
ExecStart=/opt/audirvana/studio/audirvanaStudio
Restart=always

[Install]
WantedBy=default.target

I’ve added this line:

ExecStartPre=/bin/sleep 15

So, I don’t get any kind of problem after any Linux distribution boots now.
Perhaps it could help some of you.

2 Likes

Hi guys,

Can you please update the Audirvāna package on your Linux version and try to reproduce your issue again?

1 Like

Will do when I am home.

Will do but it is 4 times the size of the max allowed text. Where can I send it.
??

Effectively it is not possible.
Did you have tried to modify audirvanaStudio.service files as I’ve suggested?

nano /etc/systemd/system/audirvanaStudio.service.

In another hand, perhaps updating the Audirvana package as Antoine has just suggested can help.

Exactly same issue with this verision for me. try to login it logs in then seg faults. Checking service status


Apr 16 21:26:47 Plex systemd[1]: audirvanaStudio.service: Scheduled restart job, restart counter is at 6.
Apr 16 21:26:47 Plex systemd[1]: Stopped audirvanaStudio.service - Run audirvanaStudio.
Apr 16 21:26:47 Plex systemd[1]: audirvanaStudio.service: Start request repeated too quickly.
Apr 16 21:26:47 Plex systemd[1]: audirvanaStudio.service: Failed with result 'signal'.
Apr 16 21:26:47 Plex systemd[1]: Failed to start audirvanaStudio.service - Run audirvanaStudio.

Are you using the QNAP or Linux version when you get this behavior?

Linux version

Can you send me the log file at support@audirvana.com you will find in ~/.local/share/audirvana?

Just emailed them to you,

I received it, I will come back to you by email on this :slight_smile:

1 Like